Home
last modified time | relevance | path

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

/linux-4.4.14/include/trace/events/
Dfilemap.h24 __field(dev_t, s_dev)
32 __entry->s_dev = page->mapping->host->i_sb->s_dev;
34 __entry->s_dev = page->mapping->host->i_rdev;
38 MAJOR(__entry->s_dev), MINOR(__entry->s_dev),
Dfilelock.h46 __field(dev_t, s_dev)
57 __entry->s_dev = inode->i_sb->s_dev;
68 __entry->fl, MAJOR(__entry->s_dev), MINOR(__entry->s_dev),
100 __field(dev_t, s_dev)
107 __entry->s_dev = inode->i_sb->s_dev;
118 MAJOR(__entry->s_dev), MINOR(__entry->s_dev),
Dext4.h92 __entry->dev = inode->i_sb->s_dev;
121 __entry->dev = inode->i_sb->s_dev;
147 __entry->dev = dir->i_sb->s_dev;
170 __entry->dev = inode->i_sb->s_dev;
194 __entry->dev = inode->i_sb->s_dev;
216 __entry->dev = inode->i_sb->s_dev;
238 __entry->dev = inode->i_sb->s_dev;
260 __entry->dev = inode->i_sb->s_dev;
287 __entry->dev = inode->i_sb->s_dev;
331 __entry->dev = inode->i_sb->s_dev;
[all …]
Df2fs.h140 __entry->dev = inode->i_sb->s_dev;
174 __entry->dev = inode->i_sb->s_dev;
206 __entry->dev = inode->i_sb->s_dev;
234 __entry->dev = sb->s_dev;
288 __entry->dev = dir->i_sb->s_dev;
332 __entry->dev = inode->i_sb->s_dev;
361 __entry->dev = inode->i_sb->s_dev;
418 __entry->dev = inode->i_sb->s_dev;
466 __entry->dev = inode->i_sb->s_dev;
500 __entry->dev = inode->i_sb->s_dev;
[all …]
Dwriteback.h255 __entry->sb_dev = work->sb ? work->sb->s_dev : 0;
744 __entry->dev = inode->i_sb->s_dev;
Djbd2.h126 __entry->dev = inode->i_sb->s_dev;
/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 …]
Dsys.c65 MAJOR(sdp->sd_vfs->s_dev), MINOR(sdp->sd_vfs->s_dev)); in id_show()
Dquota.c1196 sdp->sd_vfs->s_dev, in gfs2_quota_check()
1207 sdp->sd_vfs->s_dev, QUOTA_NL_BSOFTWARN); in gfs2_quota_check()
Dops_fstype.c1219 s->s_dev = s->s_bdev->bd_dev; in set_gfs2_super()
/linux-4.4.14/fs/nfs/
Dnfstrace.h62 __entry->dev = inode->i_sb->s_dev;
100 __entry->dev = inode->i_sb->s_dev;
186 __entry->dev = dir->i_sb->s_dev;
230 __entry->dev = dir->i_sb->s_dev;
297 __entry->dev = dir->i_sb->s_dev;
336 __entry->dev = dir->i_sb->s_dev;
373 __entry->dev = dir->i_sb->s_dev;
409 __entry->dev = dir->i_sb->s_dev;
441 __entry->dev = dir->i_sb->s_dev;
479 __entry->dev = dir->i_sb->s_dev;
[all …]
Dnfs4trace.h411 __entry->dev = ctx->dentry->d_sb->s_dev;
476 __entry->dev = inode->i_sb->s_dev;
536 __entry->dev = inode->i_sb->s_dev;
587 __entry->dev = inode->i_sb->s_dev;
627 __entry->dev = res->server->s_dev;
662 __entry->dev = inode->i_sb->s_dev;
707 __entry->dev = dir->i_sb->s_dev;
761 __entry->dev = olddir->i_sb->s_dev;
799 __entry->dev = inode->i_sb->s_dev;
855 __entry->dev = server->s_dev;
[all …]
Dsuper.c2292 "%u:%u", MAJOR(sb->s_dev), MINOR(sb->s_dev)); in nfs_initialise_sb()
2403 server->s_dev = s->s_dev; in nfs_set_super()
2502 return bdi_register_dev(&server->backing_dev_info, server->s_dev); in nfs_bdi_register()
2659 dev_t dev = s->s_dev; in nfs_kill_super()
Dclient.c1271 MAJOR(server->s_dev), MINOR(server->s_dev)); in nfs_volume_list_show()
Dnfs4proc.c5484 arg.lock_owner.s_dev = server->s_dev; in _nfs4_proc_getlk()
5744 p->arg.lock_owner.s_dev = server->s_dev; in nfs4_alloc_lockdata()
6241 data->args.lock_owner.s_dev = server->s_dev; in nfs4_release_lockowner()
Dnfs4xdr.c1303 *p++ = cpu_to_be32(lowner->s_dev); in encode_lockowner()
1393 *p++ = cpu_to_be32(arg->server->s_dev); in encode_openhdr()
/linux-4.4.14/fs/f2fs/
Dtrace.c76 MAJOR(inode->i_sb->s_dev), MINOR(inode->i_sb->s_dev), in f2fs_trace_pid()
97 major = MAJOR(inode->i_sb->s_dev); in f2fs_trace_ios()
98 minor = MINOR(inode->i_sb->s_dev); in f2fs_trace_ios()
/linux-4.4.14/fs/xfs/
Dxfs_trace.h59 __entry->dev = VFS_I(ctx->dp)->i_sb->s_dev;
113 __entry->dev = mp->m_super->s_dev;
146 __entry->dev = mp->m_super->s_dev;
183 __entry->dev = VFS_I(ctx->dp)->i_sb->s_dev;
231 __entry->dev = VFS_I(ip)->i_sb->s_dev;
275 __entry->dev = VFS_I(ip)->i_sb->s_dev;
552 __entry->dev = VFS_I(ip)->i_sb->s_dev;
584 __entry->dev = VFS_I(ip)->i_sb->s_dev;
611 __entry->dev = VFS_I(ip)->i_sb->s_dev;
641 __entry->dev = VFS_I(ip)->i_sb->s_dev;
[all …]
Dxfs_trans_dquot.c582 mp->m_super->s_dev, type); in xfs_quota_warn()
Dxfs_iops.c456 stat->dev = inode->i_sb->s_dev; in xfs_vn_getattr()
/linux-4.4.14/fs/notify/
Dfdinfo.c94 inode_mark->wd, inode->i_ino, inode->i_sb->s_dev, in inotify_fdinfo()
127 inode->i_ino, inode->i_sb->s_dev, in fanotify_fdinfo()
/linux-4.4.14/fs/autofs4/
Ddev-ioctl.c222 return path->dentry->d_sb->s_dev == *(dev_t *)p; in test_by_dev()
446 devid = sbi->sb->s_dev; in autofs_dev_ioctl_requester()
547 devid = new_encode_dev(path.dentry->d_sb->s_dev); in autofs_dev_ioctl_ismountpoint()
554 dev_t dev = sbi->sb->s_dev; in autofs_dev_ioctl_ismountpoint()
Dautofs_i.h233 return new_encode_dev(sbi->sb->s_dev); in autofs4_get_dev()
/linux-4.4.14/security/tomoyo/
Drealpath.c168 if (!MAJOR(sb->s_dev)) in tomoyo_get_local_path()
183 const dev_t dev = sb->s_dev; in tomoyo_get_local_path()
Dcondition.c724 stat->dev = inode->i_sb->s_dev; in tomoyo_get_attributes()
/linux-4.4.14/kernel/
Daudit_watch.c370 watch->dev = d_backing_inode(d)->i_sb->s_dev; in audit_get_nd()
498 audit_update_watch(parent, dname, inode->i_sb->s_dev, inode->i_ino, 0); in audit_watch_handle_event()
550 dev = exe_file->f_inode->i_sb->s_dev; in audit_exe_compare()
Daudit_fsnotify.c79 audit_mark->dev = inode ? inode->i_sb->s_dev : AUDIT_DEV_UNSET; in audit_update_mark()
Dauditsc.c1787 n->dev != inode->i_sb->s_dev) in __audit_inode()
1873 if (n->ino == parent->i_ino && n->dev == parent->i_sb->s_dev && in __audit_inode_child()
Daudit.c1728 name->dev = inode->i_sb->s_dev; in audit_copy_inode()
/linux-4.4.14/fs/proc/
Dnommu.c49 dev = inode->i_sb->s_dev; in nommu_region_show()
Dtask_nommu.c164 dev = inode->i_sb->s_dev; in nommu_vma_show()
Dtask_mmu.c285 dev = inode->i_sb->s_dev; in show_map_vma()
/linux-4.4.14/fs/nfsd/
Dnfsfh.c436 if (!old_valid_dev(exp_sb(exp)->s_dev)) in fsid_type_ok_for_exp()
501 } else if (!old_valid_dev(exp_sb(exp)->s_dev)) in set_version_and_fsid_type()
524 dev_t ex_dev = exp_sb(exp)->s_dev; in fh_compose()
Dvfs.c727 dev_t dev = inode->i_sb->s_dev; in nfsd_init_raparms()
895 || (last_ino == inode->i_ino && last_dev == inode->i_sb->s_dev)) { in wait_for_concurrent_writes()
906 last_dev = inode->i_sb->s_dev; in wait_for_concurrent_writes()
Dnfs3xdr.c149 (d_inode(fhp->fh_dentry)->i_sb->s_dev)); in encode_fsid()
/linux-4.4.14/fs/
Dproc_namespace.c137 MAJOR(sb->s_dev), MINOR(sb->s_dev)); in show_mountinfo()
Dsuper.c687 if (sb->s_dev == dev) { in user_get_super()
887 return get_anon_bdev(&s->s_dev); in set_anon_super()
894 dev_t dev = sb->s_dev; in kill_anon_super()
950 s->s_dev = s->s_bdev->bd_dev; in set_bdev_super()
Dstat.c23 stat->dev = inode->i_sb->s_dev; in generic_fillattr()
Dlocks.c2599 MAJOR(inode->i_sb->s_dev), in lock_get_status()
2600 MINOR(inode->i_sb->s_dev), inode->i_ino); in lock_get_status()
/linux-4.4.14/include/linux/
Dnfs_fs_sb.h159 dev_t s_dev; /* superblock dev numbers */ member
Dnfs_xdr.h482 dev_t s_dev; member
Dfs.h1288 dev_t s_dev; /* search index; _not_ kdev_t */ member
/linux-4.4.14/drivers/mtd/
Dmtdsuper.c51 sb->s_dev = MKDEV(MTD_BLOCK_MAJOR, mtd->index); in get_sb_mtd_set()
/linux-4.4.14/fs/ocfs2/
Djournal.c1437 MAJOR(osb->sb->s_dev), MINOR(osb->sb->s_dev)); in __ocfs2_recovery_thread()
1626 "device (%u,%u)\n", node_num, slot_num, MAJOR(osb->sb->s_dev), in ocfs2_replay_journal()
1627 MINOR(osb->sb->s_dev)); in ocfs2_replay_journal()
1683 "device (%u,%u)\n", node_num, slot_num, MAJOR(osb->sb->s_dev), in ocfs2_replay_journal()
1684 MINOR(osb->sb->s_dev)); in ocfs2_replay_journal()
Dsuper.c1991 sb->s_dev = 0; in ocfs2_dismount_volume()
2121 MAJOR(osb->sb->s_dev), MINOR(osb->sb->s_dev)); in ocfs2_initialize_super()
Docfs2_trace.h702 __entry->dev_major = MAJOR(sb->s_dev);
703 __entry->dev_minor = MINOR(sb->s_dev);
/linux-4.4.14/arch/arc/kernel/
Dtroubleshoot.c104 dev = inode->i_sb->s_dev; in show_faulting_vma()
/linux-4.4.14/net/unix/
Ddiag.c29 .udiag_vfs_dev = dentry->d_sb->s_dev, in sk_diag_dump_vfs()
/linux-4.4.14/init/
Ddo_mounts.c372 ROOT_DEV = s->s_dev; in do_mount_root()
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dllite_lib.c542 sbi->ll_sdev_orig = sb->s_dev; in client_common_fill_super()
551 sb->s_dev = get_uuid2int(uuid->uuid, strlen(uuid->uuid)); in client_common_fill_super()
651 sb->s_dev = sbi->ll_sdev_orig; in ll_kill_super()
Ddir.c1503 st.st_dev = inode->i_sb->s_dev; in ll_dir_ioctl()
Dfile.c2996 stat->dev = inode->i_sb->s_dev; in ll_getattr()
/linux-4.4.14/fs/overlayfs/
Ddir.c147 stat->dev = dentry->d_sb->s_dev; in ovl_dir_getattr()
/linux-4.4.14/fs/ceph/
Dsuper.c1016 dev_t dev = s->s_dev; in ceph_kill_sb()
/linux-4.4.14/fs/exofs/
Dsuper.c760 sb->s_dev = 0; in exofs_fill_super()
/linux-4.4.14/mm/
Dmemory-failure.c101 dev = mapping->host->i_sb->s_dev; in hwpoison_filter_dev()
/linux-4.4.14/fs/reiserfs/
Djournal.c2616 new_decode_dev(SB_ONDISK_JOURNAL_DEVICE(super)) : super->s_dev; in journal_init_dev()
2623 if (jdev == super->s_dev) in journal_init_dev()
2635 } else if (jdev != super->s_dev) in journal_init_dev()
/linux-4.4.14/fs/fuse/
Dinode.c1086 fc->dev = sb->s_dev; in fuse_fill_super()
Ddir.c840 stat->dev = inode->i_sb->s_dev; in fuse_fillattr()
/linux-4.4.14/fs/nilfs2/
Dsuper.c1266 s->s_dev = s->s_bdev->bd_dev; in nilfs_set_bdev_super()
/linux-4.4.14/fs/quota/
Ddquot.c1250 warn[i].w_sb->s_dev, warn[i].w_type); in flush_warnings()
/linux-4.4.14/kernel/events/
Dcore.c6041 dev = inode->i_sb->s_dev; in perf_event_mmap_event()