Searched refs:lli_xattrs (Results 1 – 2 of 2) sorted by relevance
63 INIT_LIST_HEAD(&lli->lli_xattrs); in ll_xattr_cache_init()237 while (ll_xattr_cache_del(&lli->lli_xattrs, NULL) == 0) in ll_xattr_cache_destroy_locked()419 rc = ll_xattr_cache_add(&lli->lli_xattrs, xdata, xval, in ll_xattr_cache_refill()498 rc = ll_xattr_cache_find(&lli->lli_xattrs, name, &xattr); in ll_xattr_cache_get()511 rc = ll_xattr_cache_list(&lli->lli_xattrs, in ll_xattr_cache_get()
261 struct list_head lli_xattrs;/* ll_xattr_entry->xe_list */ member