Home
last modified time | relevance | path

Searched refs:MS_NODEV (Results 1 – 9 of 9) sorted by relevance

/third_party/ntfs-3g/libfuse-lite/
Dmount.c202 {"dev", MS_NODEV, 0},
203 {"nodev", MS_NODEV, 1},
623 mo.flags = MS_NOSUID | MS_NODEV; in fuse_kern_mount()
680 if (!(mo.flags & MS_NODEV) && fuse_opt_add_opt(&mnt_opts, "dev") == -1) in fuse_kern_mount()
Dfusermount.c227 {"dev", MS_NODEV, 0, 0},
228 {"nodev", MS_NODEV, 1, 1},
342 int flags = MS_NOSUID | MS_NODEV; in do_mount()
/third_party/musl/include/sys/
Dmount.h28 #define MS_NODEV 4 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dmount.h28 #define MS_NODEV 4 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dmount.h28 #define MS_NODEV 4 macro
/third_party/toybox/porting/liteos_a/toys/lsb/
Dmount.c97 {"nodev", MS_NODEV}, {"dev", ~MS_NODEV},
/third_party/toybox/toys/lsb/
Dmount.c101 {"nodev", MS_NODEV}, {"dev", ~MS_NODEV},
/third_party/ltp/testcases/kernel/syscalls/mount/
Dmount03.c75 MS_NODEV,
/third_party/uboot/u-boot-2020.01/fs/ubifs/
Dubifs.h477 #define MS_NODEV 4 /* Disallow access to device special files */ macro