Searched refs:l_type (Results 1 - 11 of 11) sorted by relevance

/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dfile_lock.c51 fl.l_type = F_WRLCK;
63 fl.l_type = F_UNLCK;
H A Dcascade_fcntl.c135 fl.l_type = F_WRLCK;
147 fl.l_type = F_UNLCK;
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_lock.c372 msg->lm_fl.l_type,
779 msg->lm_fl.l_type = nflp->nfl_type;
821 msg->lm_fl.l_type = F_UNLCK;
860 msg->lm_fl.l_type = fl->l_type;
866 if (msg->lm_fl.l_type != F_UNLCK) {
867 fl->l_type = msg->lm_fl.l_type;
873 fl->l_type = F_UNLCK;
927 msgreq->lmr_msg.lm_fl.l_type
[all...]
H A Dnfs_syscalls.c619 lf.l_type = F_WRLCK;
621 lf.l_type = F_RDLCK;
H A Dnfs4_vnops.c3440 nfsm_chain_add_32(error, &nmreq, (fl->l_type == F_WRLCK) ? NFS_LOCK_TYPE_WRITE : NFS_LOCK_TYPE_READ);
3466 fl->l_type = (val == NFS_LOCK_TYPE_WRITE) ? F_WRLCK : F_RDLCK;
3470 fl->l_type = F_UNLCK;
3515 ((fl->l_type == F_WRLCK) || (nflp->nfl_type == F_WRLCK)))
3520 fl->l_type = nflp->nfl_type;
3531 fl->l_type = F_UNLCK;
4360 error = nfs_advlock_setlock(np, nofp, nlop, op, start, end, style, fl->l_type, ctx);
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_lockf.c179 fl->l_type = F_UNLCK;
258 lock->lf_type = fl->l_type;
882 fl->l_type = block->lf_type;
894 fl->l_type = F_UNLCK;
H A Dkern_descrip.c887 switch (fl.l_type) {
962 switch (fl.l_type) {
4575 lf.l_type = F_UNLCK;
4748 lf.l_type = F_UNLCK;
4754 lf.l_type = F_WRLCK;
4756 lf.l_type = F_RDLCK;
/darwin-on-arm/xnu/bsd/sys/
H A Dfcntl.h416 short l_type; /* lock type: read/write, etc. */ member in struct:flock
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_xattr.c3286 lf.l_type = locktype; /* F_WRLCK or F_RDLCK */
3301 lf.l_type = F_UNLCK;
H A Dvfs_vnops.c1420 lf.l_type = F_UNLCK;
H A Dvfs_syscalls.c3063 lf.l_type = F_WRLCK;
3065 lf.l_type = F_RDLCK;

Completed in 127 milliseconds