Lines Matching refs:privroot
122 struct dentry *privroot = REISERFS_SB(sb)->priv_root; in open_xa_root() local
125 if (d_really_is_negative(privroot)) in open_xa_root()
128 inode_lock_nested(d_inode(privroot), I_MUTEX_XATTR); in open_xa_root()
137 err = xattr_mkdir(d_inode(privroot), xaroot, 0700); in open_xa_root()
144 inode_unlock(d_inode(privroot)); in open_xa_root()
999 struct dentry *privroot = REISERFS_SB(s)->priv_root; in reiserfs_xattr_init() local
1005 if (d_really_is_negative(privroot) && !(mount_flags & SB_RDONLY)) { in reiserfs_xattr_init()
1011 if (d_really_is_positive(privroot)) { in reiserfs_xattr_init()
1012 inode_lock(d_inode(privroot)); in reiserfs_xattr_init()
1016 dentry = lookup_one_len(XAROOT_NAME, privroot, in reiserfs_xattr_init()
1023 inode_unlock(d_inode(privroot)); in reiserfs_xattr_init()