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()205 sbi->ll_flags &= ~LL_SBI_USER_XATTR; in ll_setxattr_common()450 sbi->ll_flags &= ~LL_SBI_USER_XATTR; in ll_getxattr_common()
227 if (sbi->ll_flags & LL_SBI_USER_XATTR) in client_common_fill_super()321 if ((sbi->ll_flags & LL_SBI_USER_XATTR) && in client_common_fill_super()324 sbi->ll_flags &= ~LL_SBI_USER_XATTR; in client_common_fill_super()757 tmp = ll_set_opt("user_xattr", s1, LL_SBI_USER_XATTR); in ll_options()762 tmp = ll_set_opt("nouser_xattr", s1, LL_SBI_USER_XATTR); in ll_options()2258 if (sbi->ll_flags & LL_SBI_USER_XATTR) in ll_show_options()
404 #define LL_SBI_USER_XATTR 0x08 /* support user xattr */ macro