Update libfuse-operations.txt for FUSE_SYMLINK

This commit is contained in:
Bernd Schubert 2024-10-17 18:59:44 +02:00
parent 88d2dbd0d2
commit 617109955c

View File

@ -43,8 +43,8 @@ was only partly human verified - use with care.
- out_args[2]: Not used
6. FUSE_SYMLINK (6)
- in_args[0]: Size of fuse_symlink_in (variable)
- in_args[1]: Variable (target path, up to PATH_MAX)
- in_args[0]: Variable (new link file name, up to PATH_MAX)
- in_args[1]: Variable (target path for the symlink, up to PATH_MAX)
- in_args[2]: Not used
- out_args[0]: Size of fuse_entry_out (typically 128 bytes)
- out_args[1]: Not used