Home
last modified time | relevance | path

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

/linux-4.4.14/fs/gfs2/
Dtrace_gfs2.h107 __entry->dev = gl->gl_name.ln_sbd->sd_vfs->s_dev;
143 __entry->dev = gl->gl_name.ln_sbd->sd_vfs->s_dev;
177 __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;
242 __entry->dev = gh->gh_gl->gl_name.ln_sbd->sd_vfs->s_dev;
281 __entry->dev = gl->gl_name.ln_sbd->sd_vfs->s_dev;
336 __entry->dev = bd->bd_gl->gl_name.ln_sbd->sd_vfs->s_dev;
365 __entry->dev = sdp->sd_vfs->s_dev;
389 __entry->dev = sdp->sd_vfs->s_dev;
412 __entry->dev = sdp->sd_vfs->s_dev;
[all …]
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 & MS_SYNCHRONOUS) in gfs2_trans_end()
122 sb_end_intwrite(sdp->sd_vfs); in gfs2_trans_end()
Dsys.c65 MAJOR(sdp->sd_vfs->s_dev), MINOR(sdp->sd_vfs->s_dev)); in id_show()
86 struct super_block *s = sdp->sd_vfs; in uuid_show()
96 struct super_block *sb = sdp->sd_vfs; in freeze_show()
115 error = thaw_super(sdp->sd_vfs); in freeze_store()
118 error = freeze_super(sdp->sd_vfs); in freeze_store()
172 gfs2_statfs_sync(sdp->sd_vfs, 0); in statfs_sync_store()
191 gfs2_quota_sync(sdp->sd_vfs, 0); in quota_sync_store()
651 struct super_block *sb = sdp->sd_vfs; in gfs2_sys_fs_add()
713 struct super_block *s = sdp->sd_vfs; in gfs2_uevent()
Drecovery.c403 bh = sb_getblk(sdp->sd_vfs, bh_map.b_blocknr); in clean_journal()
525 if (sdp->sd_vfs->s_flags & MS_RDONLY) { in gfs2_recover_func()
527 ro = bdev_read_only(sdp->sd_vfs->s_bdev); in gfs2_recover_func()
Dops_fstype.c75 sdp->sd_vfs = sb; in init_sbd()
188 struct super_block *s = sdp->sd_vfs; in gfs2_sb_in()
229 struct super_block *sb = sdp->sd_vfs; in gfs2_read_super()
380 table = sdp->sd_vfs->s_id; in init_names()
470 struct super_block *sb = sdp->sd_vfs; in init_sb()
1030 struct super_block *sb = sdp->sd_vfs; in gfs2_online_uevent()
Dglops.c487 error = freeze_super(sdp->sd_vfs); in freeze_go_sync()
552 if (!remote || (sdp->sd_vfs->s_flags & MS_RDONLY)) in iopen_go_callback()
Dquota.c455 if (sdp->sd_vfs->s_flags & MS_RDONLY) in qd_fish()
1196 sdp->sd_vfs->s_dev, in gfs2_quota_check()
1207 sdp->sd_vfs->s_dev, QUOTA_NL_BSOFTWARN); in gfs2_quota_check()
1452 int error = fxn(sdp->sd_vfs, 0); in quotad_check_timeo()
1507 int error = gfs2_statfs_sync(sdp->sd_vfs, 0); in gfs2_quotad()
Dmeta_io.c154 map_bh(bh, sdp->sd_vfs, blkno); in gfs2_getbuf()
Dlops.c263 struct super_block *sb = sdp->sd_vfs; in gfs2_log_alloc_bio()
366 struct super_block *sb = sdp->sd_vfs; in gfs2_log_write_page()
Dsuper.c842 gfs2_quota_sync(sdp->sd_vfs, 0); in gfs2_make_fs_ro()
843 gfs2_statfs_sync(sdp->sd_vfs, 0); in gfs2_make_fs_ro()
950 struct super_block *sb = sdp->sd_vfs; in gfs2_freeze_func()
Dincore.h665 struct super_block *sd_vfs; member
Dbmap.c456 struct super_block *sb = sdp->sd_vfs; in gfs2_bmap_alloc()
1012 u64 max_chunk = GFS2_JTRUNC_REVOKES * sdp->sd_vfs->s_blocksize; in gfs2_journaled_truncate()
Dlog.c343 unsigned reserved_blks = 7 * (4096 / sdp->sd_vfs->s_blocksize); in gfs2_log_reserve()
Dglock.c579 inode = gfs2_ilookup(sdp->sd_vfs, no_addr, 1); in delete_work_func()
645 struct super_block *s = sdp->sd_vfs; in gfs2_glock_get()
Dinode.c209 struct super_block *sb = sdp->sd_vfs; in gfs2_lookup_by_inum()
646 inode = new_inode(sdp->sd_vfs); in gfs2_create_inode()
Daops.c166 gfs2_page_add_databufs(ip, page, 0, sdp->sd_vfs->s_blocksize-1); in __gfs2_jdata_writepage()
Drgrp.c1287 struct super_block *sb = sdp->sd_vfs; in gfs2_rgrp_send_discards()
1362 struct request_queue *q = bdev_get_queue(sdp->sd_vfs->s_bdev); in gfs2_fitrim()