Searched refs:listxattr (Results 1 - 10 of 10) sorted by relevance

/haiku/headers/compatibility/gnu/sys/
H A Dxattr.h42 ssize_t listxattr(const char* path, char* buffer, size_t size);
/haiku/src/build/libroot/
H A Dfs_attr_bsdxattr.h25 return listxattr(path, buffer, bufferSize, XATTR_NOFOLLOW);
/haiku/headers/private/userlandfs/fuse/
H A Dfuse_compat.h38 int (*listxattr) (const char *, char *, size_t); member in struct:fuse_operations_compat25
97 int (*listxattr) (const char *, char *, size_t); member in struct:fuse_operations_compat22
147 int (*listxattr) (const char *, char *, size_t); member in struct:fuse_operations_compat2
H A Dfuse_lowlevel_compat.h59 void (*listxattr) (fuse_req_t req, fuse_ino_t ino, size_t size); member in struct:fuse_lowlevel_ops_compat25
126 void (*listxattr) (fuse_req_t req, fuse_ino_t ino, size_t size); member in struct:fuse_lowlevel_ops_compat
H A Dfuse_lowlevel.h734 void (*listxattr) (fuse_req_t req, fuse_ino_t ino, size_t size); member in struct:fuse_lowlevel_ops
1150 * read, readdir, getxattr, listxattr
1163 * read, readdir, getxattr, listxattr
1177 * read, readdir, getxattr, listxattr
1202 * getxattr, listxattr
H A Dfuse.h267 int (*listxattr) (const char *, char *, size_t); member in struct:fuse_operations
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSELowLevel.cpp391 if (ops->listxattr == NULL)
396 ops->listxattr(&request, ino, size);
H A Dfuse_fs.cpp320 if (fs->ops.listxattr == NULL)
322 return fs->ops.listxattr(path, list, size);
H A DFUSEFileSystem.cpp512 bool hasAttributes = fLowLevelOps.listxattr != NULL;
574 bool hasAttributes = fFS->ops.listxattr != NULL;
/haiku/src/libs/gnu/
H A Dxattr.cpp350 listxattr(const char* path, char* buffer, size_t size) function

Completed in 280 milliseconds