Searched defs:lockf (Results 1 – 3 of 3) sorted by relevance
114 struct lockf { struct117 struct lockf_entry_list ls_active; /* (s) Active locks */ argument118 struct lockf_entry_list ls_pending; /* (s) Pending locks */ argument121 LIST_HEAD(lockf_list, lockf); argument
42 lockf(int filedes, int function, off_t size) in lockf() function
193 #define kbdd_lock(kbd, lockf) \ argument