Searched defs:grants (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_oplock.c139 list_t *grants; local
163 grants = &ol->ol_grants;
188 (smb_oplock_exclusive_grant(grants) != NULL) ||
247 list_t *grants; local
253 grants = &ol->ol_grants;
258 og = list_head(grants);
373 list_t *grants; local
376 grants = &ol->ol_grants;
381 while ((og = list_head(grants)) != NULL) {
515 list_t *grants; local
765 smb_oplock_exclusive_grant(list_t *grants) argument
[all...]

Completed in 55 milliseconds