Searched refs:LL_SBI_USER_XATTR (Results 1 – 3 of 3) sorted by relevance
96 if (xattr_type == XATTR_USER_T && !(sbi->ll_flags & LL_SBI_USER_XATTR)) in xattr_type_filter()203 sbi->ll_flags &= ~LL_SBI_USER_XATTR; in ll_setxattr_common()445 sbi->ll_flags &= ~LL_SBI_USER_XATTR; in ll_getxattr_common()
215 if (sbi->ll_flags & LL_SBI_USER_XATTR) in client_common_fill_super()304 if ((sbi->ll_flags & LL_SBI_USER_XATTR) && in client_common_fill_super()307 sbi->ll_flags &= ~LL_SBI_USER_XATTR; in client_common_fill_super()697 tmp = ll_set_opt("user_xattr", s1, LL_SBI_USER_XATTR); in ll_options()702 tmp = ll_set_opt("nouser_xattr", s1, LL_SBI_USER_XATTR); in ll_options()2194 if (sbi->ll_flags & LL_SBI_USER_XATTR) in ll_show_options()
396 #define LL_SBI_USER_XATTR 0x08 /* support user xattr */ macro