Searched refs:root_dentry (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/fs/overlayfs/ |
D | super.c | 301 struct dentry *root_dentry = dentry->d_sb->s_root; in ovl_statfs() local 305 ovl_path_real(root_dentry, &path); in ovl_statfs() 1556 struct dentry *root_dentry; in ovl_fill_super() local 1669 root_dentry = d_make_root(ovl_new_inode(sb, S_IFDIR, 0)); in ovl_fill_super() 1670 if (!root_dentry) in ovl_fill_super() 1673 root_dentry->d_fsdata = oe; in ovl_fill_super() 1677 ovl_dentry_set_upper_alias(root_dentry); in ovl_fill_super() 1679 ovl_set_flag(OVL_IMPURE, d_inode(root_dentry)); in ovl_fill_super() 1683 ovl_set_flag(OVL_WHITEOUTS, d_inode(root_dentry)); in ovl_fill_super() 1684 ovl_dentry_set_flag(OVL_E_CONNECTED, root_dentry); in ovl_fill_super() [all …]
|
/linux-4.19.296/fs/nilfs2/ |
D | super.c | 934 struct dentry **root_dentry) in nilfs_get_root_dentry() argument 971 *root_dentry = dentry; in nilfs_get_root_dentry() 981 struct dentry **root_dentry) in nilfs_attach_snapshot() argument 1010 ret = nilfs_get_root_dentry(s, root, root_dentry); in nilfs_attach_snapshot() 1023 static bool nilfs_tree_is_busy(struct dentry *root_dentry) in nilfs_tree_is_busy() argument 1025 shrink_dcache_parent(root_dentry); in nilfs_tree_is_busy() 1026 return d_count(root_dentry) > 1; in nilfs_tree_is_busy() 1308 struct dentry *root_dentry; in nilfs_mount() local 1378 err = nilfs_attach_snapshot(s, sd.cno, &root_dentry); in nilfs_mount() 1382 root_dentry = dget(s->s_root); in nilfs_mount() [all …]
|
/linux-4.19.296/fs/orangefs/ |
D | super.c | 402 struct dentry *root_dentry = NULL; in orangefs_fill_sb() local 448 root_dentry = d_make_root(root); in orangefs_fill_sb() 449 if (!root_dentry) in orangefs_fill_sb() 453 sb->s_root = root_dentry; in orangefs_fill_sb()
|
/linux-4.19.296/fs/fuse/ |
D | inode.c | 1069 struct dentry *root_dentry; in fuse_fill_super() local 1158 root_dentry = d_make_root(root); in fuse_fill_super() 1159 if (!root_dentry) in fuse_fill_super() 1185 sb->s_root = root_dentry; in fuse_fill_super() 1204 dput(root_dentry); in fuse_fill_super()
|