Searched refs:getxattr (Results 1 - 8 of 8) sorted by relevance

/haiku-fatelf/headers/compatibility/gnu/sys/
H A Dxattr.h25 ssize_t getxattr(const char* path, const char* attribute, void* buffer,
/haiku-fatelf/src/build/libroot/
H A Dfs_attr_bsdxattr.h35 return getxattr(path, attribute, buffer, bufferSize, 0, XATTR_NOFOLLOW);
/haiku-fatelf/headers/private/userlandfs/fuse/
H A Dfuse_compat.h37 int (*getxattr) (const char *, const char *, char *, size_t); member in struct:fuse_operations_compat25
96 int (*getxattr) (const char *, const char *, char *, size_t); member in struct:fuse_operations_compat22
146 int (*getxattr) (const char *, const char *, char *, size_t); member in struct:fuse_operations_compat2
H A Dfuse_lowlevel_compat.h57 void (*getxattr) (fuse_req_t req, fuse_ino_t ino, const char *name, member in struct:fuse_lowlevel_ops_compat25
124 void (*getxattr) (fuse_req_t req, fuse_ino_t ino, const char *name, member in struct:fuse_lowlevel_ops_compat
H A Dfuse.h242 int (*getxattr) (const char *, const char *, char *, size_t); member in struct:fuse_operations
H A Dfuse_lowlevel.h651 void (*getxattr) (fuse_req_t req, fuse_ino_t ino, const char *name, member in struct:fuse_lowlevel_ops
923 * read, readdir, getxattr, listxattr
936 * read, readdir, getxattr, listxattr
961 * getxattr, listxattr
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A Dfuse_fs.cpp311 if (fs->ops.getxattr == NULL)
313 return fs->ops.getxattr(path, name, value, size);
/haiku-fatelf/src/libs/gnu/
H A Dxattr.cpp282 getxattr(const char* path, const char* attribute, void* buffer, size_t size) function

Completed in 87 milliseconds