mirror of
https://github.com/versity/scoutfs.git
synced 2026-01-05 11:45:09 +00:00
Add a test binary that uses o_tmpfile and linkat to create a file in a given dir. We have something similar, but it's weirdly specific to a given test. This is a simpler building block that could be used by more tests. Signed-off-by: Zach Brown <zab@versity.com>
13 lines
215 B
Plaintext
13 lines
215 B
Plaintext
src/*.d
|
|
src/createmany
|
|
src/dumb_renameat2
|
|
src/dumb_setxattr
|
|
src/handle_cat
|
|
src/handle_fsetxattr
|
|
src/bulk_create_paths
|
|
src/find_xattrs
|
|
src/stage_tmpfile
|
|
src/create_xattr_loop
|
|
src/o_tmpfile_umask
|
|
src/o_tmpfile_linkat
|