Home
last modified time | relevance | path

Searched refs:xattr_root (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/reiserfs/
H A Dxattr.h47 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()
H A Dxattr.c130 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()
H A Dsuper.c564 dput(REISERFS_SB(s)->xattr_root); in reiserfs_kill_sb()
565 REISERFS_SB(s)->xattr_root = NULL; in reiserfs_kill_sb()
H A Dreiserfs.h615 struct dentry *xattr_root; /* root of /.reiserfs_priv/xattrs */ member