Lines Matching refs:grants
139 list_t *grants;
163 grants = &ol->ol_grants;
188 (smb_oplock_exclusive_grant(grants) != NULL) ||
247 list_t *grants;
253 grants = &ol->ol_grants;
258 og = list_head(grants);
373 list_t *grants;
376 grants = &ol->ol_grants;
381 while ((og = list_head(grants)) != NULL) {
515 list_t *grants;
518 grants = &ol->ol_grants;
522 og = smb_oplock_exclusive_grant(grants);
717 * If there are no grants in the oplock's list install the fem
742 * and, if there are no other grants in the list, uninstall the fem
765 smb_oplock_exclusive_grant(list_t *grants)
769 og = list_head(grants);