be95d60797
filesystem in which format extended attribute shall be listed. There are currently two formats: - NUL-terminated strings, used for listxattr(2), this is the default. - one byte length-pprefixed, non NUL-terminated strings, used for extattr_list_file(2), which is obtanined by setting the EXTATTR_LIST_PREFIXLEN flag to VOP_LISTEXTATTR(9) This approach avoid the need for converting the list back and forth, except in libperfuse, since FUSE uses NUL-terminated strings, and the kernel may have requested EXTATTR_LIST_PREFIXLEN. |
||
---|---|---|
.. | ||
Makefile | ||
debug.c | ||
fuse.h | ||
libperfuse.3 | ||
ops.c | ||
perfuse.c | ||
perfuse.h | ||
perfuse_if.h | ||
perfuse_priv.h | ||
shlib_version | ||
subr.c |