Home
last modified time | relevance | path

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

/linux-4.19.296/fs/reiserfs/
Dxattr.h46 return REISERFS_SB(sb)->priv_root && REISERFS_SB(sb)->xattr_root; in reiserfs_xattrs_initialized()
78 if (d_really_is_negative(REISERFS_SB(inode->i_sb)->xattr_root)) in reiserfs_xattr_jcreate_nblocks()
Dxattr.c129 xaroot = dget(REISERFS_SB(sb)->xattr_root); in open_xa_root()
1008 if (!REISERFS_SB(s)->xattr_root) { in reiserfs_xattr_init()
1014 REISERFS_SB(s)->xattr_root = dentry; in reiserfs_xattr_init()
Dsuper.c564 dput(REISERFS_SB(s)->xattr_root); in reiserfs_kill_sb()
565 REISERFS_SB(s)->xattr_root = NULL; in reiserfs_kill_sb()
Dreiserfs.h618 struct dentry *xattr_root; /* root of /.reiserfs_priv/xattrs */ member