Searched refs:sd_vfs (Results 1 – 18 of 18) sorted by relevance
| /Linux-v5.15/fs/gfs2/ |
| D | trace_gfs2.h | 108 __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; 213 __entry->dev = gh->gh_gl->gl_name.ln_sbd->sd_vfs->s_dev; 243 __entry->dev = gh->gh_gl->gl_name.ln_sbd->sd_vfs->s_dev; 282 __entry->dev = gl->gl_name.ln_sbd->sd_vfs->s_dev; 337 __entry->dev = bd->bd_gl->gl_name.ln_sbd->sd_vfs->s_dev; 367 __entry->dev = sdp->sd_vfs->s_dev; 394 __entry->dev = sdp->sd_vfs->s_dev; 418 __entry->dev = sdp->sd_vfs->s_dev; [all …]
|
| D | sys.c | 63 MAJOR(sdp->sd_vfs->s_dev), MINOR(sdp->sd_vfs->s_dev)); in id_show() 109 (sb_rdonly(sdp->sd_vfs) ? 1 : 0), in status_show() 138 struct super_block *s = sdp->sd_vfs; in uuid_show() 148 struct super_block *sb = sdp->sd_vfs; in freeze_show() 167 error = thaw_super(sdp->sd_vfs); in freeze_store() 170 error = freeze_super(sdp->sd_vfs); in freeze_store() 225 gfs2_statfs_sync(sdp->sd_vfs, 0); in statfs_sync_store() 244 gfs2_quota_sync(sdp->sd_vfs, 0); in quota_sync_store() 716 struct super_block *sb = sdp->sd_vfs; in gfs2_sys_fs_add() 774 struct super_block *s = sdp->sd_vfs; in gfs2_uevent()
|
| D | trans.c | 76 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()
|
| D | util.c | 154 if (!sb_rdonly(sdp->sd_vfs)) { in signal_our_withdraw() 189 thaw_super(sdp->sd_vfs); in signal_our_withdraw() 272 inode = gfs2_inode_lookup(sdp->sd_vfs, DT_UNKNOWN, in signal_our_withdraw()
|
| D | ops_fstype.c | 81 sdp->sd_vfs = sb; in init_sbd() 201 struct super_block *s = sdp->sd_vfs; in gfs2_sb_in() 241 struct super_block *sb = sdp->sd_vfs; in gfs2_read_super() 386 table = sdp->sd_vfs->s_id; in init_names() 477 struct super_block *sb = sdp->sd_vfs; in init_sb() 1093 struct super_block *sb = sdp->sd_vfs; in gfs2_online_uevent()
|
| D | recovery.c | 485 if (sb_rdonly(sdp->sd_vfs)) { in gfs2_recover_func() 487 ro = bdev_read_only(sdp->sd_vfs->s_bdev); in gfs2_recover_func()
|
| D | super.c | 538 gfs2_quota_sync(sdp->sd_vfs, 0); in gfs2_make_fs_ro() 539 gfs2_statfs_sync(sdp->sd_vfs, 0); in gfs2_make_fs_ro() 555 sdp->sd_vfs->s_flags |= SB_RDONLY; in gfs2_make_fs_ro() 654 struct super_block *sb = sdp->sd_vfs; in gfs2_freeze_func()
|
| D | quota.c | 452 if (sb_rdonly(sdp->sd_vfs)) in qd_fish() 1236 sdp->sd_vfs->s_dev, in gfs2_quota_check() 1247 sdp->sd_vfs->s_dev, QUOTA_NL_BSOFTWARN); in gfs2_quota_check() 1500 int error = fxn(sdp->sd_vfs, 0); in quotad_check_timeo() 1557 int error = gfs2_statfs_sync(sdp->sd_vfs, 0); in gfs2_quotad()
|
| D | glops.c | 579 error = freeze_super(sdp->sd_vfs); in freeze_go_sync() 650 if (!remote || sb_rdonly(sdp->sd_vfs)) in iopen_go_callback()
|
| D | meta_io.c | 155 map_bh(bh, sdp->sd_vfs, blkno); in gfs2_getbuf()
|
| D | lops.c | 267 struct super_block *sb = sdp->sd_vfs; in gfs2_log_alloc_bio() 380 struct super_block *sb = sdp->sd_vfs; in gfs2_log_write_page()
|
| D | incore.h | 687 struct super_block *sd_vfs; member
|
| D | aops.c | 163 gfs2_page_add_databufs(ip, page, 0, sdp->sd_vfs->s_blocksize); in __gfs2_jdata_writepage()
|
| D | inode.c | 246 struct super_block *sb = sdp->sd_vfs; in gfs2_lookup_by_inum() 664 inode = new_inode(sdp->sd_vfs); in gfs2_create_inode()
|
| D | bmap.c | 1369 u64 max_chunk = GFS2_JTRUNC_REVOKES * sdp->sd_vfs->s_blocksize; in gfs2_journaled_truncate() 2418 loff_t max_chunk = GFS2_JTRUNC_REVOKES * sdp->sd_vfs->s_blocksize; in gfs2_journaled_truncate_range()
|
| D | log.c | 833 struct super_block *sb = sdp->sd_vfs; in gfs2_write_log_header()
|
| D | rgrp.c | 1324 struct super_block *sb = sdp->sd_vfs; in gfs2_rgrp_send_discards() 1399 struct request_queue *q = bdev_get_queue(sdp->sd_vfs->s_bdev); in gfs2_fitrim()
|
| D | glock.c | 1023 struct super_block *s = sdp->sd_vfs; in gfs2_glock_get()
|