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

/haiku-fatelf/headers/compatibility/gnu/sys/
H A Dxattr.h38 int removexattr (const char* path, const char* attribute);
/haiku-fatelf/src/build/libroot/
H A Dfs_attr_bsdxattr.h54 return removexattr(path, attribute, XATTR_NOFOLLOW);
/haiku-fatelf/headers/private/userlandfs/fuse/
H A Dfuse_compat.h39 int (*removexattr) (const char *, const char *); member in struct:fuse_operations_compat25
98 int (*removexattr) (const char *, const char *); member in struct:fuse_operations_compat22
148 int (*removexattr) (const char *, const char *); member in struct:fuse_operations_compat2
H A Dfuse_lowlevel_compat.h60 void (*removexattr) (fuse_req_t req, fuse_ino_t ino, const char *name); member in struct:fuse_lowlevel_ops_compat25
127 void (*removexattr) (fuse_req_t req, fuse_ino_t ino, const char *name); member in struct:fuse_lowlevel_ops_compat
H A Dfuse.h248 int (*removexattr) (const char *, const char *); member in struct:fuse_operations
H A Dfuse_lowlevel.h688 void (*removexattr) (fuse_req_t req, fuse_ino_t ino, const char *name); member in struct:fuse_lowlevel_ops
819 * removexattr and setlk may send a zero code
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A Dfuse_fs.cpp329 if (fs->ops.removexattr == NULL)
331 return fs->ops.removexattr(path, name);
/haiku-fatelf/src/libs/gnu/
H A Dxattr.cpp327 removexattr (const char* path, const char* attribute) function

Completed in 75 milliseconds