Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/cifs/
Dfile.c1444 int posix_lock_type; in cifs_getlk() local
1451 posix_lock_type = CIFS_RDLCK; in cifs_getlk()
1453 posix_lock_type = CIFS_WRLCK; in cifs_getlk()
1457 posix_lock_type, wait_flag); in cifs_getlk()
1646 int posix_lock_type; in cifs_setlk() local
1653 posix_lock_type = CIFS_RDLCK; in cifs_setlk()
1655 posix_lock_type = CIFS_WRLCK; in cifs_setlk()
1658 posix_lock_type = CIFS_UNLCK; in cifs_setlk()
1663 NULL, posix_lock_type, wait_flag); in cifs_setlk()