Home
last modified time | relevance | path

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

12345

/openbmc/linux/fs/gfs2/
H A Dinode.c322 dir == d_inode(sb->s_root))) { in gfs2_lookupi()
1342 if (dir == d_inode(sb->s_root)) { in gfs2_ok_to_move()
/openbmc/linux/fs/ext4/
H A Dsuper.c5357 sb->s_root = NULL; in __ext4_fill_super()
5488 sb->s_root = d_make_root(root); in __ext4_fill_super()
5489 if (!sb->s_root) { in __ext4_fill_super()
5631 dput(sb->s_root); in __ext4_fill_super()
5632 sb->s_root = NULL; in __ext4_fill_super()
6983 if (path->dentry->d_parent != sb->s_root) in ext4_quota_on()
H A Dxattr.c1475 if (inode->i_sb->s_root == NULL) { in ext4_xattr_inode_create()
1486 ea_inode = ext4_new_inode(handle, inode->i_sb->s_root->d_inode, in ext4_xattr_inode_create()
H A Dialloc.c457 ((parent == d_inode(sb->s_root)) || in find_group_orlov()
/openbmc/linux/drivers/usb/gadget/function/
H A Df_fs.c1412 dentry = d_alloc_name(sb->s_root, name); in ffs_sb_create_file()
1461 sb->s_root = d_make_root(inode); in ffs_sb_fill()
1462 if (!sb->s_root) in ffs_sb_fill()
/openbmc/linux/fs/udf/
H A Dsuper.c2273 sb->s_root = d_make_root(inode); in udf_fill_super()
2274 if (!sb->s_root) { in udf_fill_super()
/openbmc/linux/fs/nfs/
H A Dnfs4client.c1381 return nfs_probe_server(server, NFS_FH(d_inode(server->super->s_root))); in nfs4_update_server()
H A Dnfs4state.c2140 inode = d_inode(server->super->s_root); in nfs4_try_migration()
2265 inode = d_inode(server->super->s_root); in nfs4_handle_lease_moved()
H A Dsuper.c1305 if (!s->s_root) { in nfs_get_tree_common()
/openbmc/linux/fs/
H A Ddcache.c1701 dentry = sb->s_root; in shrink_dcache_for_umount()
1702 sb->s_root = NULL; in shrink_dcache_for_umount()
H A Dnamespace.c1692 fc = fs_context_for_reconfigure(sb->s_root, SB_RDONLY, in do_umount_root()
4856 if (mnt->mnt.mnt_root != mnt->mnt.mnt_sb->s_root) in mnt_already_visible()
H A Dnamei.c658 if (mnt->mnt_root == sb->s_root) in path_connected()
/openbmc/u-boot/fs/ubifs/
H A Dubifs.h300 struct dentry *s_root; member
/openbmc/linux/fs/overlayfs/
H A Dnamei.c1007 struct ovl_entry *roe = OVL_E(dentry->d_sb->s_root); in ovl_lookup()
/openbmc/linux/include/linux/
H A Dfs.h1204 struct dentry *s_root; member
3401 return inode == inode->i_sb->s_root->d_inode; in is_root_inode()
/openbmc/linux/fs/configfs/
H A Ddir.c1908 struct dentry *root = dentry->d_sb->s_root; in configfs_unregister_subsystem()
/openbmc/linux/fs/ntfs3/
H A Dntfs_fs.h899 return !!sbi->sb->s_root; in is_mounted()
/openbmc/linux/Documentation/filesystems/
H A Dporting.rst501 s->s_root = d_make_root(inode);
502 if (!s->s_root)
/openbmc/linux/fs/notify/fanotify/
H A Dfanotify_user.c1576 err = vfs_get_fsid(dentry->d_sb->s_root, &root_fsid); in fanotify_test_fsid()
/openbmc/linux/security/smack/
H A Dsmack_lsm.c646 isp = smack_inode(reference->s_root->d_inode); in smack_fs_context_submount()
800 struct dentry *root = sb->s_root; in smack_set_mnt_opts()
/openbmc/linux/mm/
H A Dshmem.c4384 sb->s_root = d_make_root(inode); in shmem_fill_super()
4385 if (!sb->s_root) in shmem_fill_super()
/openbmc/linux/fs/ocfs2/
H A Dsuper.c1119 sb->s_root = root; in ocfs2_fill_super()
/openbmc/linux/fs/ntfs/
H A Dsuper.c2907 if ((sb->s_root = d_make_root(vol->root_ino))) { in ntfs_fill_super()
/openbmc/linux/fs/ceph/
H A Dmds_client.c4598 if (mdsc->fsc->sb->s_root) in send_mds_reconnect()
4599 shrink_dcache_parent(mdsc->fsc->sb->s_root); in send_mds_reconnect()
/openbmc/linux/fs/quota/
H A Ddquot.c2572 dentry = lookup_positive_unlocked(qf_name, sb->s_root, strlen(qf_name)); in dquot_quota_on_mount()

12345