Searched defs:flock (Results 1 – 7 of 7) sorted by relevance
305 struct flock { struct329 /* lock operations for flock(2) */ argument
44 flock(int fd, int op) in flock() function
171 flock(fd, operation) in flock() function
67 #define flock __llvm_profile_flock macro
157 int flock(int fd, int operation) { in flock() function
107 # define flock(a, b) lockf(a, b, 0) macro
736 #define flock(_x,_y) rk_flock(_x,_y) macro