Searched refs:fcntl_getlocks (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/tests/fs/vfs/ |
H A D | t_vnops.c | 851 fcntl_getlocks(int fildes, off_t start, off_t len, in fcntl_getlocks() function 872 fcntl_getlocks(fildes, start, l.l_start - start, lock, end); in fcntl_getlocks() 883 rv += fcntl_getlocks(fildes, l.l_start + l.l_len, len, lock, end); in fcntl_getlocks() 886 rv += fcntl_getlocks(fildes, l.l_start + l.l_len, len, lock, end); in fcntl_getlocks() 960 nlocks = fcntl_getlocks(fd[i], 0, sz, in fcntl_getlock_pids()
|