Home
last modified time | relevance | path

Searched refs:LL_SBI_USER_XATTR (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dxattr.c96 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()
Dllite_lib.c227 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()
Dllite_internal.h404 #define LL_SBI_USER_XATTR 0x08 /* support user xattr */ macro