Searched refs:P9_LOCK_TYPE_UNLCK (Results 1 – 2 of 2) sorted by relevance
151 flock.type = P9_LOCK_TYPE_UNLCK; in v9fs_file_do_lock()247 glock.type = P9_LOCK_TYPE_UNLCK; in v9fs_file_getlock()267 case P9_LOCK_TYPE_UNLCK: in v9fs_file_getlock()271 if (glock.type != P9_LOCK_TYPE_UNLCK) { in v9fs_file_getlock()
290 #define P9_LOCK_TYPE_UNLCK 2 macro