Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dremote_perm.c124 if (!lli->lli_remote_perms) in do_check_remote_perm()
127 head = lli->lli_remote_perms + in do_check_remote_perm()
182 if (!lli->lli_remote_perms) { in ll_update_remote_perm()
192 if (!lli->lli_remote_perms) in ll_update_remote_perm()
193 lli->lli_remote_perms = perm_hash; in ll_update_remote_perm()
197 head = lli->lli_remote_perms + remote_perm_hashfunc(perm->rp_uid); in ll_update_remote_perm()
308 struct hlist_head *hash = lli->lli_remote_perms;
Dllite_lib.c795 lli->lli_remote_perms = NULL; in ll_lli_init()
1069 if (lli->lli_remote_perms) { in ll_clear_inode()
1070 free_rmtperm_hash(lli->lli_remote_perms); in ll_clear_inode()
1071 lli->lli_remote_perms = NULL; in ll_clear_inode()
1077 LASSERT(lli->lli_remote_perms == NULL); in ll_clear_inode()
Dllite_internal.h127 struct hlist_head *lli_remote_perms; member