Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dxattr_cache.c76 static int ll_xattr_cache_find(struct list_head *cache, in ll_xattr_cache_find() function
113 if (ll_xattr_cache_find(cache, xattr_name, &xattr) == 0) { in ll_xattr_cache_add()
164 if (ll_xattr_cache_find(cache, xattr_name, &xattr) == 0) { in ll_xattr_cache_del()
498 rc = ll_xattr_cache_find(&lli->lli_xattrs, name, &xattr); in ll_xattr_cache_get()