/aosp_15_r20/external/e2fsprogs/lib/ext2fs/ |
H A D | ismounted.c | 97 int *mount_flags, char *mtpt, int mtlen) in check_mntent_file() 222 static errcode_t check_mntent(const char *file, int *mount_flags, in check_mntent() 254 static errcode_t check_getmntinfo(const char *file, int *mount_flags, in check_getmntinfo() 357 errcode_t ext2fs_check_mount_point(const char *device, int *mount_flags, in ext2fs_check_mount_point() 432 errcode_t ext2fs_check_if_mounted(const char *file, int *mount_flags) in ext2fs_check_if_mounted() 440 int retval, mount_flags; in main() local
|
H A D | mkjournal.c | 498 int mount_flags; in ext2fs_add_journal_inode3() local
|
H A D | nt_io.c | 993 ext2fs_check_if_mounted(const char *file, int *mount_flags) in ext2fs_check_if_mounted()
|
/aosp_15_r20/external/libfuse/lib/ |
H A D | mount.c | 167 struct mount_flags { struct 173 static const struct mount_flags mount_flags[] = { variable
|
/aosp_15_r20/bootable/deprecated-ota/updater/ |
H A D | updater_runtime.cpp | 47 static bool setMountFlag(const std::string& flag, unsigned* mount_flags) { in setMountFlag() 75 static bool parseMountFlags(const std::string& flags, unsigned* mount_flags, in parseMountFlags() 96 unsigned mount_flags = 0; in Mount() local
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/mount/ |
H A D | unprivileged-remount-test.c | 183 int mount_flags, int remount_flags, int invalid_flags) in test_unpriv_remount() 246 static bool test_unpriv_remount_simple(int mount_flags) in test_unpriv_remount_simple() 251 static bool test_unpriv_remount_atime(int mount_flags, int invalid_flags) in test_unpriv_remount_atime()
|
/aosp_15_r20/external/minijail/ |
H A D | system_unittest.cc | 139 TEST(get_mount_flags, mount_flags) { in TEST() argument 146 unsigned long mount_flags = -1; in TEST() local 158 unsigned long mount_flags = -1; in TEST() local
|
/aosp_15_r20/external/e2fsprogs/misc/ |
H A D | ismounted.c | 81 int *mount_flags) in check_mntent_file() 191 int mount_flags = 0; in is_mounted() local
|
H A D | util.c | 130 int mount_flags; in check_mount() local
|
H A D | blkid.c | 185 int len, mount_flags; in pretty_print_dev() local
|
H A D | e2freefrag.c | 174 int mount_flags; in scan_online() local
|
H A D | e2undo.c | 304 int mount_flags, csum_error = 0, io_error = 0; in main() local
|
H A D | badblocks.c | 996 int mount_flags; in check_mount() local
|
H A D | e2image.c | 1499 int mount_flags = 0; in main() local
|
H A D | tune2fs.c | 86 static int max_mount_count, mount_count, mount_flags; variable
|
/aosp_15_r20/system/core/fs_mgr/ |
H A D | fs_mgr_priv.h | 97 std::string mount_flags; member
|
/aosp_15_r20/external/libbrillo/brillo/namespaces/ |
H A D | platform.cc | 61 uint64_t mount_flags, in Mount()
|
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/open/ |
H A D | open12.c | 79 const char *mount_flags[] = {"noatime", "relatime", NULL}; in setup() local
|
/aosp_15_r20/external/e2fsprogs/resize/ |
H A D | main.c | 271 int len, mount_flags; in main() local
|
/aosp_15_r20/external/e2fsprogs/debugfs/ |
H A D | e2freefrag.c | 174 int mount_flags; in scan_online() local
|
/aosp_15_r20/system/core/fs_mgr/tests/ |
H A D | fs_mgr_test.cpp | 316 } mount_flags[] = { in TEST() local
|
/aosp_15_r20/system/core/init/ |
H A D | builtins.cpp | 459 } mount_flags[] = { variable
|
/aosp_15_r20/external/e2fsprogs/e2fsck/ |
H A D | journal.c | 1753 int mount_flags; in e2fsck_move_ext3_journal() local
|
H A D | e2fsck.h | 281 int mount_flags; member
|
/aosp_15_r20/packages/modules/Virtualization/guest/zipfuse/src/ |
D | main.rs | 110 let mut mount_flags = libc::MS_NOSUID | libc::MS_NODEV | libc::MS_RDONLY; in run_fuse() localVariable
|