/linux-4.1.27/fs/nfs/ |
H A D | getroot.c | 46 if (sb->s_root == NULL) { nfs_superblock_set_dummy_root() 47 sb->s_root = d_make_root(inode); nfs_superblock_set_dummy_root() 48 if (sb->s_root == NULL) nfs_superblock_set_dummy_root() 59 spin_lock(&d_inode(sb->s_root)->i_lock); nfs_superblock_set_dummy_root() 60 spin_lock(&sb->s_root->d_lock); nfs_superblock_set_dummy_root() 61 hlist_del_init(&sb->s_root->d_u.d_alias); nfs_superblock_set_dummy_root() 62 spin_unlock(&sb->s_root->d_lock); nfs_superblock_set_dummy_root() 63 spin_unlock(&d_inode(sb->s_root)->i_lock); nfs_superblock_set_dummy_root()
|
H A D | nfs4state.c | 1907 inode = d_inode(server->super->s_root); nfs4_try_migration() 2026 inode = d_inode(server->super->s_root); nfs4_handle_lease_moved()
|
H A D | nfs4client.c | 1133 struct inode *inode = d_inode(server->super->s_root); nfs_probe_destination()
|
H A D | super.c | 2577 if (!s->s_root) { nfs_fs_mount_common()
|
/linux-4.1.27/fs/proc/ |
H A D | self.c | 49 struct inode *root_inode = d_inode(s->s_root); proc_setup_self() 54 self = d_alloc_name(s->s_root, "self"); proc_setup_self()
|
H A D | thread_self.c | 50 struct inode *root_inode = d_inode(s->s_root); proc_setup_thread_self() 55 thread_self = d_alloc_name(s->s_root, "thread-self"); proc_setup_thread_self()
|
H A D | root.c | 136 if (!sb->s_root) { proc_mount() 146 return dget(sb->s_root); proc_mount()
|
H A D | inode.c | 478 s->s_root = d_make_root(root_inode); proc_fill_super() 479 if (!s->s_root) { proc_fill_super()
|
/linux-4.1.27/fs/kernfs/ |
H A D | mount.c | 95 sb->s_root = root; kernfs_fill_super() 168 *new_sb_created = !sb->s_root; kernfs_mount_ns() 170 if (!sb->s_root) { kernfs_mount_ns() 185 return dget(sb->s_root); kernfs_mount_ns() 199 struct kernfs_node *root_kn = sb->s_root->d_fsdata; kernfs_kill_sb()
|
/linux-4.1.27/fs/autofs4/ |
H A D | inode.c | 74 struct inode *root_inode = d_inode(root->d_sb->s_root); autofs4_show_options() 324 s->s_root = root; autofs4_fill_super() 354 if (sb->s_root) { autofs4_get_inode() 355 inode->i_uid = d_inode(sb->s_root)->i_uid; autofs4_get_inode() 356 inode->i_gid = d_inode(sb->s_root)->i_gid; autofs4_get_inode()
|
H A D | expire.c | 302 struct dentry *root = dget(sb->s_root); autofs4_expire_direct() 432 struct dentry *root = sb->s_root; autofs4_expire_indirect()
|
H A D | autofs_i.h | 238 return d_inode(sbi->sb->s_root)->i_ino; autofs4_get_ino()
|
H A D | waitq.c | 183 struct dentry *root = sbi->sb->s_root; autofs4_getpath()
|
/linux-4.1.27/drivers/mtd/ |
H A D | mtdsuper.c | 71 if (sb->s_root) mount_mtd_aux() 86 return dget(sb->s_root); mount_mtd_aux() 93 return dget(sb->s_root); mount_mtd_aux()
|
/linux-4.1.27/fs/ |
H A D | super.c | 371 sb->s_root && (sb->s_flags & MS_BORN)) trylock_super() 397 if (sb->s_root) { generic_shutdown_super() 518 if (sb->s_root && (sb->s_flags & MS_BORN)) iterate_supers() 552 if (sb->s_root && (sb->s_flags & MS_BORN)) iterate_supers_type() 593 if (sb->s_root && (sb->s_flags & MS_BORN)) get_super() 676 if (sb->s_root && (sb->s_flags & MS_BORN)) user_get_super() 718 if (!sb->s_root) do_remount_sb() 783 if (sb->s_root && sb->s_bdev && (sb->s_flags & MS_BORN) && do_emergency_remount() 887 if (sb->s_root) kill_litter_super() 888 d_genocide(sb->s_root); kill_litter_super() 914 if (!sb->s_root) { mount_ns() 925 return dget(sb->s_root); mount_ns() 982 if (s->s_root) { mount_bdev() 1015 return dget(s->s_root); mount_bdev() 1057 return dget(s->s_root); mount_nodev() 1076 if (!s->s_root) { mount_single() 1086 return dget(s->s_root); mount_single()
|
H A D | statfs.c | 223 err = statfs_by_dentry(s->s_root, sbuf); vfs_ustat()
|
H A D | binfmt_misc.c | 640 root = dget(file->f_path.dentry->d_sb->s_root); bm_entry_write() 677 root = dget(sb->s_root); bm_register_write() 756 root = dget(file->f_path.dentry->d_sb->s_root); bm_status_write()
|
H A D | libfs.c | 252 s->s_root = dentry; mount_pseudo() 255 return dget(s->s_root); mount_pseudo() 531 s->s_root = root; simple_fill_super()
|
H A D | dcache.c | 1446 dentry = sb->s_root; shrink_dcache_for_umount() 1447 sb->s_root = NULL; shrink_dcache_for_umount()
|
H A D | namespace.c | 3218 if (mnt->mnt.mnt_root != mnt->mnt.mnt_sb->s_root) fs_fully_visible()
|
H A D | namei.c | 520 if (mnt->mnt_root == mnt->mnt_sb->s_root) path_connected()
|
/linux-4.1.27/arch/s390/hypfs/ |
H A D | inode.c | 189 hypfs_delete_tree(sb->s_root); hypfs_write_iter() 191 rc = hypfs_vm_create_files(sb->s_root); hypfs_write_iter() 193 rc = hypfs_diag_create_files(sb->s_root); hypfs_write_iter() 196 hypfs_delete_tree(sb->s_root); hypfs_write_iter() 297 sb->s_root = root_dentry = d_make_root(root_inode); hypfs_fill_super() 324 if (sb->s_root) hypfs_kill_super() 325 hypfs_delete_tree(sb->s_root); hypfs_kill_super()
|
/linux-4.1.27/fs/devpts/ |
H A D | inode.c | 245 struct dentry *root = sb->s_root; mknod_ptmx() 399 s->s_root = d_make_root(inode); devpts_fill_super() 400 if (s->s_root) devpts_fill_super() 470 if (!s->s_root) { devpts_mount() 483 return dget(s->s_root); devpts_mount() 607 struct dentry *root = sb->s_root; devpts_pty_new() 676 struct dentry *root = sb->s_root; devpts_pty_kill()
|
/linux-4.1.27/fs/logfs/ |
H A D | super.c | 318 sb->s_root = d_make_root(rootdir); logfs_get_sb_final() 319 if (!sb->s_root) logfs_get_sb_final() 529 if (sb->s_root) { logfs_get_sb_device() 533 return dget(sb->s_root); logfs_get_sb_device() 556 return dget(sb->s_root); logfs_get_sb_device() 559 /* no ->s_root, no ->put_super() */ logfs_get_sb_device()
|
/linux-4.1.27/fs/bfs/ |
H A D | inode.c | 374 s->s_root = d_make_root(inode); bfs_fill_super() 375 if (!s->s_root) { bfs_fill_super() 449 dput(s->s_root); bfs_fill_super() 450 s->s_root = NULL; bfs_fill_super()
|
/linux-4.1.27/drivers/oprofile/ |
H A D | oprofilefs.c | 253 sb->s_root = d_make_root(root_inode); oprofilefs_fill_super() 254 if (!sb->s_root) oprofilefs_fill_super() 257 oprofile_create_files(sb->s_root); oprofilefs_fill_super()
|
/linux-4.1.27/fs/9p/ |
H A D | fid.c | 146 fid = v9fs_fid_find(dentry->d_sb->s_root, uid, any); v9fs_fid_lookup_with_uid() 162 v9fs_fid_add(dentry->d_sb->s_root, fid); v9fs_fid_lookup_with_uid() 165 if (dentry->d_sb->s_root == dentry) v9fs_fid_lookup_with_uid()
|
H A D | vfs_super.c | 163 sb->s_root = root; v9fs_mount() 194 return dget(sb->s_root); v9fs_mount()
|
/linux-4.1.27/fs/ncpfs/ |
H A D | ioctl.c | 376 struct dentry* dentry = inode->i_sb->s_root; __ncp_ioctl() 387 ncp_dbg(1, "d_inode(s_root)==NULL\n"); __ncp_ioctl() 389 ncp_dbg(1, "s_root==NULL\n"); __ncp_ioctl() 432 dentry = inode->i_sb->s_root; __ncp_ioctl() 442 ncp_dbg(1, "d_inode(s_root)==NULL\n"); __ncp_ioctl() 446 ncp_dbg(1, "s_root==NULL\n"); __ncp_ioctl()
|
H A D | dir.c | 320 if (dentry == dentry->d_sb->s_root) ncp_lookup_validate() 808 dent = sb->s_root; ncp_conn_logged_in() 818 ncp_dbg(1, "d_inode(sb->s_root) == NULL!\n"); ncp_conn_logged_in() 821 ncp_dbg(1, "sb->s_root == NULL!\n"); ncp_conn_logged_in()
|
H A D | inode.c | 722 sb->s_root = d_make_root(root_inode); ncp_fill_super() 723 if (!sb->s_root) ncp_fill_super() 811 d = sb->s_root; ncp_statfs()
|
/linux-4.1.27/fs/pstore/ |
H A D | inode.c | 304 struct dentry *root = pstore_sb->s_root; pstore_mkfile() 437 sb->s_root = d_make_root(inode); pstore_fill_super() 438 if (!sb->s_root) pstore_fill_super()
|
/linux-4.1.27/fs/hfsplus/ |
H A D | super.c | 507 sb->s_root = d_make_root(root); hfsplus_fill_super() 508 if (!sb->s_root) { hfsplus_fill_super() 589 dput(sb->s_root); hfsplus_fill_super() 590 sb->s_root = NULL; hfsplus_fill_super()
|
H A D | dir.c | 84 HFSPLUS_I(d_inode(sb->s_root))-> hfsplus_lookup()
|
/linux-4.1.27/fs/afs/ |
H A D | super.c | 337 sb->s_root = d_make_root(inode); afs_fill_super() 338 if (!sb->s_root) afs_fill_super() 418 if (!sb->s_root) { afs_mount() 438 return dget(sb->s_root); afs_mount()
|
/linux-4.1.27/fs/openpromfs/ |
H A D | inode.c | 405 s->s_root = d_make_root(root_inode); openprom_fill_super() 406 if (!s->s_root) openprom_fill_super()
|
/linux-4.1.27/fs/ramfs/ |
H A D | inode.c | 232 sb->s_root = d_make_root(inode); ramfs_fill_super() 233 if (!sb->s_root) ramfs_fill_super()
|
/linux-4.1.27/fs/coda/ |
H A D | inode.c | 222 sb->s_root = d_make_root(root); coda_fill_super() 223 if (!sb->s_root) { coda_fill_super()
|
H A D | upcall.c | 816 if (!sb || !sb->s_root) coda_downcall() 823 if (d_really_is_positive(sb->s_root)) coda_downcall() 824 coda_flag_inode(d_inode(sb->s_root), C_FLUSH); coda_downcall()
|
/linux-4.1.27/fs/efivarfs/ |
H A D | super.c | 118 struct dentry *dentry, *root = sb->s_root; efivarfs_callback() 213 sb->s_root = root; efivarfs_fill_super()
|
/linux-4.1.27/fs/efs/ |
H A D | super.c | 323 s->s_root = d_make_root(root); efs_fill_super() 324 if (!(s->s_root)) { efs_fill_super()
|
/linux-4.1.27/fs/freevxfs/ |
H A D | vxfs_super.c | 227 sbp->s_root = d_make_root(root); vxfs_fill_super() 228 if (!sbp->s_root) { vxfs_fill_super()
|
/linux-4.1.27/fs/fuse/ |
H A D | control.c | 246 parent = fuse_control_sb->s_root; fuse_ctl_add_conn() 290 drop_nlink(d_inode(fuse_control_sb->s_root)); fuse_ctl_remove_conn()
|
H A D | inode.c | 1081 sb->s_root = root_dentry; fuse_fill_super()
|
/linux-4.1.27/security/tomoyo/ |
H A D | realpath.c | 171 struct inode *inode = d_backing_inode(sb->s_root); tomoyo_get_local_path() 280 inode = d_backing_inode(sb->s_root); tomoyo_realpath_from_path()
|
/linux-4.1.27/fs/reiserfs/ |
H A D | super.c | 1692 inode = d_inode(s->s_root); find_hash_out() 2033 s->s_root = d_make_root(root_inode); reiserfs_fill_super() 2034 if (!s->s_root) reiserfs_fill_super() 2039 dput(s->s_root); reiserfs_fill_super() 2040 s->s_root = NULL; reiserfs_fill_super() 2056 dput(s->s_root); reiserfs_fill_super() 2057 s->s_root = NULL; reiserfs_fill_super() 2118 dput(s->s_root); reiserfs_fill_super() 2119 s->s_root = NULL; reiserfs_fill_super() 2126 dput(s->s_root); reiserfs_fill_super() 2127 s->s_root = NULL; reiserfs_fill_super() 2144 dput(s->s_root); reiserfs_fill_super() 2145 s->s_root = NULL; reiserfs_fill_super() 2371 if (path->dentry->d_parent != sb->s_root) reiserfs_quota_on()
|
H A D | xattr.c | 1000 mutex_lock(&d_inode(s->s_root)->i_mutex); reiserfs_lookup_privroot() 1001 dentry = lookup_one_len(PRIVROOT_NAME, s->s_root, reiserfs_lookup_privroot() 1010 mutex_unlock(&d_inode(s->s_root)->i_mutex); reiserfs_lookup_privroot() 1030 mutex_lock(&d_inode(s->s_root)->i_mutex); reiserfs_xattr_init() 1032 mutex_unlock(&d_inode(s->s_root)->i_mutex); reiserfs_xattr_init()
|
/linux-4.1.27/fs/qnx6/ |
H A D | inode.c | 185 struct inode *root = d_inode(s->s_root); qnx6_checkroot() 451 s->s_root = d_make_root(root); qnx6_fill_super() 452 if (!s->s_root) qnx6_fill_super() 465 dput(s->s_root); qnx6_fill_super() 466 s->s_root = NULL; qnx6_fill_super()
|
/linux-4.1.27/fs/ceph/ |
H A D | super.c | 741 fsc->sb->s_root == NULL) { open_root_dentry() 787 if (fsc->sb->s_root) { ceph_real_mount() 790 fsc->sb->s_root = root; ceph_real_mount() 820 dput(fsc->sb->s_root); ceph_real_mount() 821 fsc->sb->s_root = NULL; ceph_real_mount()
|
H A D | mds_client.c | 2895 if (mdsc->fsc->sb->s_root) send_mds_reconnect() 2896 shrink_dcache_parent(mdsc->fsc->sb->s_root); send_mds_reconnect()
|
/linux-4.1.27/drivers/misc/ibmasm/ |
H A D | ibmasmfs.c | 132 sb->s_root = d_make_root(root); ibmasmfs_fill_super() 133 if (!sb->s_root) ibmasmfs_fill_super() 613 dir = ibmasmfs_create_dir(sb->s_root, sp->dirname); ibmasmfs_create_files()
|
/linux-4.1.27/fs/configfs/ |
H A D | mount.c | 100 sb->s_root = root; configfs_fill_super()
|
H A D | dir.c | 1691 struct dentry *root = dentry->d_sb->s_root; configfs_unregister_subsystem()
|
/linux-4.1.27/fs/ecryptfs/ |
H A D | main.c | 592 s->s_root = d_make_root(inode); ecryptfs_mount() 593 if (!s->s_root) { ecryptfs_mount() 604 ecryptfs_set_dentry_private(s->s_root, root_info); ecryptfs_mount() 608 return dget(s->s_root); ecryptfs_mount()
|
/linux-4.1.27/fs/gfs2/ |
H A D | export.c | 52 if (!parent || inode == d_inode(sb->s_root)) gfs2_encode_fh()
|
H A D | ops_fstype.c | 518 sb->s_root = dget(sdp->sd_args.ar_meta ? sdp->sd_master_dir : sdp->sd_root_dir); init_sb() 1196 if (sb->s_root) fill_super() 1197 dput(sb->s_root); fill_super() 1198 sb->s_root = NULL; fill_super() 1282 if (s->s_root) { gfs2_mount() 1309 if (s->s_root) { gfs2_mount()
|
H A D | inode.c | 298 dir == d_inode(sb->s_root))) { gfs2_lookupi() 1285 if (dir == d_inode(sb->s_root)) { gfs2_ok_to_move()
|
/linux-4.1.27/drivers/infiniband/hw/ipath/ |
H A D | ipath_fs.c | 240 ret = create_file(unit, S_IFDIR|S_IRUGO|S_IXUGO, sb->s_root, &dir, create_device_files() 304 root = dget(sb->s_root); remove_device_files()
|
/linux-4.1.27/fs/qnx4/ |
H A D | inode.c | 229 s->s_root = d_make_root(root); qnx4_fill_super() 230 if (s->s_root == NULL) qnx4_fill_super()
|
/linux-4.1.27/fs/hfs/ |
H A D | super.c | 444 sb->s_root = d_make_root(root_inode); hfs_fill_super() 445 if (!sb->s_root) hfs_fill_super()
|
/linux-4.1.27/fs/nilfs2/ |
H A D | super.c | 1075 sb->s_root = NULL; nilfs_fill_super() 1099 err = nilfs_get_root_dentry(sb, fsroot, &sb->s_root); nilfs_fill_super() 1193 root = NILFS_I(d_inode(sb->s_root))->i_root; nilfs_remount() 1315 if (!s->s_root) { nilfs_mount() 1331 if (nilfs_tree_is_busy(s->s_root)) { nilfs_mount() 1356 root_dentry = dget(s->s_root); nilfs_mount()
|
/linux-4.1.27/fs/exofs/ |
H A D | super.c | 823 sb->s_root = d_make_root(root); exofs_fill_super() 824 if (!sb->s_root) { exofs_fill_super() 831 dput(sb->s_root); exofs_fill_super() 832 sb->s_root = NULL; exofs_fill_super() 842 dput(sb->s_root); exofs_fill_super() 843 sb->s_root = NULL; exofs_fill_super()
|
/linux-4.1.27/fs/f2fs/ |
H A D | super.c | 1134 sb->s_root = d_make_root(root); /* allocate root dentry */ f2fs_fill_super() 1135 if (!sb->s_root) { f2fs_fill_super() 1212 dput(sb->s_root); f2fs_fill_super() 1213 sb->s_root = NULL; f2fs_fill_super() 1249 if (sb->s_root) kill_f2fs_super()
|
/linux-4.1.27/fs/hppfs/ |
H A D | hppfs.c | 57 if (dentry->d_parent != sb->s_root) is_pid() 726 sb->s_root = d_make_root(root_inode); hppfs_fill_super() 727 if (!sb->s_root) hppfs_fill_super()
|
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/ |
H A D | inode.c | 576 if (path->dentry != path->dentry->d_sb->s_root) spufs_create() 705 sb->s_root = d_make_root(inode); spufs_create_root() 706 if (!sb->s_root) spufs_create_root()
|
/linux-4.1.27/security/selinux/ |
H A D | selinuxfs.c | 1776 bool_dir = sel_make_dir(sb->s_root, BOOL_DIR_NAME, &sel_last_ino); sel_fill_super() 1784 dentry = d_alloc_name(sb->s_root, NULL_FILE_NAME); sel_fill_super() 1803 dentry = sel_make_dir(sb->s_root, "avc", &sel_last_ino); sel_fill_super() 1813 dentry = sel_make_dir(sb->s_root, "initial_contexts", &sel_last_ino); sel_fill_super() 1823 class_dir = sel_make_dir(sb->s_root, "class", &sel_last_ino); sel_fill_super() 1830 policycap_dir = sel_make_dir(sb->s_root, "policy_capabilities", &sel_last_ino); sel_fill_super()
|
H A D | hooks.c | 417 struct dentry *root = sb->s_root; sb_finish_set_opts() 556 struct inode *root = d_backing_inode(sbsec->sb->s_root); selinux_get_mnt_opts() 612 struct inode *inode = d_backing_inode(sbsec->sb->s_root); selinux_set_mnt_opts() 839 struct inode_security_struct *oldroot = d_backing_inode(oldsb->s_root)->i_security; selinux_cmp_sb_context() 840 struct inode_security_struct *newroot = d_backing_inode(newsb->s_root)->i_security; selinux_cmp_sb_context() 890 struct inode *newinode = d_backing_inode(newsb->s_root); selinux_sb_clone_mnt_opts() 897 const struct inode *oldinode = d_backing_inode(oldsb->s_root); selinux_sb_clone_mnt_opts() 899 struct inode *newinode = d_backing_inode(newsb->s_root); selinux_sb_clone_mnt_opts() 2631 root_isec = d_backing_inode(sb->s_root)->i_security; selinux_sb_remount() 2674 ad.u.dentry = sb->s_root; selinux_sb_kern_mount() 2684 ad.u.dentry = dentry->d_sb->s_root; selinux_sb_statfs()
|
/linux-4.1.27/drivers/infiniband/hw/qib/ |
H A D | qib_fs.c | 383 ret = create_file(unit, S_IFDIR|S_IRUGO|S_IXUGO, sb->s_root, &dir, add_cntr_files() 483 root = dget(sb->s_root); remove_device_files()
|
/linux-4.1.27/fs/omfs/ |
H A D | inode.c | 552 sb->s_root = d_make_root(root); omfs_fill_super() 553 if (!sb->s_root) { omfs_fill_super()
|
/linux-4.1.27/fs/romfs/ |
H A D | super.c | 538 sb->s_root = d_make_root(root); romfs_fill_super() 539 if (!sb->s_root) romfs_fill_super()
|
/linux-4.1.27/fs/squashfs/ |
H A D | super.c | 326 sb->s_root = d_make_root(root); squashfs_fill_super() 327 if (sb->s_root == NULL) { squashfs_fill_super()
|
/linux-4.1.27/fs/sysv/ |
H A D | super.c | 344 sb->s_root = d_make_root(root_inode); complete_read_super() 345 if (!sb->s_root) { complete_read_super()
|
/linux-4.1.27/fs/cramfs/ |
H A D | inode.c | 343 sb->s_root = d_make_root(root); cramfs_fill_super() 344 if (!sb->s_root) cramfs_fill_super()
|
/linux-4.1.27/fs/adfs/ |
H A D | super.c | 504 sb->s_root = d_make_root(root); adfs_fill_super() 505 if (!sb->s_root) { adfs_fill_super()
|
/linux-4.1.27/fs/affs/ |
H A D | super.c | 502 sb->s_root = d_make_root(root_inode); affs_fill_super() 503 if (!sb->s_root) { affs_fill_super()
|
/linux-4.1.27/fs/cifs/ |
H A D | cifsfs.c | 153 sb->s_root = d_make_root(inode); cifs_read_super() 154 if (!sb->s_root) { cifs_read_super() 608 dentry = dget(sb->s_root); cifs_get_root() 707 if (sb->s_root) { cifs_do_mount()
|
/linux-4.1.27/fs/ocfs2/dlmfs/ |
H A D | dlmfs.c | 578 sb->s_root = d_make_root(dlmfs_get_root_inode(sb)); dlmfs_fill_super() 579 if (!sb->s_root) dlmfs_fill_super()
|
/linux-4.1.27/fs/overlayfs/ |
H A D | super.c | 499 struct dentry *root_dentry = dentry->d_sb->s_root; ovl_statfs() 998 sb->s_root = root_dentry; ovl_fill_super()
|
/linux-4.1.27/fs/hostfs/ |
H A D | hostfs_kern.c | 975 sb->s_root = d_make_root(root_inode); hostfs_fill_sb_common() 976 if (sb->s_root == NULL) hostfs_fill_sb_common()
|
/linux-4.1.27/fs/hpfs/ |
H A D | super.c | 702 s->s_root = d_make_root(root); hpfs_fill_super() 703 if (!s->s_root) hpfs_fill_super()
|
/linux-4.1.27/fs/jffs2/ |
H A D | fs.c | 586 sb->s_root = d_make_root(root_i); jffs2_do_fill_super() 587 if (!sb->s_root) jffs2_do_fill_super()
|
/linux-4.1.27/fs/jfs/ |
H A D | super.c | 591 sb->s_root = d_make_root(inode); jfs_fill_super() 592 if (!sb->s_root) jfs_fill_super()
|
/linux-4.1.27/fs/minix/ |
H A D | inode.c | 292 s->s_root = d_make_root(root_inode); minix_fill_super() 293 if (!s->s_root) minix_fill_super()
|
/linux-4.1.27/fs/btrfs/ |
H A D | super.c | 928 if (!new && d_inode(sb->s_root) == inode) { get_default_root() 930 return dget(sb->s_root); get_default_root() 971 sb->s_root = d_make_root(inode); btrfs_fill_super() 972 if (!sb->s_root) { btrfs_fill_super() 1382 if (s->s_root) { btrfs_mount()
|
/linux-4.1.27/fs/ubifs/ |
H A D | super.c | 2055 sb->s_root = d_make_root(root); ubifs_fill_super() 2056 if (!sb->s_root) { ubifs_fill_super() 2127 if (sb->s_root) { ubifs_mount() 2147 return dget(sb->s_root); ubifs_mount()
|
/linux-4.1.27/fs/exportfs/ |
H A D | expfs.c | 212 BUG_ON(dentry == mnt->mnt_sb->s_root); reconnect_path()
|
/linux-4.1.27/fs/hugetlbfs/ |
H A D | inode.c | 919 sb->s_root = d_make_root(hugetlbfs_get_root(sb, &config)); hugetlbfs_fill_super() 920 if (!sb->s_root) hugetlbfs_fill_super()
|
/linux-4.1.27/ipc/ |
H A D | mqueue.c | 320 sb->s_root = d_make_root(inode); mqueue_fill_super() 321 if (!sb->s_root) mqueue_fill_super()
|
/linux-4.1.27/fs/befs/ |
H A D | linuxvfs.c | 857 sb->s_root = d_make_root(root); befs_fill_super() 858 if (!sb->s_root) { befs_fill_super()
|
/linux-4.1.27/net/sunrpc/ |
H A D | rpc_pipe.c | 1210 return d_hash_and_lookup(sb->s_root, &dir); rpc_d_lookup_sb() 1401 sb->s_root = root = d_make_root(inode); rpc_fill_super()
|
/linux-4.1.27/fs/ext3/ |
H A D | super.c | 2022 sb->s_root = NULL; ext3_fill_super() 2105 sb->s_root = d_make_root(root); ext3_fill_super() 2106 if (!sb->s_root) { ext3_fill_super() 2950 handle = ext3_journal_start(d_inode(sb->s_root), 2); ext3_write_info() 2987 if (path->dentry->d_parent != sb->s_root) ext3_quota_on()
|
H A D | ialloc.c | 213 if ((parent == d_inode(sb->s_root)) || find_group_orlov()
|
/linux-4.1.27/fs/tracefs/ |
H A D | inode.c | 216 struct inode *inode = sb->s_root->d_inode; tracefs_apply_options()
|
/linux-4.1.27/fs/nfsd/ |
H A D | nfsfh.c | 424 return exp->ex_path.dentry == exp->ex_path.dentry->d_sb->s_root; is_root_export()
|
/linux-4.1.27/fs/debugfs/ |
H A D | inode.c | 127 struct inode *inode = d_inode(sb->s_root); debugfs_apply_options()
|
/linux-4.1.27/fs/ext2/ |
H A D | ialloc.c | 281 if ((parent == d_inode(sb->s_root)) || find_group_orlov()
|
H A D | super.c | 1125 sb->s_root = d_make_root(root); ext2_fill_super() 1126 if (!sb->s_root) { ext2_fill_super()
|
/linux-4.1.27/fs/ext4/ |
H A D | migrate.c | 478 tmp_inode = ext4_new_inode(handle, d_inode(inode->i_sb->s_root), ext4_ext_migrate()
|
H A D | super.c | 4013 sb->s_root = NULL; ext4_fill_super() 4144 sb->s_root = d_make_root(root); ext4_fill_super() 4145 if (!sb->s_root) { ext4_fill_super() 4315 dput(sb->s_root); ext4_fill_super() 4316 sb->s_root = NULL; ext4_fill_super() 5255 handle = ext4_journal_start(d_inode(sb->s_root), EXT4_HT_QUOTA, 2); ext4_write_info() 5306 if (path->dentry->d_parent != sb->s_root) ext4_quota_on()
|
H A D | ialloc.c | 446 ((parent == d_inode(sb->s_root)) || find_group_orlov()
|
/linux-4.1.27/fs/ufs/ |
H A D | super.c | 1241 sb->s_root = d_make_root(inode); ufs_fill_super() 1242 if (!sb->s_root) { ufs_fill_super()
|
/linux-4.1.27/fs/xfs/ |
H A D | xfs_super.c | 1529 sb->s_root = d_make_root(root); xfs_fs_fill_super() 1530 if (!sb->s_root) { xfs_fs_fill_super()
|
/linux-4.1.27/fs/isofs/ |
H A D | inode.c | 916 s->s_root = d_make_root(inode); isofs_fill_super() 917 if (!(s->s_root)) { isofs_fill_super()
|
/linux-4.1.27/fs/fat/ |
H A D | inode.c | 1738 sb->s_root = d_make_root(root_inode); fat_fill_super() 1739 if (!sb->s_root) { fat_fill_super()
|
/linux-4.1.27/drivers/usb/gadget/function/ |
H A D | f_fs.c | 1121 dentry = d_alloc_name(sb->s_root, name); ffs_sb_create_file() 1172 sb->s_root = d_make_root(inode); ffs_sb_fill() 1173 if (unlikely(!sb->s_root)) ffs_sb_fill()
|
/linux-4.1.27/fs/quota/ |
H A D | dquot.c | 2394 mutex_lock(&d_inode(sb->s_root)->i_mutex); dquot_quota_on_mount() 2395 dentry = lookup_one_len(qf_name, sb->s_root, strlen(qf_name)); dquot_quota_on_mount() 2396 mutex_unlock(&d_inode(sb->s_root)->i_mutex); dquot_quota_on_mount()
|
/linux-4.1.27/drivers/staging/lustre/lustre/llite/ |
H A D | llite_lib.c | 564 sb->s_root = d_make_root(root); client_common_fill_super() 565 if (sb->s_root == NULL) { client_common_fill_super()
|
H A D | namei.c | 267 inode->i_sb->s_root != NULL && ll_md_blocking_ast()
|
H A D | file.c | 3118 rc = __ll_inode_revalidate(inode->i_sb->s_root, ll_inode_permission()
|
/linux-4.1.27/drivers/usb/gadget/legacy/ |
H A D | inode.c | 1941 dentry = d_alloc_name(sb->s_root, name); gadgetfs_create_file() 1989 if (!(sb->s_root = d_make_root (inode))) gadgetfs_fill_super()
|
/linux-4.1.27/fs/ocfs2/ |
H A D | super.c | 1163 sb->s_root = root; ocfs2_fill_super() 1188 * s_root is already set */ ocfs2_fill_super()
|
/linux-4.1.27/fs/udf/ |
H A D | super.c | 2228 sb->s_root = d_make_root(inode); udf_fill_super() 2229 if (!sb->s_root) { udf_fill_super()
|
/linux-4.1.27/mm/ |
H A D | shmem.c | 3051 sb->s_root = d_make_root(inode); shmem_fill_super() 3052 if (!sb->s_root) shmem_fill_super()
|
/linux-4.1.27/security/smack/ |
H A D | smackfs.c | 2493 root_inode = d_inode(sb->s_root); smk_fill_super()
|
H A D | smack_lsm.c | 593 struct dentry *root = sb->s_root; smack_sb_kern_mount()
|
/linux-4.1.27/include/linux/ |
H A D | fs.h | 1290 struct dentry *s_root; member in struct:super_block 2962 return inode == inode->i_sb->s_root->d_inode; is_root_inode()
|
/linux-4.1.27/fs/ntfs/ |
H A D | super.c | 2925 if ((sb->s_root = d_make_root(vol->root_ino))) { ntfs_fill_super()
|