Searched refs:shpp (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/lockd/
H A Dsvcshare.c72 struct nlm_share *share, **shpp; local
75 for (shpp = &file->f_shares; (share = *shpp) != NULL;
76 shpp = &share->s_next) {
78 *shpp = share->s_next;
96 struct nlm_share *share, **shpp; local
98 shpp = &file->f_shares;
99 while ((share = *shpp) != NULL) {
101 *shpp = share->s_next;
105 shpp
[all...]

Completed in 258 milliseconds