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. |
||
---|---|---|
.. | ||
callcontext.c | ||
creds.c | ||
dispatcher.c | ||
flush.c | ||
framebuf.c | ||
Makefile | ||
null.c | ||
opdump.c | ||
paths.c | ||
pnode.c | ||
puffs_cc.3 | ||
puffs_cred.3 | ||
puffs_flush.3 | ||
puffs_framebuf.3 | ||
puffs_node.3 | ||
puffs_ops.3 | ||
puffs_path.3 | ||
puffs_priv.h | ||
puffs.3 | ||
puffs.c | ||
puffs.h | ||
puffsdump.h | ||
requests.c | ||
shlib_version | ||
subr.c | ||
suspend.c | ||
TODO |