Searched refs:setlock (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipfs.c81 int setlock __P((int, int));
330 err = setlock(devfd, lock);
387 int setlock(fd, lock) function
800 if (setlock(fd, 1)) {
819 if (setlock(fd, 0)) {
828 setlock(fd, 0);
850 if (setlock(fd, 1)) {
869 if (setlock(fd, 0)) {
/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecvnops.c243 * count (SN_HOLD) has been incremented and the 'setlock' argument
247 spec_lockcsp(struct snode *csp, int intr, int setlock, int hold) argument
266 if (setlock)
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_srv.c8554 setlock(vnode_t *vp, struct flock64 *flock, int flag, cred_t *cred) function
8568 LOCK_PRINT(rfs4_debug, "setlock", cmd, flock);
8584 LOCK_PRINT(rfs4_debug, "setlock", F_GETLK, &flk);
8629 LOCK_PRINT(rfs4_debug, "setlock(blocking lock)",
8728 error = setlock(vp, &flock, flag, cred);
8732 * the meantime, clean the lock we acquired using the setlock() call

Completed in 65 milliseconds