Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dfile.c1644 struct list_head locks_to_send, *el; in cifs_push_posix_locks() local
1659 INIT_LIST_HEAD(&locks_to_send); in cifs_push_posix_locks()
1672 list_add_tail(&lck->llist, &locks_to_send); in cifs_push_posix_locks()
1675 el = locks_to_send.next; in cifs_push_posix_locks()
1678 if (el == &locks_to_send) { in cifs_push_posix_locks()
1700 list_for_each_entry_safe(lck, tmp, &locks_to_send, llist) { in cifs_push_posix_locks()
1716 list_for_each_entry_safe(lck, tmp, &locks_to_send, llist) { in cifs_push_posix_locks()