Lines Matching defs:test
21 * 1. Attempt to creat(2) an existing directory, and test for
24 * VFS_MAXNAMLEN and test for ENAMETOOLONG.
26 * exist, and test for ENOENT
28 * a component which is a file, test for ENOTDIR.
30 * and test for EFAULT
32 * execute permission and test for EACCES
34 * links the former and test for ELOOP
36 * and test for EROFS
151 static struct tst_test test = {
153 .test = verify_creat,