Searched refs:flock_check (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | fcntl.c | 58 static int flock_check(vnode_t *, flock64_t *, offset_t, offset_t); 385 if ((error = flock_check(vp, &bf, offset, maxoffset)) != 0) in fcntl() 626 error = flock_check(vp, &bf, offset, maxoffset); in fcntl() 628 error = flock_check(vp, &bf, offset, MAXOFFSET_T); in fcntl() 737 if ((error = flock_check(vp, &bf, offset, MAXOFFSET_T)) != 0) in fcntl() 866 flock_check(vnode_t *vp, flock64_t *flp, offset_t offset, offset_t max) in flock_check() function
|