Home
last modified time | relevance | path

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

/openbmc/linux/include/net/9p/
H A D9p.h478 #define P9_LOCK_SUCCESS 0 macro
/openbmc/qemu/hw/9pfs/
H A D9p.h397 #define P9_LOCK_SUCCESS 0 macro
H A D9p.c3742 err = pdu_marshal(pdu, offset, "b", P9_LOCK_SUCCESS); in v9fs_lock()
3747 trace_v9fs_lock_return(pdu->tag, pdu->id, P9_LOCK_SUCCESS); in v9fs_lock()
/openbmc/linux/fs/9p/
H A Dvfs_file.c190 case P9_LOCK_SUCCESS: in v9fs_file_do_lock()