Searched refs:l_start (Results 1 – 12 of 12) sorted by relevance
| /xnu-12377.61.12/tests/ |
| H A D | lockf_EOF_77264182.c | 40 .l_start = OFF_MAX - loops, 47 fl.l_len = OFF_MAX - fl.l_start + 1; 50 fl.l_start--;
|
| H A D | lockf_basic.c | 40 fl->l_start = start; in ofd_get() 52 fl->l_start = start; in posix_get() 64 .l_start = start, in posix_lock() 77 .l_start = start, in ofd_lock() 90 .l_start = start, in posix_unlock() 103 .l_start = start, in ofd_unlock() 116 if (start == fl->l_start && len == fl->l_len && pid == fl->l_pid) { in flequal() 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… [all …]
|
| H A D | file_leases.c | 465 lreq.l_start = 0; 474 lreq.l_start = 0;
|
| /xnu-12377.61.12/bsd/dev/i386/ |
| H A D | km.c | 307 (*linesw[tp->t_line].l_start)(tp); in kmstart() 381 (*linesw[tp->t_line].l_start)(tp); in kmoutput()
|
| /xnu-12377.61.12/bsd/dev/arm/ |
| H A D | km.c | 304 (*linesw[tp->t_line].l_start)(tp); in kmstart() 376 (*linesw[tp->t_line].l_start)(tp); in kmoutput()
|
| /xnu-12377.61.12/bsd/kern/ |
| H A D | kern_lockf.c | 239 start = fl->l_start; in lf_advlock() 257 (fl->l_start > 0 && in lf_advlock() 258 size > (u_quad_t)(OFF_MAX - fl->l_start))) { in lf_advlock() 261 start = size + fl->l_start; in lf_advlock() 1165 fl->l_start = block->lf_start; in lf_getlock()
|
| H A D | kern_descrip.c | 358 .l_start = 0, in fg_transfer_filelocks() 375 .l_start = 0, in fg_transfer_filelocks() 2338 if (CHECK_ADD_OVERFLOW_INT64L(fl->l_start, cur_file_offset)) { in check_file_seek_range() 2340 if (fl->l_start < 0) { in check_file_seek_range() 2346 if (fl->l_start + cur_file_offset < 0) { in check_file_seek_range() 2350 if ((fl->l_len > 0) && (CHECK_ADD_OVERFLOW_INT64L(fl->l_start + in check_file_seek_range() 2355 if ((fl->l_len <= 0) && (fl->l_start + cur_file_offset + in check_file_seek_range() 2361 if (fl->l_start < 0) { in check_file_seek_range() 2366 CHECK_ADD_OVERFLOW_INT64L(fl->l_start, fl->l_len - 1)) { in check_file_seek_range() 2370 if ((fl->l_len < 0) && fl->l_start + fl->l_len < 0) { in check_file_seek_range() [all …]
|
| H A D | tty_dev.c | 706 (*linesw[tp->t_line].l_start)(tp);
|
| /xnu-12377.61.12/bsd/sys/ |
| H A D | conf.h | 253 l_start_t *l_start; member
|
| H A D | fcntl.h | 454 off_t l_start; /* starting offset */ member
|
| /xnu-12377.61.12/bsd/nfs/ |
| H A D | nfs_syscalls.c | 547 lf.l_start = 0; in fhopen()
|
| /xnu-12377.61.12/bsd/vfs/ |
| H A D | vfs_vnops.c | 1873 .l_start = 0, in vn_closefile()
|