Searched refs:F_UNLCK (Results 1 – 17 of 17) sorted by relevance
48 if (fl.l_type == F_UNLCK || fl.l_pid == __getpid ()) in lockf()53 fl.l_type = F_UNLCK; in lockf()
44 if (fl64.l_type == F_UNLCK || fl64.l_pid == __getpid ()) in __lockf64()49 fl64.l_type = F_UNLCK; in __lockf64()
141 if (fl.l_type != F_UNLCK) in do_test()170 if (fcntl (fileno (f), F_GETLK, &fl) == 0 && fl.l_type != F_UNLCK in do_cleanup()
43 lbuf.l_type = F_UNLCK; in __flock()
58 #define F_UNLCK 2 /* Remove lock. */ macro
54 #define F_UNLCK 3 /* Remove lock. */ macro
59 #define F_UNLCK 8 /* Remove lock. */ macro
40 case F_UNLCK: cmd = LOCK_UN; break; in __f_setlk()
71 #define F_UNLCK 3 /* Remove lock. */ macro
55 lck.l_type = F_UNLCK; in thread_start()
136 #define F_UNLCK 3 /* Remove lock. */ macro
220 #define F_UNLCK 3 /* Remove lock. */ macro
146 fl.l_type = F_UNLCK; in do_test()
18 constant F_UNLCK
225 # define F_UNLCK 2 /* Remove lock. */ macro
125 .l_type = F_UNLCK, in file_unlock()
4089 @code{F_UNLCK}.4142 update the @code{l_type} to a value of @code{F_UNLCK}.4172 by specifying a lock type of @code{F_UNLCK}.4251 @item F_UNLCK4361 is to update the @code{l_type} field to the value @code{F_UNLCK}.4391 can remove a lock by specifying a lock type of @code{F_UNLCK}.