OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ATF_TC_FSAPPLY
(Results
1 - 10
of
10
) sorted by relevancy
/src/tests/fs/vfs/
t_link.c
141
ATF_TC_FSAPPLY
(hardlink_sameuser, "hardlink same user allowed");
142
ATF_TC_FSAPPLY
(hardlink_sameuser_sysctl, "hardlink same user sysctl allowed");
143
ATF_TC_FSAPPLY
(hardlink_otheruser, "hardlink other user allowed");
144
ATF_TC_FSAPPLY
(hardlink_otheruser_sysctl, "hardlink other user sysctl denied");
145
ATF_TC_FSAPPLY
(hardlink_rootuser, "hardlink root user allowed");
146
ATF_TC_FSAPPLY
(hardlink_rootuser_sysctl, "hardlink root user sysctl allowed");
t_rwtoro.c
207
ATF_TC_FSAPPLY
(noneopen, "remount r/o with no file open");
208
ATF_TC_FSAPPLY
(readopen, "remount r/o with file open for reading");
209
ATF_TC_FSAPPLY
(writeopen, "remount r/o with file open for writing");
210
ATF_TC_FSAPPLY
(read_unlinked,
212
ATF_TC_FSAPPLY
(layer_noneopen, "remount r/o with no file open on layer");
213
ATF_TC_FSAPPLY
(layer_readopen,
215
ATF_TC_FSAPPLY
(layer_writeopen,
217
ATF_TC_FSAPPLY
(layer_read_unlinked,
t_io.c
241
ATF_TC_FSAPPLY
(holywrite, "create a sparse file and fill hole");
242
ATF_TC_FSAPPLY
(extendfile, "check that extending a file works");
243
ATF_TC_FSAPPLY
(extendfile_append, "check that extending a file works "
245
ATF_TC_FSAPPLY
(overwrite512, "write a 512 byte file twice");
246
ATF_TC_FSAPPLY
(overwrite64k, "write a 64k byte file twice");
247
ATF_TC_FSAPPLY
(overwrite_trunc, "write 64k + truncate + rewrite");
248
ATF_TC_FSAPPLY
(shrinkfile, "shrink file");
249
ATF_TC_FSAPPLY
(read_after_unlink, "contents can be read off disk after unlink");
250
ATF_TC_FSAPPLY
(wrrd_after_unlink, "file can be written and read after unlink");
251
ATF_TC_FSAPPLY
(read_fault, "read at bad address must return EFAULT")
[
all
...]
t_vfsops.c
190
ATF_TC_FSAPPLY
(tmount, "mount/unmount");
191
ATF_TC_FSAPPLY
(tstatvfs, "statvfs");
192
ATF_TC_FSAPPLY
(tsync, "sync");
193
ATF_TC_FSAPPLY
(tfilehandle, "file handles");
194
ATF_TC_FSAPPLY
(tfhremove, "fhtovp for removed file");
195
ATF_TC_FSAPPLY
(tfhinval, "fhopen invalid filehandle");
t_unpriv.c
219
ATF_TC_FSAPPLY
(owner, "owner unprivileged checks");
220
ATF_TC_FSAPPLY
(dirperms, "directory permission checks");
221
ATF_TC_FSAPPLY
(times, "time set checks");
222
ATF_TC_FSAPPLY
(flags, "file flags checks");
t_vnops.c
1065
ATF_TC_FSAPPLY
(lookup_simple, "simple lookup (./.. on root)");
1066
ATF_TC_FSAPPLY
(lookup_complex, "lookup of non-dot entries");
1067
ATF_TC_FSAPPLY
(dir_simple, "mkdir/rmdir");
1068
ATF_TC_FSAPPLY
(dir_slash, "mkdir with appended slash");
1069
ATF_TC_FSAPPLY
(dir_2slash, "mkdir with two slashes appended");
1070
ATF_TC_FSAPPLY
(dir_3slash, "mkdir with three slashes appended");
1071
ATF_TC_FSAPPLY
(dir_notempty, "non-empty directories cannot be removed");
1072
ATF_TC_FSAPPLY
(dir_rmdirdotdot, "remove .. and try to cd out (PR kern/44657)");
1073
ATF_TC_FSAPPLY
(rename_dir, "exercise various directory renaming ops "
1075
ATF_TC_FSAPPLY
(rename_dotdot, "rename dir .. (PR kern/43617)")
[
all
...]
t_full.c
92
ATF_TC_FSAPPLY
(fillfs, "fills file system, expects ENOSPC");
t_union.c
194
ATF_TC_FSAPPLY
(basic, "check basic union functionality");
195
ATF_TC_FSAPPLY
(whiteout, "create whiteout in upper layer");
t_renamerace.c
264
ATF_TC_FSAPPLY
(renamerace, "rename(2) race with file unlinked mid-operation");
265
ATF_TC_FSAPPLY
(renamerace_dirs, "rename(2) race with directories");
266
ATF_TC_FSAPPLY
(renamerace_cycle, "rename(2) race making directory cycles");
/src/tests/fs/common/
h_fsmacros.h
171
#define
ATF_TC_FSAPPLY
(func,desc) \
236
ATF_TC_FSAPPLY
(func,desc); \
Completed in 48 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026