Home
last modified time | relevance | path

Searched refs:s_dev (Results 1 – 25 of 34) sorted by relevance

12

/linux/fs/xfs/scrub/
H A Dtrace.h164 __entry->dev = ip->i_mount->m_super->s_dev;
206 __entry->dev = sc->mp->m_super->s_dev;
238 __entry->dev = ip->i_mount->m_super->s_dev;
276 __entry->dev = mp->m_super->s_dev;
312 __entry->dev = sc->mp->m_super->s_dev;
342 __entry->dev = sc->ip->i_mount->m_super->s_dev;
371 __entry->dev = sc->mp->m_super->s_dev;
405 __entry->dev = sc->mp->m_super->s_dev;
440 __entry->dev = sc->ip->i_mount->m_super->s_dev;
482 __entry->dev = cursor->sc->mp->m_super->s_dev;
[all …]
/linux/fs/nfs/
H A Dnfstrace.h83 __entry->dev = inode->i_sb->s_dev;
124 __entry->dev = inode->i_sb->s_dev;
214 __entry->dev = inode->i_sb->s_dev;
267 __entry->dev = inode->i_sb->s_dev;
319 __entry->dev = inode->i_sb->s_dev;
374 __entry->dev = dir->i_sb->s_dev;
432 __entry->dev = dir->i_sb->s_dev;
479 __entry->dev = dir->i_sb->s_dev;
535 __entry->dev = dir->i_sb->s_dev;
574 __entry->dev = dir->i_sb->s_dev;
[all …]
H A Dnfs4trace.h583 __entry->dev = ctx->dentry->d_sb->s_dev;
661 __entry->dev = inode->i_sb->s_dev;
706 __entry->dev = inode->i_sb->s_dev;
762 __entry->dev = inode->i_sb->s_dev;
834 __entry->dev = inode->i_sb->s_dev;
925 __entry->dev = inode->i_sb->s_dev;
963 __entry->dev = inode->i_sb->s_dev;
1048 __entry->dev = res->server->s_dev;
1090 __entry->dev = inode->i_sb->s_dev;
1140 __entry->dev = dir->i_sb->s_dev;
[all …]
H A Dnfs40proc.c330 data->args.lock_owner.s_dev = server->s_dev; in nfs4_release_lockowner()
H A Dcallback_xdr.c495 args->cbnl_owner.s_dev = be32_to_cpu(*p++); in decode_lockowner()
499 args->cbnl_owner.s_dev = 0; in decode_lockowner()
H A Dclient.c1470 MAJOR(server->s_dev), MINOR(server->s_dev)); in nfs_volume_list_show()
/linux/fs/xfs/
H A Dxfs_trace.h134 __entry->dev = VFS_I(ctx->dp)->i_sb->s_dev;
191 __entry->dev = mp->m_super->s_dev;
220 __entry->dev = mp->m_super->s_dev;
249 __entry->dev = mp->m_super->s_dev;
277 __entry->dev = mp->m_super->s_dev;
298 __entry->dev = pag_mount(pag)->m_super->s_dev;
336 __entry->dev = xg->xg_mount->m_super->s_dev;
376 __entry->dev = mp->m_super->s_dev;
411 __entry->dev = rtg_mount(rtg)->m_super->s_dev;
439 __entry->dev = rtg_mount(oz->oz_rtg)->m_super->s_dev;
[all …]
/linux/include/linux/
H A Dintegrity.h48 attrs->dev = inode->i_sb->s_dev; in integrity_inode_attrs_store()
59 return (inode->i_sb->s_dev != attrs->dev || in integrity_inode_attrs_changed()
/linux/security/tomoyo/
H A Drealpath.c177 if (!MAJOR(sb->s_dev)) in tomoyo_get_local_path()
193 const dev_t dev = sb->s_dev; in tomoyo_get_local_path()
H A Dcondition.c746 stat->dev = inode->i_sb->s_dev; in tomoyo_get_attributes()
/linux/fs/autofs/
H A Ddev-ioctl.c218 return path->dentry->d_sb->s_dev == *(dev_t *)p; in test_by_dev()
500 devid = sbi->sb->s_dev; in autofs_dev_ioctl_requester()
600 devid = new_encode_dev(path.dentry->d_sb->s_dev); in autofs_dev_ioctl_ismountpoint()
607 dev_t dev = sbi->sb->s_dev; in autofs_dev_ioctl_ismountpoint()
/linux/fs/proc/
H A Dnommu.c43 dev = inode->i_sb->s_dev; in nommu_region_show()
H A Dtask_nommu.c141 dev = inode->i_sb->s_dev; in nommu_vma_show()
/linux/fs/
H A Dsuper.c509 VFS_WARN_ON_ONCE(!sb->s_dev); in super_dev_register()
512 fsd->sd_dev = sb->s_dev; in super_dev_register()
1356 error = get_anon_bdev(&s->s_dev); in set_anon_super()
1362 free_anon_bdev(s->s_dev); in set_anon_super()
1369 dev_t dev = sb->s_dev; in kill_anon_super()
1448 s->s_dev = *(dev_t *)data; in set_bdev_super()
1460 s->s_dev == *(dev_t *)fc->sget_key; in super_s_dev_test()
1806 bdev_file = fs_bdev_file_open_by_dev(sb->s_dev, mode, sb, sb); in setup_bdev_super()
/linux/mm/
H A Dhwpoison-inject.c34 dev = mapping->host->i_sb->s_dev; in hwpoison_filter_dev()
/linux/fs/nfsd/
H A Dnfsfh.c590 if (!old_valid_dev(exp_sb(exp)->s_dev)) in fsid_type_ok_for_exp()
655 } else if (!old_valid_dev(exp_sb(exp)->s_dev)) in set_version_and_fsid_type()
675 dev_t ex_dev = exp_sb(exp)->s_dev; in fh_compose()
H A Dtrace.h1387 __field(dev_t, s_dev)
1394 __entry->s_dev = dir ? dir->i_sb->s_dev : 0;
1399 MAJOR(__entry->s_dev), MINOR(__entry->s_dev),
H A Dnfs3xdr.c372 fsid = (u64)huge_encode_dev(fhp->fh_dentry->d_sb->s_dev); in svcxdr_encode_fattr3()
/linux/fs/overlayfs/
H A Dinode.c116 stat->dev = dentry->d_sb->s_dev; in ovl_map_dev_ino()
130 stat->dev = dentry->d_sb->s_dev; in ovl_map_dev_ino()
149 stat->dev = dentry->d_sb->s_dev; in ovl_map_dev_ino()
H A Dreaddir.c609 dir->d_sb->s_dev != stat.dev); in ovl_cache_update()
820 WARN_ON_ONCE(dir->d_sb->s_dev != stat.dev); in ovl_iterate_real()
/linux/net/unix/
H A Ddiag.c39 uv.udiag_vfs_dev = dentry->d_sb->s_dev; in sk_diag_dump_vfs()
/linux/fs/erofs/
H A Dsuper.c704 "%u:%u", MAJOR(sb->s_dev), MINOR(sb->s_dev)); in erofs_fc_fill_super()
/linux/include/trace/events/
H A Djbd2.h127 __entry->dev = inode->i_sb->s_dev;
/linux/fs/gfs2/
H A Dquota.c1278 sdp->sd_vfs->s_dev, in gfs2_quota_check()
1289 sdp->sd_vfs->s_dev, QUOTA_NL_BSOFTWARN); in gfs2_quota_check()
/linux/tools/testing/selftests/bpf/progs/
H A Dprofiler.inc.h529 u32 dev_id = BPF_CORE_READ(file_dentry, d_sb, s_dev); in is_dentry_allowed_for_filemod()

12