Lines Matching refs:REISERFS_SB
121 struct dentry *privroot = REISERFS_SB(sb)->priv_root; in open_xa_root()
129 xaroot = dget(REISERFS_SB(sb)->xattr_root); in open_xa_root()
627 if (!d_really_is_positive(REISERFS_SB(inode->i_sb)->priv_root)) in reiserfs_xattr_set()
681 if (!REISERFS_SB(inode->i_sb)->priv_root) in reiserfs_xattr_get()
982 REISERFS_SB(s)->priv_root = dentry; in reiserfs_lookup_privroot()
1003 struct dentry *privroot = REISERFS_SB(s)->priv_root; in reiserfs_xattr_init()
1011 err = create_privroot(REISERFS_SB(s)->priv_root); in reiserfs_xattr_init()
1017 if (!REISERFS_SB(s)->xattr_root) { in reiserfs_xattr_init()
1023 REISERFS_SB(s)->xattr_root = dentry; in reiserfs_xattr_init()
1032 clear_bit(REISERFS_XATTRS_USER, &REISERFS_SB(s)->s_mount_opt); in reiserfs_xattr_init()
1033 clear_bit(REISERFS_POSIXACL, &REISERFS_SB(s)->s_mount_opt); in reiserfs_xattr_init()