Home
last modified time | relevance | path

Searched refs:privroot (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/fs/reiserfs/
A Dxattr.c121 struct dentry *privroot = REISERFS_SB(sb)->priv_root; in open_xa_root() local
124 if (d_really_is_negative(privroot)) in open_xa_root()
127 inode_lock_nested(d_inode(privroot), I_MUTEX_XATTR); in open_xa_root()
136 err = xattr_mkdir(d_inode(privroot), xaroot, 0700); in open_xa_root()
143 inode_unlock(d_inode(privroot)); in open_xa_root()
997 struct dentry *privroot = REISERFS_SB(s)->priv_root; in reiserfs_xattr_init() local
1003 if (d_really_is_negative(privroot) && !(mount_flags & SB_RDONLY)) { in reiserfs_xattr_init()
1009 if (d_really_is_positive(privroot)) { in reiserfs_xattr_init()
1010 inode_lock(d_inode(privroot)); in reiserfs_xattr_init()
1014 dentry = lookup_one_len(XAROOT_NAME, privroot, in reiserfs_xattr_init()
[all …]
A Ddir.c55 struct dentry *privroot = REISERFS_SB(dir->i_sb)->priv_root; in is_privroot_deh() local
56 return (d_really_is_positive(privroot) && in is_privroot_deh()
57 deh->deh_objectid == INODE_PKEY(d_inode(privroot))->k_objectid); in is_privroot_deh()

Completed in 8 milliseconds