Home
last modified time | relevance | path

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

/Linux-v4.19/fs/gfs2/
Dtrace_gfs2.h109 __entry->dev = gl->gl_name.ln_sbd->sd_vfs->s_dev;
145 __entry->dev = gl->gl_name.ln_sbd->sd_vfs->s_dev;
179 __entry->dev = gl->gl_name.ln_sbd->sd_vfs->s_dev;
214 __entry->dev = gh->gh_gl->gl_name.ln_sbd->sd_vfs->s_dev;
244 __entry->dev = gh->gh_gl->gl_name.ln_sbd->sd_vfs->s_dev;
283 __entry->dev = gl->gl_name.ln_sbd->sd_vfs->s_dev;
338 __entry->dev = bd->bd_gl->gl_name.ln_sbd->sd_vfs->s_dev;
368 __entry->dev = sdp->sd_vfs->s_dev;
394 __entry->dev = sdp->sd_vfs->s_dev;
417 __entry->dev = sdp->sd_vfs->s_dev;
[all …]
Dsys.c66 MAJOR(sdp->sd_vfs->s_dev), MINOR(sdp->sd_vfs->s_dev)); in id_show()
76 struct super_block *s = sdp->sd_vfs; in uuid_show()
86 struct super_block *sb = sdp->sd_vfs; in freeze_show()
105 error = thaw_super(sdp->sd_vfs); in freeze_store()
108 error = freeze_super(sdp->sd_vfs); in freeze_store()
162 gfs2_statfs_sync(sdp->sd_vfs, 0); in statfs_sync_store()
181 gfs2_quota_sync(sdp->sd_vfs, 0); in quota_sync_store()
648 struct super_block *sb = sdp->sd_vfs; in gfs2_sys_fs_add()
710 struct super_block *s = sdp->sd_vfs; in gfs2_uevent()
Dtrans.c60 sb_start_intwrite(sdp->sd_vfs); in gfs2_trans_begin()
71 sb_end_intwrite(sdp->sd_vfs); in gfs2_trans_begin()
101 sb_end_intwrite(sdp->sd_vfs); in gfs2_trans_end()
119 if (sdp->sd_vfs->s_flags & SB_SYNCHRONOUS) in gfs2_trans_end()
123 sb_end_intwrite(sdp->sd_vfs); in gfs2_trans_end()
Dops_fstype.c76 sdp->sd_vfs = sb; in init_sbd()
189 struct super_block *s = sdp->sd_vfs; in gfs2_sb_in()
230 struct super_block *sb = sdp->sd_vfs; in gfs2_read_super()
366 table = sdp->sd_vfs->s_id; in init_names()
457 struct super_block *sb = sdp->sd_vfs; in init_sb()
1017 struct super_block *sb = sdp->sd_vfs; in gfs2_online_uevent()
Drecovery.c482 if (sb_rdonly(sdp->sd_vfs)) { in gfs2_recover_func()
484 ro = bdev_read_only(sdp->sd_vfs->s_bdev); in gfs2_recover_func()
Dglops.c498 error = freeze_super(sdp->sd_vfs); in freeze_go_sync()
564 if (!remote || sb_rdonly(sdp->sd_vfs)) in iopen_go_callback()
Dquota.c455 if (sb_rdonly(sdp->sd_vfs)) in qd_fish()
1233 sdp->sd_vfs->s_dev, in gfs2_quota_check()
1244 sdp->sd_vfs->s_dev, QUOTA_NL_BSOFTWARN); in gfs2_quota_check()
1494 int error = fxn(sdp->sd_vfs, 0); in quotad_check_timeo()
1549 int error = gfs2_statfs_sync(sdp->sd_vfs, 0); in gfs2_quotad()
Dlops.c265 struct super_block *sb = sdp->sd_vfs; in gfs2_log_alloc_bio()
368 struct super_block *sb = sdp->sd_vfs; in gfs2_log_write_page()
Dmeta_io.c153 map_bh(bh, sdp->sd_vfs, blkno); in gfs2_getbuf()
Dlog.c356 unsigned reserved_blks = 7 * (4096 / sdp->sd_vfs->s_blocksize); in gfs2_log_reserve()
686 struct super_block *sb = sdp->sd_vfs; in gfs2_write_log_header()
Dsuper.c861 gfs2_quota_sync(sdp->sd_vfs, 0); in gfs2_make_fs_ro()
862 gfs2_statfs_sync(sdp->sd_vfs, 0); in gfs2_make_fs_ro()
968 struct super_block *sb = sdp->sd_vfs; in gfs2_freeze_func()
Dincore.h698 struct super_block *sd_vfs; member
Daops.c190 gfs2_page_add_databufs(ip, page, 0, sdp->sd_vfs->s_blocksize); in __gfs2_jdata_writepage()
Dinode.c221 struct super_block *sb = sdp->sd_vfs; in gfs2_lookup_by_inum()
643 inode = new_inode(sdp->sd_vfs); in gfs2_create_inode()
Dbmap.c1339 u64 max_chunk = GFS2_JTRUNC_REVOKES * sdp->sd_vfs->s_blocksize; in gfs2_journaled_truncate()
2361 loff_t max_chunk = GFS2_JTRUNC_REVOKES * sdp->sd_vfs->s_blocksize; in gfs2_journaled_truncate_range()
Drgrp.c1289 struct super_block *sb = sdp->sd_vfs; in gfs2_rgrp_send_discards()
1364 struct request_queue *q = bdev_get_queue(sdp->sd_vfs->s_bdev); in gfs2_fitrim()
Dglock.c787 struct super_block *s = sdp->sd_vfs; in gfs2_glock_get()