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

/haiku/headers/compatibility/gnu/sys/
H A Dxattr.h17 /* constants for [l,f]setxattr() */
31 int setxattr(const char* path, const char* attribute, const void* buffer,
/haiku/src/build/libroot/
H A Dfs_attr_bsdxattr.h45 return setxattr(path, attribute, buffer, bufferSize, 0, XATTR_NOFOLLOW);
/haiku/headers/private/userlandfs/fuse/
H A Dfuse_compat.h36 int (*setxattr) (const char *, const char *, const char *, size_t, int); member in struct:fuse_operations_compat25
95 int (*setxattr) (const char *, const char *, const char *, size_t, int); member in struct:fuse_operations_compat22
144 int (*setxattr) (const char *, const char *, const char *, member in struct:fuse_operations_compat2
H A Dfuse_lowlevel_compat.h55 void (*setxattr) (fuse_req_t req, fuse_ino_t ino, const char *name, member in struct:fuse_lowlevel_ops_compat25
122 void (*setxattr) (fuse_req_t req, fuse_ino_t ino, const char *name, member in struct:fuse_lowlevel_ops_compat
H A Dfuse_lowlevel.h682 void (*setxattr) (fuse_req_t req, fuse_ino_t ino, const char *name, member in struct:fuse_lowlevel_ops
1039 * unlink, rmdir, rename, flush, release, fsync, fsyncdir, setxattr,
H A Dfuse.h261 int (*setxattr) (const char *, const char *, const char *, size_t, int); member in struct:fuse_operations
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A Dfuse_fs.cpp301 if (fs->ops.setxattr == NULL)
303 return fs->ops.setxattr(path, name, value, size, flags);
/haiku/src/libs/gnu/
H A Dxattr.cpp305 setxattr(const char* path, const char* attribute, const void* buffer, function

Completed in 179 milliseconds