Searched refs:xattr_root (Results 1 – 4 of 4) sorted by relevance
47 return REISERFS_SB(sb)->priv_root && REISERFS_SB(sb)->xattr_root; in reiserfs_xattrs_initialized()79 if (d_really_is_negative(REISERFS_SB(inode->i_sb)->xattr_root)) in reiserfs_xattr_jcreate_nblocks()
130 xaroot = dget(REISERFS_SB(sb)->xattr_root); in open_xa_root()1013 if (!REISERFS_SB(s)->xattr_root) { in reiserfs_xattr_init()1019 REISERFS_SB(s)->xattr_root = dentry; in reiserfs_xattr_init()
564 dput(REISERFS_SB(s)->xattr_root); in reiserfs_kill_sb()565 REISERFS_SB(s)->xattr_root = NULL; in reiserfs_kill_sb()
615 struct dentry *xattr_root; /* root of /.reiserfs_priv/xattrs */ member