Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/open_tree/
H A Dopen_tree01.c49 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 Dmove_mount01.c5 * 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 Dmove_mount02.c5 * 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 Dfsopen01.c52 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 Dfsconfig01.c69 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 Dmount_setattr01.c97 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 Dfsmount01.c75 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 Dfsmount.h93 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 Dmount.rs135 pub fn move_mount<Source: path::Arg, Target: path::Arg>( in move_mount() functions
H A Dmod.rs205 pub use mount::{bind_mount, change_mount, mount, move_mount, recursive_bind_mount, remount};

Completed in 3 milliseconds