Lines Matching defs:privroot
121 struct dentry *privroot = REISERFS_SB(sb)->priv_root;
124 if (d_really_is_negative(privroot))
127 inode_lock_nested(d_inode(privroot), I_MUTEX_XATTR);
136 err = xattr_mkdir(d_inode(privroot), xaroot, 0700);
143 inode_unlock(d_inode(privroot));
977 /* If we don't have the privroot located yet - go find it */
1003 struct dentry *privroot = REISERFS_SB(s)->priv_root;
1009 if (d_really_is_negative(privroot) && !(mount_flags & SB_RDONLY)) {
1015 if (d_really_is_positive(privroot)) {
1016 inode_lock(d_inode(privroot));
1020 dentry = lookup_one_len(XAROOT_NAME, privroot,
1027 inode_unlock(d_inode(privroot));