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 D | FUSELowLevel.h | 52 int fuse_ll_listxattr(const fuse_lowlevel_ops* ops, fuse_ino_t ino, char* buffer, size_t size);
|
H A D | FUSELowLevel.cpp | 389 fuse_ll_listxattr(const fuse_lowlevel_ops* ops, fuse_ino_t ino, char* buffer, size_t size) in fuse_ll_listxattr() function
|
H A D | FUSEVolume.cpp | 2418 listSize = fuse_ll_listxattr(fOps, node->id, NULL, 0); in ReadAttrDir() 2434 bytesRead = fuse_ll_listxattr(fOps, node->id, cookie->AttributesBuffer(), in ReadAttrDir()
|