Searched defs:flock (Results 1 – 6 of 6) sorted by relevance
306 struct flock { struct330 /* lock operations for flock(2) */ argument
44 flock(int fd, int op) in flock() function
171 flock(fd, operation) in flock() function
158 int flock(int fd, int operation) { in flock() function
109 # define flock(a, b) lockf(a, b, 0) macro
736 #define flock(_x,_y) rk_flock(_x,_y) macro