Home
last modified time | relevance | path

Searched refs:s_root (Results 26 – 50 of 125) sorted by relevance

12345

/openbmc/linux/fs/coda/
H A Dinode.c219 sb->s_root = d_make_root(root); in coda_fill_super()
220 if (!sb->s_root) { in coda_fill_super()
/openbmc/linux/fs/reiserfs/
H A Dxattr.c976 inode_lock(d_inode(s->s_root)); in reiserfs_lookup_privroot()
977 dentry = lookup_one_len(PRIVROOT_NAME, s->s_root, in reiserfs_lookup_privroot()
986 inode_unlock(d_inode(s->s_root)); in reiserfs_lookup_privroot()
1006 inode_lock(d_inode(s->s_root)); in reiserfs_xattr_init()
1008 inode_unlock(d_inode(s->s_root)); in reiserfs_xattr_init()
/openbmc/linux/fs/efs/
H A Dsuper.c321 s->s_root = d_make_root(root); in efs_fill_super()
322 if (!(s->s_root)) { in efs_fill_super()
/openbmc/linux/fs/9p/
H A Dvfs_super.c154 sb->s_root = root; in v9fs_mount()
187 return dget(sb->s_root); in v9fs_mount()
/openbmc/linux/fs/hfsplus/
H A Dsuper.c511 sb->s_root = d_make_root(root); in hfsplus_fill_super()
512 if (!sb->s_root) { in hfsplus_fill_super()
596 dput(sb->s_root); in hfsplus_fill_super()
597 sb->s_root = NULL; in hfsplus_fill_super()
/openbmc/linux/fs/proc/
H A Droot.c200 s->s_root = d_make_root(root_inode); in proc_fill_super()
201 if (!s->s_root) { in proc_fill_super()
/openbmc/linux/drivers/misc/ibmasm/
H A Dibmasmfs.c127 sb->s_root = d_make_root(root); in ibmasmfs_fill_super()
128 if (!sb->s_root) in ibmasmfs_fill_super()
587 dir = ibmasmfs_create_dir(sb->s_root, sp->dirname); in ibmasmfs_create_files()
/openbmc/linux/fs/fuse/
H A Dcontrol.c264 parent = fuse_control_sb->s_root; in fuse_ctl_add_conn()
311 drop_nlink(d_inode(fuse_control_sb->s_root)); in fuse_ctl_remove_conn()
H A Dinode.c475 if (inode != d_inode(sb->s_root)) { in fuse_iget()
696 if (!sb->s_root) in fuse_sync_fs()
709 args.nodeid = get_node_id(sb->s_root->d_inode); in fuse_sync_fs()
1574 sb->s_root = d_make_root(root); in fuse_fill_super_submount()
1575 if (!sb->s_root) in fuse_fill_super_submount()
1627 fsc->root = dget(sb->s_root); in fuse_get_tree_submount()
1725 sb->s_root = root_dentry; in fuse_fill_super_common()
1836 fsc->root = dget(sb->s_root); in fuse_get_tree()
1921 if (sb->s_root) { in fuse_sb_destroy()
/openbmc/linux/fs/nilfs2/
H A Dsuper.c1085 sb->s_root = NULL; in nilfs_fill_super()
1110 err = nilfs_get_root_dentry(sb, fsroot, &sb->s_root); in nilfs_fill_super()
1201 root = NILFS_I(d_inode(sb->s_root))->i_root; in nilfs_remount()
1316 if (!s->s_root) { in nilfs_mount()
1334 if (nilfs_tree_is_busy(s->s_root)) { in nilfs_mount()
1362 return dget(s->s_root); in nilfs_mount()
/openbmc/linux/fs/configfs/
H A Dmount.c94 sb->s_root = root; in configfs_fill_super()
/openbmc/linux/fs/ceph/
H A Dexport.c148 if (ceph_security_xattr_wanted(d_inode(sb->s_root))) in __lookup_inode()
247 if (ceph_security_xattr_wanted(d_inode(sb->s_root))) in __snapfh_to_dentry()
342 if (ceph_security_xattr_wanted(d_inode(sb->s_root))) in __get_parent()
H A Dsuper.c1147 if (!fsc->sb->s_root) { in ceph_real_mount()
1176 fsc->sb->s_root = dget(root); in ceph_real_mount()
1178 root = dget(fsc->sb->s_root); in ceph_real_mount()
1344 fc->root = fsc->sb->s_root; in ceph_get_tree()
1601 if (sb->s_root) { in ceph_force_reconnect()
1602 err = __ceph_do_getattr(d_inode(sb->s_root), NULL, in ceph_force_reconnect()
H A Dquota.c26 struct inode *root = d_inode(sb->s_root); in ceph_has_realms_with_quotas()
493 get_quota_realm(mdsc, d_inode(fsc->sb->s_root), QUOTA_GET_MAX_BYTES, in ceph_quota_update_statfs()
/openbmc/linux/fs/qnx4/
H A Dinode.c231 s->s_root = d_make_root(root); in qnx4_fill_super()
232 if (s->s_root == NULL) in qnx4_fill_super()
/openbmc/linux/fs/hfs/
H A Dsuper.c437 sb->s_root = d_make_root(root_inode); in hfs_fill_super()
438 if (!sb->s_root) in hfs_fill_super()
/openbmc/linux/fs/vboxsf/
H A Dsuper.c216 sb->s_root = droot; in vboxsf_fill_super()
410 struct inode *iroot = fc->root->d_sb->s_root->d_inode; in vboxsf_reconfigure()
/openbmc/linux/fs/openpromfs/
H A Dinode.c398 s->s_root = d_make_root(root_inode); in openprom_fill_super()
399 if (!s->s_root) in openprom_fill_super()
/openbmc/linux/fs/zonefs/
H A Dsuper.c694 struct inode *root = d_inode(sb->s_root); in zonefs_get_zgroup_inode()
756 if (dir == d_inode(dir->i_sb->s_root)) in zonefs_lookup()
847 if (inode == d_inode(inode->i_sb->s_root)) in zonefs_readdir()
1344 sb->s_root = d_make_root(inode); in zonefs_fill_super()
1345 if (!sb->s_root) in zonefs_fill_super()
/openbmc/linux/arch/powerpc/platforms/cell/spufs/
H A Dinode.c554 if (path->dentry != path->dentry->d_sb->s_root) in spufs_create()
696 sb->s_root = d_make_root(inode); in spufs_create_root()
697 if (!sb->s_root) in spufs_create_root()
/openbmc/linux/fs/adfs/
H A Dsuper.c441 sb->s_root = d_make_root(root); in adfs_fill_super()
442 if (!sb->s_root) { in adfs_fill_super()
/openbmc/linux/drivers/infiniband/hw/qib/
H A Dqib_fs.c366 ret = create_file(unit, S_IFDIR|S_IRUGO|S_IXUGO, sb->s_root, &dir, in add_cntr_files()
435 dir = lookup_one_len_unlocked(unit, sb->s_root, strlen(unit)); in remove_device_files()
/openbmc/linux/fs/ocfs2/dlmfs/
H A Ddlmfs.c519 sb->s_root = d_make_root(dlmfs_get_root_inode(sb)); in dlmfs_fill_super()
520 if (!sb->s_root) in dlmfs_fill_super()
/openbmc/linux/fs/exfat/
H A Dsuper.c683 sb->s_root = d_make_root(root_inode); in exfat_fill_super()
684 if (!sb->s_root) { in exfat_fill_super()
694 sb->s_root = NULL; in exfat_fill_super()
/openbmc/linux/fs/autofs/
H A Dautofs_i.h239 return d_inode(sbi->sb->s_root)->i_ino; in autofs_get_ino()

12345