Lines Matching refs:privroot
120 struct dentry *privroot = REISERFS_SB(sb)->priv_root; in open_xa_root() local
123 if (d_really_is_negative(privroot)) in open_xa_root()
126 mutex_lock_nested(&d_inode(privroot)->i_mutex, I_MUTEX_XATTR); in open_xa_root()
135 err = xattr_mkdir(d_inode(privroot), xaroot, 0700); in open_xa_root()
142 mutex_unlock(&d_inode(privroot)->i_mutex); in open_xa_root()
1023 struct dentry *privroot = REISERFS_SB(s)->priv_root; in reiserfs_xattr_init() local
1029 if (d_really_is_negative(privroot) && !(mount_flags & MS_RDONLY)) { in reiserfs_xattr_init()
1035 if (d_really_is_positive(privroot)) { in reiserfs_xattr_init()
1037 mutex_lock(&d_inode(privroot)->i_mutex); in reiserfs_xattr_init()
1041 dentry = lookup_one_len(XAROOT_NAME, privroot, in reiserfs_xattr_init()
1048 mutex_unlock(&d_inode(privroot)->i_mutex); in reiserfs_xattr_init()