Searched refs:l_start (Results 1 - 13 of 13) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_lock.c275 if (msgreq->lmr_msg.lm_fl.l_start != ansp->la_start)
511 msg->lm_fl.l_start,
605 fl->l_start < 0 ||
606 (fl->l_len > 0 && fl->l_len - 1 > OFF_MAX - fl->l_start) ||
607 (fl->l_len < 0 && fl->l_start + fl->l_len < 0))
638 * to fl->l_start when SEEK_CUR is used.
640 start = fl->l_start;
665 start = np->n_size + fl->l_start;
702 msg->lm_fl.l_start = start;
944 fl->l_start
[all...]
H A Dnfs_syscalls.c582 lf.l_start = 0;
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/i386/
H A Dkm.c309 (*linesw[tp->t_line].l_start)(tp);
351 (*linesw[tp->t_line].l_start)(tp);
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dkm.c276 (*linesw[tp->t_line].l_start)(tp);
314 (*linesw[tp->t_line].l_start)(tp);
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dconf.h241 l_start_t *l_start; member in struct:linesw
H A Dfcntl.h340 off_t l_start; /* starting offset */ member in struct:flock
344 short l_whence; /* type of l_start */
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_descrip.c741 if ((fl.l_whence == SEEK_CUR) && (fl.l_start + offset < fl.l_start)) {
750 fl.l_start += offset;
816 ((fl.l_start + offset < fl.l_start) ||
817 ((fl.l_len > 0) && (fl.l_start+offset + fl.l_len - 1 < fl.l_start+offset)))) ||
818 ((fl.l_whence == SEEK_SET) && (fl.l_len > 0) && (fl.l_start + fl.l_len - 1 < fl.l_start)))
825 if ((fl.l_whence == SEEK_SET) && (fl.l_start <
[all...]
H A Dkern_lockf.c205 start = fl->l_start;
222 (fl->l_start > 0 &&
223 size > (u_quad_t)(OFF_MAX - fl->l_start)))
225 start = size + fl->l_start;
831 fl->l_start = block->lf_start;
H A Dtty_pty.c541 (*linesw[tp->t_line].l_start)(tp);
H A Dtty_ptmx.c926 (*linesw[tp->t_line].l_start)(tp);
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_vnops.c1212 lf.l_start = 0;
H A Dvfs_xattr.c3070 lf.l_start = 0;
3085 lf.l_start = 0;
H A Dvfs_syscalls.c2176 lf.l_start = 0;

Completed in 89 milliseconds