Searched refs:move_mount (Results 1 - 10 of 10) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/open_tree/ |
H A D | open_tree01.c | 49 TEST(move_mount(otfd, "", AT_FDCWD, OT_MNTPOINT, in run() 54 tst_res(TFAIL | TTERRNO, "move_mount() failed"); in run()
|
/third_party/ltp/testcases/kernel/syscalls/move_mount/ |
H A D | move_mount01.c | 5 * Basic move_mount() test. 59 TEST(move_mount(fsmfd, "", AT_FDCWD, MNTPOINT, in run() 64 tst_res(TFAIL | TTERRNO, "move_mount() failed"); in run() 70 tst_res(TPASS, "%s: move_mount() passed", tc->name); in run()
|
H A D | move_mount02.c | 5 * Basic move_mount() failure tests. 63 TEST(move_mount(*tc->from_dirfd, tc->from_pathname, tc->to_dirfd, in run() 69 tst_res(TFAIL, "%s: move_mount() succeeded unexpectedly (index: %d)", in run() 75 tst_res(TFAIL | TTERRNO, "%s: move_mount() should fail with %s", in run() 80 tst_res(TPASS | TTERRNO, "%s: move_mount() failed as expected", tc->name); in run()
|
/third_party/ltp/testcases/kernel/syscalls/fsopen/ |
H A D | fsopen01.c | 52 TEST(move_mount(fsmfd, "", AT_FDCWD, MNTPOINT, in run() 58 tst_res(TFAIL | TTERRNO, "move_mount() failed"); in run()
|
/third_party/ltp/testcases/kernel/syscalls/fsconfig/ |
H A D | fsconfig01.c | 69 TEST(move_mount(fsmfd, "", AT_FDCWD, MNTPOINT, in run() 74 tst_brk(TBROK | TTERRNO, "move_mount() failed"); in run()
|
/third_party/ltp/testcases/kernel/syscalls/mount_setattr/ |
H A D | mount_setattr01.c | 97 TST_EXP_PASS_SILENT(move_mount(otfd, "", AT_FDCWD, OT_MNTPOINT, MOVE_MOUNT_F_EMPTY_PATH)); in run()
|
/third_party/ltp/testcases/kernel/syscalls/fsmount/ |
H A D | fsmount01.c | 75 TEST(move_mount(mfd, "", AT_FDCWD, MNTPOINT, MOVE_MOUNT_F_EMPTY_PATH)); in run() 80 "move_mount() failed to attach to the mount point"); in run()
|
/third_party/ltp/include/lapi/ |
H A D | fsmount.h | 93 static inline int move_mount(int from_dirfd, const char *from_pathname, in move_mount() function 131 * move_mount() flags.
|
/third_party/rust/crates/rustix/src/fs/ |
H A D | mount.rs | 135 pub fn move_mount<Source: path::Arg, Target: path::Arg>( in move_mount() functions
|
H A D | mod.rs | 205 pub use mount::{bind_mount, change_mount, mount, move_mount, recursive_bind_mount, remount};
|
Completed in 3 milliseconds