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

/haiku/headers/compatibility/gnu/sys/
H A Dxattr.h25 ssize_t getxattr(const char* path, const char* attribute, void* buffer,
/haiku/src/build/libroot/
H A Dfs_attr_bsdxattr.h35 return getxattr(path, attribute, buffer, bufferSize, 0, XATTR_NOFOLLOW);
/haiku/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_lowlevel.h708 void (*getxattr) (fuse_req_t req, fuse_ino_t ino, const char *name, 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.h264 int (*getxattr) (const char *, const char *, char *, size_t); member in struct:fuse_operations
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEFileSystem.cpp526 fNodeCapabilities.Set(FS_VNODE_CAPABILITY_READ_ATTR, fLowLevelOps.getxattr);
529 fNodeCapabilities.Set(FS_VNODE_CAPABILITY_READ_ATTR_STAT, fLowLevelOps.getxattr);
589 fNodeCapabilities.Set(FS_VNODE_CAPABILITY_READ_ATTR, fFS->ops.getxattr);
593 fFS->ops.getxattr);
H A DFUSELowLevel.cpp377 if (ops->getxattr == NULL)
382 ops->getxattr(&request, ino, name, size);
H A Dfuse_fs.cpp311 if (fs->ops.getxattr == NULL)
313 return fs->ops.getxattr(path, name, value, size);
/haiku/src/libs/gnu/
H A Dxattr.cpp284 getxattr(const char* path, const char* attribute, void* buffer, size_t size) function

Completed in 162 milliseconds