Lines Matching defs:fl
517 * The function determines whether the lock "fl" can
528 nlm_safelock(vnode_t *vp, const struct flock64 *fl, cred_t *cr)
534 if ((rp->r_mapcnt > 0) && (fl->l_start != 0 || fl->l_len != 0))
693 nlm_local_getlk(vnode_t *vp, struct flock64 *fl, int flags)
695 VERIFY(fl->l_whence == SEEK_SET);
696 return (reclock(vp, fl, 0, flags, 0, NULL));
719 nlm_local_setlk(vnode_t *vp, struct flock64 *fl, int flags)
721 VERIFY(fl->l_whence == SEEK_SET);
722 return (reclock(vp, fl, SETFLCK, flags, 0, NULL));
1188 const struct flock64 *fl, struct netobj *fh,
1193 VERIFY(fl->l_whence == SEEK_SET);
1202 lock->svid = fl->l_pid;
1203 lock->l_offset = fl->l_start;
1204 lock->l_len = fl->l_len;