Home
last modified time | relevance | path

Searched refs:MS_MOVE (Results 1 – 25 of 4145) sorted by last modified time

12345678910>>...166

/dports/sysutils/busybox/busybox-1.26.2/util-linux/
H A Dmount.c201 #ifndef MS_MOVE
202 # define MS_MOVE (1 << 13) macro
371 /* "move" */ MS_MOVE,
779 if (vfsflags & MS_MOVE) in mount_it_now()
2023 && !(vfsflags & (MS_REMOUNT | MS_BIND | MS_MOVE)) in singlemount()
2044 if (mp->mnt_type || (vfsflags & (MS_REMOUNT | MS_BIND | MS_MOVE))) { in singlemount()
H A Dswitch_root.c50 #ifndef MS_MOVE
51 # define MS_MOVE 8192 macro
134 if (mount(".", "/", NULL, MS_MOVE, NULL)) { in switch_root_main()
/dports/multimedia/libv4l/linux-5.13-rc2/include/uapi/linux/
H A Dmount.h25 #define MS_MOVE 8192 macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/uapi/linux/
H A Dmount.h25 #define MS_MOVE 8192 macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/uapi/linux/
H A Dmount.h25 #define MS_MOVE 8192 macro
/dports/devel/dep/dep-0.5.4/vendor/golang.org/x/sys/unix/
H A Dzerrors_linux_riscv64.go1297 MS_MOVE = 0x2000 const
H A Dzerrors_linux_sparc64.go1301 MS_MOVE = 0x2000 const
H A Dzerrors_linux_s390x.go1297 MS_MOVE = 0x2000 const
H A Dzerrors_linux_ppc64.go1296 MS_MOVE = 0x2000 const
H A Dzerrors_linux_ppc64le.go1296 MS_MOVE = 0x2000 const
H A Dzerrors_linux_mipsle.go1297 MS_MOVE = 0x2000 const
H A Dzerrors_linux_mips64le.go1297 MS_MOVE = 0x2000 const
H A Dzerrors_linux_mips64.go1297 MS_MOVE = 0x2000 const
H A Dzerrors_linux_mips.go1297 MS_MOVE = 0x2000 const
H A Dzerrors_linux_arm64.go1300 MS_MOVE = 0x2000 const
H A Dzerrors_linux_386.go1299 MS_MOVE = 0x2000 const
H A Dzerrors_linux_amd64.go1299 MS_MOVE = 0x2000 const
H A Dzerrors_linux_arm.go1297 MS_MOVE = 0x2000 const
/dports/devel/libvirt/libvirt-7.10.0/src/util/
H A Dvirfile.c3655 const unsigned long mount_flags = MS_MOVE; in virFileMoveMount()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/libc/src/fuchsia/
H A Dmod.rs1547 pub const MS_MOVE: ::c_ulong = 0x2000; const
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/libc/src/unix/linux_like/
H A Dmod.rs596 pub const MS_MOVE: ::c_ulong = 0x2000; const
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/nix/src/
H A Dmount.rs30 MS_MOVE;
/dports/www/firefox/firefox-99.0/third_party/rust/nix/src/
H A Dmount.rs29 MS_MOVE;
/dports/www/firefox/firefox-99.0/third_party/rust/libc/src/unix/linux_like/
H A Dmod.rs597 pub const MS_MOVE: ::c_ulong = 0x2000; const
/dports/www/firefox/firefox-99.0/third_party/rust/libc/src/fuchsia/
H A Dmod.rs1547 pub const MS_MOVE: ::c_ulong = 0x2000; const

12345678910>>...166