Searched refs:locks_to_send (Results 1 – 1 of 1) sorted by relevance
1250 struct list_head locks_to_send, *el; in cifs_push_posix_locks() local1265 INIT_LIST_HEAD(&locks_to_send); in cifs_push_posix_locks()1278 list_add_tail(&lck->llist, &locks_to_send); in cifs_push_posix_locks()1281 el = locks_to_send.next; in cifs_push_posix_locks()1284 if (el == &locks_to_send) { in cifs_push_posix_locks()1306 list_for_each_entry_safe(lck, tmp, &locks_to_send, llist) { in cifs_push_posix_locks()1322 list_for_each_entry_safe(lck, tmp, &locks_to_send, llist) { in cifs_push_posix_locks()