Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dxattr.c93 !(sbi->ll_flags & LL_SBI_ACL)) in xattr_type_filter()
Dllite_lib.c331 sbi->ll_flags |= LL_SBI_ACL; in client_common_fill_super()
337 sbi->ll_flags &= ~LL_SBI_ACL; in client_common_fill_super()
487 else if (sbi->ll_flags & LL_SBI_ACL) in client_common_fill_super()
Dllite_internal.h405 #define LL_SBI_ACL 0x10 /* support ACL */ macro