Lines Matching defs:privroot
122 struct dentry *privroot = REISERFS_SB(sb)->priv_root;
125 if (d_really_is_negative(privroot))
128 inode_lock_nested(d_inode(privroot), I_MUTEX_XATTR);
137 err = xattr_mkdir(d_inode(privroot), xaroot, 0700);
144 inode_unlock(d_inode(privroot));
975 /* If we don't have the privroot located yet - go find it */
999 struct dentry *privroot = REISERFS_SB(s)->priv_root;
1005 if (d_really_is_negative(privroot) && !(mount_flags & SB_RDONLY)) {
1011 if (d_really_is_positive(privroot)) {
1012 inode_lock(d_inode(privroot));
1016 dentry = lookup_one_len(XAROOT_NAME, privroot,
1023 inode_unlock(d_inode(privroot));