Lines Matching +full:0 +full:- +full:9
2 * 9p system.posix* xattr callback
10 * the COPYING file in the top-level directory.
15 * Not so fast! You might want to read the 9p developer docs first:
16 * https://wiki.qemu.org/Documentation/9p
21 #include "9p.h"
22 #include "fsdev/file-op-9p.h"
23 #include "9p-xattr.h"
47 return -1; in mp_pacl_listxattr()
52 return 0; in mp_pacl_listxattr()
72 if (ret == -1 && errno == ENOATTR) { in mp_pacl_removexattr()
78 errno = 0; in mp_pacl_removexattr()
79 ret = 0; in mp_pacl_removexattr()
101 return -1; in mp_dacl_listxattr()
106 return 0; in mp_dacl_listxattr()
126 if (ret == -1 && errno == ENOATTR) { in mp_dacl_removexattr()
132 errno = 0; in mp_dacl_removexattr()
133 ret = 0; in mp_dacl_removexattr()