Home
last modified time | relevance | path

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

/drivers/staging/lustre/lustre/llite/
Dxattr.c93 !(sbi->ll_flags & LL_SBI_ACL)) in xattr_type_filter()
Dllite_lib.c314 sbi->ll_flags |= LL_SBI_ACL; in client_common_fill_super()
320 sbi->ll_flags &= ~LL_SBI_ACL; in client_common_fill_super()
460 else if (sbi->ll_flags & LL_SBI_ACL) in client_common_fill_super()
Dllite_internal.h397 #define LL_SBI_ACL 0x10 /* support ACL */ macro