xattr_root        618 fs/reiserfs/reiserfs.h 	struct dentry *xattr_root;	/* root of /.reiserfs_priv/xattrs */
xattr_root        564 fs/reiserfs/super.c 		dput(REISERFS_SB(s)->xattr_root);
xattr_root        565 fs/reiserfs/super.c 		REISERFS_SB(s)->xattr_root = NULL;
xattr_root        129 fs/reiserfs/xattr.c 	xaroot = dget(REISERFS_SB(sb)->xattr_root);
xattr_root       1010 fs/reiserfs/xattr.c 		if (!REISERFS_SB(s)->xattr_root) {
xattr_root       1016 fs/reiserfs/xattr.c 				REISERFS_SB(s)->xattr_root = dentry;
xattr_root         78 fs/reiserfs/xattr.h 		if (d_really_is_negative(REISERFS_SB(inode->i_sb)->xattr_root))