Home
last modified time | relevance | path

Searched refs:P9_LOCK_FLAGS_BLOCK (Results 1 – 2 of 2) sorted by relevance

/qemu/hw/9pfs/
H A D9p.h402 #define P9_LOCK_FLAGS_BLOCK 1 macro
H A D9p.c3724 if (flock.flags & ~P9_LOCK_FLAGS_BLOCK) { in v9fs_lock()