Home
last modified time | relevance | path

Searched refs:sd_vfs (Results 1 – 17 of 17) sorted by relevance

/linux/fs/gfs2/
H A Dtrace_gfs2.h108 __entry->dev = gl->gl_name.ln_sbd->sd_vfs->s_dev;
144 __entry->dev = gl->gl_name.ln_sbd->sd_vfs->s_dev;
178 __entry->dev = gl->gl_name.ln_sbd->sd_vfs->s_dev;
212 __entry->dev = gh->gh_gl->gl_name.ln_sbd->sd_vfs->s_dev;
240 __entry->dev = gh->gh_gl->gl_name.ln_sbd->sd_vfs->s_dev;
334 __entry->dev = bd->bd_gl->gl_name.ln_sbd->sd_vfs->s_dev;
364 __entry->dev = sdp->sd_vfs->s_dev;
391 __entry->dev = sdp->sd_vfs->s_dev;
415 __entry->dev = sdp->sd_vfs->s_dev;
565 __entry->dev = rgd->rd_gl->gl_name.ln_sbd->sd_vfs->s_dev;
[all …]
H A Dtrans.c76 sb_start_intwrite(sdp->sd_vfs); in __gfs2_trans_begin()
100 sb_end_intwrite(sdp->sd_vfs); in __gfs2_trans_begin()
137 sb_end_intwrite(sdp->sd_vfs); in gfs2_trans_end()
157 if (sdp->sd_vfs->s_flags & SB_SYNCHRONOUS) in gfs2_trans_end()
160 sb_end_intwrite(sdp->sd_vfs); in gfs2_trans_end()
233 struct super_block *sb = sdp->sd_vfs; in gfs2_trans_add_meta()
H A Dsys.c63 MAJOR(sdp->sd_vfs->s_dev), MINOR(sdp->sd_vfs->s_dev)); in id_show()
114 (sb_rdonly(sdp->sd_vfs) ? 1 : 0), in status_show()
148 struct super_block *s = sdp->sd_vfs; in uuid_show()
158 struct super_block *sb = sdp->sd_vfs; in freeze_show()
177 error = thaw_super(sdp->sd_vfs, FREEZE_HOLDER_USERSPACE); in freeze_store()
180 error = freeze_super(sdp->sd_vfs, FREEZE_HOLDER_USERSPACE); in freeze_store()
235 gfs2_statfs_sync(sdp->sd_vfs, 0); in statfs_sync_store()
254 gfs2_quota_sync(sdp->sd_vfs, 0); in quota_sync_store()
726 struct super_block *sb = sdp->sd_vfs; in gfs2_sys_fs_add()
783 const struct super_block *s = sdp->sd_vfs; in gfs2_uevent()
H A Dutil.c151 if (!sb_rdonly(sdp->sd_vfs)) { in signal_our_withdraw()
161 sdp->sd_vfs->s_flags |= SB_RDONLY; in signal_our_withdraw()
188 gfs2_thaw_freeze_initiator(sdp->sd_vfs); in signal_our_withdraw()
271 inode = gfs2_inode_lookup(sdp->sd_vfs, DT_UNKNOWN, in signal_our_withdraw()
H A Dops_fstype.c81 sdp->sd_vfs = sb; in init_sbd()
191 struct super_block *s = sdp->sd_vfs; in gfs2_sb_in()
230 struct super_block *sb = sdp->sd_vfs; in gfs2_read_super()
364 table = sdp->sd_vfs->s_id; in init_names()
458 struct super_block *sb = sdp->sd_vfs; in init_sb()
1072 struct super_block *sb = sdp->sd_vfs; in gfs2_online_uevent()
H A Drecovery.c483 if (sb_rdonly(sdp->sd_vfs)) { in gfs2_recover_func()
485 ro = bdev_read_only(sdp->sd_vfs->s_bdev); in gfs2_recover_func()
H A Dsuper.c559 gfs2_quota_sync(sdp->sd_vfs, 0); in gfs2_make_fs_ro()
560 gfs2_statfs_sync(sdp->sd_vfs, 0); in gfs2_make_fs_ro()
679 struct super_block *sb = sdp->sd_vfs; in gfs2_do_thaw()
698 struct super_block *sb = sdp->sd_vfs; in gfs2_freeze_func()
H A Dquota.c515 if (sb_rdonly(sdp->sd_vfs)) in qd_fish()
1274 sdp->sd_vfs->s_dev, in gfs2_quota_check()
1285 sdp->sd_vfs->s_dev, QUOTA_NL_BSOFTWARN); in gfs2_quota_check()
1556 int error = fxn(sdp->sd_vfs, 0); in quotad_check_timeo()
1593 int error = gfs2_statfs_sync(sdp->sd_vfs, 0); in gfs2_quotad()
H A Dglops.c577 struct super_block *sb = sdp->sd_vfs; in freeze_go_callback()
638 if (!remote || sb_rdonly(sdp->sd_vfs) || in iopen_go_callback()
H A Dmeta_io.c152 map_bh(bh, sdp->sd_vfs, blkno); in gfs2_getbuf()
H A Dlops.c267 struct super_block *sb = sdp->sd_vfs; in gfs2_log_alloc_bio()
379 struct super_block *sb = sdp->sd_vfs; in gfs2_log_write_page()
H A Dlog.c840 struct super_block *sb = sdp->sd_vfs; in gfs2_write_log_header()
916 struct super_block *sb = sdp->sd_vfs; in log_write_header()
H A Dincore.h685 struct super_block *sd_vfs; member
H A Dinode.c247 struct super_block *sb = sdp->sd_vfs; in gfs2_lookup_by_inum()
683 inode = new_inode(sdp->sd_vfs); in gfs2_create_inode()
H A Dbmap.c1322 u64 max_chunk = GFS2_JTRUNC_REVOKES * sdp->sd_vfs->s_blocksize; in gfs2_journaled_truncate()
2363 loff_t max_chunk = GFS2_JTRUNC_REVOKES * sdp->sd_vfs->s_blocksize; in gfs2_journaled_truncate_range()
H A Drgrp.c1313 struct super_block *sb = sdp->sd_vfs; in gfs2_rgrp_send_discards()
1388 struct block_device *bdev = sdp->sd_vfs->s_bdev; in gfs2_fitrim()
H A Dglock.c1206 struct super_block *s = sdp->sd_vfs; in gfs2_glock_get()
2914 i->sb = sdp->sd_vfs; in gfs2_glockfd_open()