Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dremote_perm.c127 if (!lli->lli_remote_perms) in do_check_remote_perm()
130 head = lli->lli_remote_perms + in do_check_remote_perm()
185 if (!lli->lli_remote_perms) { in ll_update_remote_perm()
195 if (!lli->lli_remote_perms) in ll_update_remote_perm()
196 lli->lli_remote_perms = perm_hash; in ll_update_remote_perm()
200 head = lli->lli_remote_perms + remote_perm_hashfunc(perm->rp_uid); in ll_update_remote_perm()
314 struct hlist_head *hash = lli->lli_remote_perms;
Dllite_lib.c855 lli->lli_remote_perms = NULL; in ll_lli_init()
1138 if (lli->lli_remote_perms) { in ll_clear_inode()
1139 free_rmtperm_hash(lli->lli_remote_perms); in ll_clear_inode()
1140 lli->lli_remote_perms = NULL; in ll_clear_inode()
1146 LASSERT(lli->lli_remote_perms == NULL); in ll_clear_inode()
Dllite_internal.h133 struct hlist_head *lli_remote_perms; member