Home
last modified time | relevance | path

Searched refs:fuse_ll_listxattr (Results 1 – 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSELowLevel.h52 int fuse_ll_listxattr(const fuse_lowlevel_ops* ops, fuse_ino_t ino, char* buffer, size_t size);
H A DFUSELowLevel.cpp389 fuse_ll_listxattr(const fuse_lowlevel_ops* ops, fuse_ino_t ino, char* buffer, size_t size) in fuse_ll_listxattr() function
H A DFUSEVolume.cpp2418 listSize = fuse_ll_listxattr(fOps, node->id, NULL, 0); in ReadAttrDir()
2434 bytesRead = fuse_ll_listxattr(fOps, node->id, cookie->AttributesBuffer(), in ReadAttrDir()