Searched refs:FLAG_DESC (Results 1 - 2 of 2) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/mount/ |
H A D | mount03.c | 173 #define FLAG_DESC(x) .flag = x, .flag2 = x, .desc = #x macro 181 {FLAG_DESC(MS_RDONLY), test_rdonly}, 182 {FLAG_DESC(MS_NODEV), test_nodev}, 183 {FLAG_DESC(MS_NOEXEC), test_noexec}, 185 {FLAG_DESC(MS_NOSUID), test_nosuid}, 186 {FLAG_DESC(MS_NOATIME), test_noatime}, 187 {FLAG_DESC(MS_NODIRATIME), test_nodiratime}, 188 {FLAG_DESC(MS_STRICTATIME), test_strictatime}
|
/third_party/ltp/testcases/kernel/syscalls/umount2/ |
H A D | umount2_02.c | 29 #define FLAG_DESC(x, y) .flag = x, .exp_errno = 0, \ macro 48 {FLAG_DESC(MNT_EXPIRE, "second call"), MNTPOINT, 0}, 50 {FLAG_DESC(UMOUNT_NOFOLLOW, "mntpoint"), MNTPOINT, 0},
|
Completed in 2 milliseconds