Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dremote_perm.c66 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()
108 lrp_list) in free_rmtperm_hash()
134 hlist_for_each_entry(lrp, head, lrp_list) { in do_check_remote_perm()
203 hlist_for_each_entry(tmp, head, lrp_list) { in ll_update_remote_perm()
234 hlist_add_head(&lrp->lrp_list, head); in ll_update_remote_perm()
325 lrp_list)
Dllite_internal.h97 struct hlist_node lrp_list; member