You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Antonio SJ Musumeci
5a3184359d
rework some function error handling
chmod, chown, removexattr, setxattr, truncate, utimens:
* if no errors: return 0
* if no successes: return first error
* if file acted on was the same as related search function: return its value
* return 0
rmdir, unlink:
* if no errors: return 0
* return first error
5 years ago
..
extern_c.h
libfuse cleanup: extern cplusplus cleanup
5 years ago
fuse.h
libfuse cleanup: extern cplusplus cleanup
5 years ago
fuse_attr.h
restructure readdir, add readdir_plus
5 years ago
fuse_common.h
libfuse cleanup: extern cplusplus cleanup
5 years ago
fuse_dirent.h
restructure readdir, add readdir_plus
5 years ago
fuse_direntplus.h
restructure readdir, add readdir_plus
5 years ago
fuse_dirents.h
libfuse cleanup: reindent
5 years ago
fuse_entry.h
restructure readdir, add readdir_plus
5 years ago
fuse_kernel.h
update fuse_kernel.h
5 years ago
fuse_lowlevel.h
libfuse cleanup: extern cplusplus cleanup
5 years ago
fuse_opt.h
libfuse cleanup: extern cplusplus cleanup
5 years ago
fuse_timeouts.h
libfuse cleanup: reindent
5 years ago
kvec.h
readdir: add dirent index array
5 years ago
linux_dirent64.h
readdir: use getdents64 for compatibility with ARM64
5 years ago
stat_utils.h
restructure readdir, add readdir_plus
5 years ago