Searched refs:lrp_list (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/staging/lustre/lustre/llite/ |
D | remote_perm.c | 66 INIT_HLIST_NODE(&lrp->lrp_list); in alloc_ll_remote_perm() 75 if (!hlist_unhashed(&lrp->lrp_list)) in free_ll_remote_perm() 76 hlist_del(&lrp->lrp_list); in free_ll_remote_perm() 105 hlist_for_each_entry_safe(lrp, next, hash + i, lrp_list) in free_rmtperm_hash() 131 hlist_for_each_entry(lrp, head, lrp_list) { in do_check_remote_perm() 200 hlist_for_each_entry(tmp, head, lrp_list) { in ll_update_remote_perm() 231 hlist_add_head(&lrp->lrp_list, head); in ll_update_remote_perm() 318 hlist_for_each_entry_safe(lrp, node, next, hash + i, lrp_list)
|
D | llite_internal.h | 91 struct hlist_node lrp_list; member
|