Lines Matching refs:flock
68 void compare_lock(struct flock *, short, short, int, int, pid_t);
70 void do_test(struct flock *, short, short, int, int);
130 struct flock fl; in do_child()
144 struct flock fl; in do_lock()
153 void do_test(struct flock *fl, short type, short whence, int start, int len) in do_test()
166 compare_lock(struct flock *fl, short type, short whence, int start, int len, in compare_lock()
203 struct flock fl; in unlock_file()
230 void parent_put(struct flock *l) in parent_put()
238 void parent_get(struct flock *l) in parent_get()
246 void child_put(struct flock *l) in child_put()
254 void child_get(struct flock *l) in child_get()
266 struct flock fl; in stop_child()
282 struct flock tl; in main()