Searched refs:lf (Results 1 - 7 of 7) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_lockf.c324 struct lockf **lf = lock->lf_head; local
326 while (*lf != NOLOCKF) {
328 if ((*lf == lock) ||
329 ((*lf)->lf_id != lock->lf_id) ||
330 ((*lf)->lf_type != lock->lf_type)) {
331 lf = &(*lf)->lf_next;
336 if ((*lf)->lf_end != -1 &&
337 ((*lf)->lf_end + 1) == lock->lf_start) {
338 struct lockf *adjacent = *lf;
729 struct lockf *lf = *head; local
865 struct lockf **prev, *overlap, *lf = *(lock->lf_head); local
930 lf_findoverlap(struct lockf *lf, struct lockf *lock, int type, struct lockf ***prev, struct lockf **overlap) argument
1185 struct lockf *lf, *blk; local
[all...]
H A Dkern_descrip.c3918 struct flock lf; local
3944 lf.l_whence = SEEK_SET;
3945 lf.l_start = 0;
3946 lf.l_len = 0;
3947 lf.l_type = F_UNLCK;
3951 (void) VNOP_ADVLOCK(vp, (caddr_t)p, F_UNLCK, &lf, F_POSIX, &context);
4097 struct flock lf; local
4110 lf.l_whence = SEEK_SET;
4111 lf.l_start = 0;
4112 lf
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_vnops.c1206 struct flock lf; local
1211 lf.l_whence = SEEK_SET;
1212 lf.l_start = 0;
1213 lf.l_len = 0;
1214 lf.l_type = F_UNLCK;
1216 (void)VNOP_ADVLOCK(vp, (caddr_t)fg, F_UNLCK, &lf, F_FLOCK, ctx);
H A Dvfs_xattr.c3066 struct flock lf; local
3069 lf.l_whence = SEEK_SET;
3070 lf.l_start = 0;
3071 lf.l_len = 0;
3072 lf.l_type = locktype; /* F_WRLCK or F_RDLCK */
3074 error = VNOP_ADVLOCK(xvp, (caddr_t)xvp, F_SETLK, &lf, F_FLOCK|F_WAIT, context);
3081 struct flock lf; local
3084 lf.l_whence = SEEK_SET;
3085 lf.l_start = 0;
3086 lf
[all...]
H A Dvfs_syscalls.c2098 struct flock lf; local
2175 lf.l_whence = SEEK_SET;
2176 lf.l_start = 0;
2177 lf.l_len = 0;
2179 lf.l_type = F_WRLCK;
2181 lf.l_type = F_RDLCK;
2187 F_SETLK, &lf);
2191 if ((error = VNOP_ADVLOCK(vp, (caddr_t)fp->f_fglob, F_SETLK, &lf, type, ctx)))
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_syscalls.c483 struct flock lf; local
581 lf.l_whence = SEEK_SET;
582 lf.l_start = 0;
583 lf.l_len = 0;
585 lf.l_type = F_WRLCK;
587 lf.l_type = F_RDLCK;
591 if ((error = VNOP_ADVLOCK(vp, (caddr_t)fp->f_fglob, F_SETLK, &lf, type, ctx))) {
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dppc_disasm.i110 in 011111dddddaaaaabbbbb100su101110 lf{s|d}[$s]{|u}[$u]x \

Completed in 71 milliseconds