Searched refs:setlock (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/ipf/tools/ |
H A D | ipfs.c | 81 int setlock __P((int, int)); 330 err = setlock(devfd, lock); 387 int setlock(fd, lock) in setlock() 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)) {
|
/titanic_50/usr/src/uts/common/fs/specfs/ |
H A D | specvnops.c | 247 spec_lockcsp(struct snode *csp, int intr, int setlock, int hold) in spec_lockcsp() argument 266 if (setlock) in spec_lockcsp()
|
/titanic_50/usr/src/uts/common/fs/nfs/ |
H A D | nfs4_srv.c | 8602 setlock(vnode_t *vp, struct flock64 *flock, int flag, cred_t *cred) in setlock() function 8776 error = setlock(vp, &flock, flag, cred); in rfs4_do_lock()
|