Home
last modified time | relevance | path

Searched refs:P9_LOCK_TYPE_UNLCK (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/fs/9p/
H A Dvfs_file.c147 flock.type = P9_LOCK_TYPE_UNLCK; in v9fs_file_do_lock()
242 glock.type = P9_LOCK_TYPE_UNLCK; in v9fs_file_getlock()
262 case P9_LOCK_TYPE_UNLCK: in v9fs_file_getlock()
266 if (glock.type != P9_LOCK_TYPE_UNLCK) { in v9fs_file_getlock()
/openbmc/linux/include/net/9p/
H A D9p.h290 #define P9_LOCK_TYPE_UNLCK 2 macro
/openbmc/qemu/hw/9pfs/
H A D9p.h395 #define P9_LOCK_TYPE_UNLCK 2 macro
H A D9p.c3787 glock.type = P9_LOCK_TYPE_UNLCK; in v9fs_getlock()