Lines Matching refs:flock
63 void compare_lock(struct flock *, short, short, int, int, pid_t);
65 void do_test(struct flock *, short, short, int, int);
134 struct flock fl; in do_child()
151 struct flock fl; in do_lock()
160 void do_test(struct flock *fl, short type, short whence, int start, int len) in do_test()
173 compare_lock(struct flock *fl, short type, short whence, int start, int len, in compare_lock()
210 struct flock fl; in unlock_file()
237 void parent_put(struct flock *l) in parent_put()
245 void parent_get(struct flock *l) in parent_get()
253 void child_put(struct flock *l) in child_put()
261 void child_get(struct flock *l) in child_get()
273 struct flock fl; in stop_child()
289 struct flock tl; in main()