| /linux/fs/xfs/scrub/ |
| H A D | trace.h | 164 __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 D | nfstrace.h | 82 __entry->dev = inode->i_sb->s_dev; 123 __entry->dev = inode->i_sb->s_dev; 213 __entry->dev = inode->i_sb->s_dev; 266 __entry->dev = inode->i_sb->s_dev; 318 __entry->dev = inode->i_sb->s_dev; 373 __entry->dev = dir->i_sb->s_dev; 431 __entry->dev = dir->i_sb->s_dev; 478 __entry->dev = dir->i_sb->s_dev; 534 __entry->dev = dir->i_sb->s_dev; 573 __entry->dev = dir->i_sb->s_dev; [all …]
|
| H A D | super.c | 1111 "%u:%u", MAJOR(sb->s_dev), MINOR(sb->s_dev)); in nfs_fill_super() 1162 server->s_dev = s->s_dev; in nfs_set_super() 1325 error = super_setup_bdi_name(s, "%u:%u", MAJOR(server->s_dev), in nfs_get_tree_common() 1326 MINOR(server->s_dev)); in nfs_get_tree_common()
|
| H A D | nfs40proc.c | 330 data->args.lock_owner.s_dev = server->s_dev; in nfs4_release_lockowner()
|
| H A D | callback_xdr.c | 495 args->cbnl_owner.s_dev = be32_to_cpu(*p++); in decode_lockowner() 499 args->cbnl_owner.s_dev = 0; in decode_lockowner()
|
| H A D | client.c | 1442 MAJOR(server->s_dev), MINOR(server->s_dev)); in nfs_volume_list_show()
|
| /linux/fs/xfs/ |
| H A D | xfs_trace.h | 134 __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 …]
|
| H A D | xfs_healthmon.c | 1199 hm->dev = mp->m_super->s_dev; in xfs_ioc_health_monitor() 1250 trace_xfs_healthmon_create(mp->m_super->s_dev, hmo.flags, hmo.format); in xfs_ioc_health_monitor()
|
| /linux/include/linux/ |
| H A D | integrity.h | 48 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 D | realpath.c | 177 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 D | condition.c | 746 stat->dev = inode->i_sb->s_dev; in tomoyo_get_attributes()
|
| /linux/fs/autofs/ |
| H A D | dev-ioctl.c | 218 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/romfs/ |
| H A D | super.c | 401 else if (sb->s_dev) in romfs_statfs() 402 id = huge_encode_dev(sb->s_dev); in romfs_statfs() 481 sb->s_dev = MKDEV(MTD_BLOCK_MAJOR, sb->s_mtd->index); in romfs_fill_super()
|
| /linux/fs/proc/ |
| H A D | nommu.c | 43 dev = inode->i_sb->s_dev; in nommu_region_show()
|
| H A D | task_nommu.c | 141 dev = inode->i_sb->s_dev; in nommu_vma_show()
|
| /linux/mm/ |
| H A D | hwpoison-inject.c | 34 dev = mapping->host->i_sb->s_dev; in hwpoison_filter_dev()
|
| /linux/fs/ |
| H A D | super.c | 995 if (sb->s_dev != dev) in user_get_super() 1285 return get_anon_bdev(&s->s_dev); in set_anon_super() 1291 dev_t dev = sb->s_dev; in kill_anon_super() 1370 s->s_dev = *(dev_t *)data; in set_bdev_super() 1382 s->s_dev == *(dev_t *)fc->sget_key; in super_s_dev_test() 1612 bdev_file = bdev_file_open_by_dev(sb->s_dev, mode, sb, &fs_holder_ops); in setup_bdev_super()
|
| H A D | nsfs.c | 400 return (ns->inum == ino) && (nsfs_mnt->mnt_sb->s_dev == dev); in ns_match()
|
| /linux/include/linux/fs/ |
| H A D | super_types.h | 134 dev_t s_dev; /* search index; _not_ kdev_t */ member
|
| /linux/net/unix/ |
| H A D | diag.c | 39 uv.udiag_vfs_dev = dentry->d_sb->s_dev; in sk_diag_dump_vfs()
|
| /linux/fs/efivarfs/ |
| H A D | super.c | 86 u64 id = huge_encode_dev(dentry->d_sb->s_dev); in efivarfs_statfs()
|
| /linux/fs/overlayfs/ |
| H A D | readdir.c | 609 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/include/trace/events/ |
| H A D | jbd2.h | 127 __entry->dev = inode->i_sb->s_dev;
|
| /linux/kernel/ |
| H A D | auditsc.c | 2226 name->dev = inode->i_sb->s_dev; in audit_copy_inode() 2298 n->dev != inode->i_sb->s_dev) in __audit_inode() 2404 (n->ino == parent->i_ino && n->dev == parent->i_sb->s_dev && in __audit_inode_child()
|
| /linux/fs/gfs2/ |
| H A D | quota.c | 1264 sdp->sd_vfs->s_dev, in gfs2_quota_check() 1275 sdp->sd_vfs->s_dev, QUOTA_NL_BSOFTWARN); in gfs2_quota_check()
|