Home
last modified time | relevance | path

Searched refs:FLAG_EXP_ERRNO_DESC (Results 1 - 1 of 1) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/umount2/
H A Dumount2_02.c32 #define FLAG_EXP_ERRNO_DESC(x, y, z) .flag = x, .exp_errno = y, \ macro
44 {FLAG_EXP_ERRNO_DESC(MNT_EXPIRE | MNT_FORCE, EINVAL, ""), MNTPOINT, 0},
45 {FLAG_EXP_ERRNO_DESC(MNT_EXPIRE | MNT_DETACH, EINVAL, ""), MNTPOINT, 0},
46 {FLAG_EXP_ERRNO_DESC(MNT_EXPIRE, EAGAIN, "initial call"), MNTPOINT, 0},
47 {FLAG_EXP_ERRNO_DESC(MNT_EXPIRE, EAGAIN, "after access"), MNTPOINT, 1},
49 {FLAG_EXP_ERRNO_DESC(UMOUNT_NOFOLLOW, EINVAL, "symlink"), SYMLINK, 0},

Completed in 1 milliseconds