Home
last modified time | relevance | path

Searched refs:LLIF_XATTR_CACHE (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dxattr_cache.c64 lli->lli_flags |= LLIF_XATTR_CACHE; in ll_xattr_cache_init()
221 return !!(lli->lli_flags & LLIF_XATTR_CACHE); in ll_xattr_cache_valid()
239 lli->lli_flags &= ~LLIF_XATTR_CACHE; in ll_xattr_cache_destroy_locked()
Dllite_internal.h116 LLIF_XATTR_CACHE = (1 << 6), enumerator