Searched refs:l_whence (Results 1 – 10 of 10) sorted by relevance
| /xnu-12377.61.12/tests/ |
| H A D | lockf_basic.c | 44 fl->l_whence = SEEK_SET; in ofd_get() 56 fl->l_whence = SEEK_SET; in posix_get() 68 .l_whence = SEEK_SET, in posix_lock() 81 .l_whence = SEEK_SET, in ofd_lock() 94 .l_whence = SEEK_SET, in posix_unlock() 107 .l_whence = SEEK_SET, in ofd_unlock() 126 fl->l_start, fl->l_len, fl->l_pid, fl->l_type, fl->l_whence); in flequal() 666 struct flock fl = {.l_start = -10, .l_len = 10, .l_type = F_WRLCK, .l_whence = SEEK_END}; 675 …struct flock fl = {.l_start = -file_len, .l_len = file_len, .l_type = F_WRLCK, .l_whence = SEEK_EN… 684 …struct flock fl = {.l_start = -(file_len + 10), .l_len = 20, .l_type = F_WRLCK, .l_whence = SEEK_E…
|
| H A D | lockf_EOF_77264182.c | 44 .l_whence = SEEK_SET
|
| H A D | file_leases.c | 468 lreq.l_whence = 0; 477 lreq.l_whence = 0;
|
| /xnu-12377.61.12/bsd/kern/ |
| H A D | kern_lockf.c | 232 switch (fl->l_whence) { in lf_advlock() 266 fl->l_whence); in lf_advlock() 1164 fl->l_whence = SEEK_SET; in lf_getlock()
|
| H A D | kern_descrip.c | 273 .l_whence = SEEK_SET, in fg_drop() 357 .l_whence = SEEK_SET, in fg_transfer_filelocks() 374 .l_whence = SEEK_SET, in fg_transfer_filelocks() 2336 if (fl->l_whence == SEEK_CUR) { in check_file_seek_range() 2359 } else if (fl->l_whence == SEEK_SET) { in check_file_seek_range() 3075 if (fl.l_whence == SEEK_CUR) { in sys_fcntl_nocancel() 3203 if ((fl.l_whence == SEEK_SET) && (fl.l_start < 0)) { in sys_fcntl_nocancel() 3218 switch (fl.l_whence) { in sys_fcntl_nocancel() 3229 if (fl.l_whence == SEEK_CUR) { in sys_fcntl_nocancel() 5815 lf.l_whence = SEEK_SET; in sys_flock()
|
| /xnu-12377.61.12/bsd/sys/ |
| H A D | fcntl.h | 458 short l_whence; /* type of l_start */ member
|
| /xnu-12377.61.12/bsd/vfs/ |
| H A D | vfs_xattr.c | 2284 .l_whence = SEEK_SET, in open_xattrfile() 2383 .l_whence = SEEK_SET, in close_xattrfile()
|
| H A D | vfs_vnops.c | 1872 .l_whence = SEEK_SET, in vn_closefile()
|
| H A D | vfs_syscalls.c | 4993 .l_whence = SEEK_SET, in open1() 5178 .l_whence = SEEK_SET, in open1()
|
| /xnu-12377.61.12/bsd/nfs/ |
| H A D | nfs_syscalls.c | 546 lf.l_whence = SEEK_SET; in fhopen()
|