/third_party/NuttX/fs/mount/ |
H A D | fs_sync.c | 57 struct Mount *mnt = NULL; in sync() local
|
H A D | fs_foreachmountpoint.c | 55 struct Mount *mnt = NULL; in foreach_mountpoint() local
|
H A D | fs_umount.c | 79 BOOL fs_in_use(struct Mount *mnt, const char *target) in fs_in_use() argument 98 struct Mount *mnt = NULL; in umount() local [all...] |
H A D | fs_mount.c | 150 struct Mount* mnt = NULL; in mount() local [all...] |
/third_party/NuttX/fs/vfs/ |
H A D | fs_statfs.c | 59 struct Mount *mnt = NULL; in statfs() local
|
/third_party/ltp/lib/ |
H A D | tst_path_has_mnt_flags.c | 31 struct mntent *mnt; in tst_path_has_mnt_flags_() local
|
H A D | tst_device.c | 607 struct mntent *mnt; in tst_stat_mount_dev() local
|
/foundation/filemanagement/storage_service/services/storage_daemon/mock/ |
H A D | key_control_mock.cpp | 21 uint8_t KeyCtrlGetFscryptVersion(const char *mnt) in KeyCtrlGetFscryptVersion() argument
|
H A D | fscrypt_key_v2_mock.cpp | 21 bool FscryptKeyV2::ActiveKey(uint32_t flag, const std::string &mnt) in ActiveKey() argument 29 bool FscryptKeyV2::InactiveKey(uint32_t flag, const std::string &mnt) in InactiveKey() argument 37 bool FscryptKeyV2::LockUserScreen(uint32_t flag, uint32_t sdpClass, const std::string &mnt) in LockUserScreen() argument 53 bool FscryptKeyV2::UnlockUserScreen(uint32_t flag, uint32_t sdpClass, const std::string &mnt) in UnlockUserScreen() argument
|
H A D | base_key_mock.cpp | 55 bool BaseKey::ClearKey(const std::string &mnt) in ClearKey() argument
|
/third_party/ltp/testcases/open_posix_testsuite/include/ |
H A D | noatime.h | 49 struct mntent *mnt; in mounted_noatime() local
|
/third_party/selinux/libselinux/src/ |
H A D | init.c | 31 static int verify_selinuxmnt(const char *mnt) in verify_selinuxmnt() argument 140 void set_selinuxmnt(const char *mnt) in set_selinuxmnt() argument
|
/third_party/musl/src/misc/ |
H A D | mntent.c | 59 struct mntent *getmntent_r(FILE *f, struct mntent *mnt, char *linebuf, int buflen) in getmntent_r() argument 104 static struct mntent mnt; getmntent() local 108 addmntent(FILE *f, const struct mntent *mnt) addmntent() argument 116 hasmntopt(const struct mntent *mnt, const char *opt) hasmntopt() argument [all...] |
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/ |
H A D | fscrypt_key_v2.cpp | 24 bool FscryptKeyV2::ActiveKey(uint32_t flag, const std::string &mnt) in ActiveKey() argument 68 bool FscryptKeyV2::InactiveKey(uint32_t flag, const std::string &mnt) in InactiveKey() argument 122 bool FscryptKeyV2::LockUserScreen(uint32_t flag, uint32_t sdpClass, const std::string &mnt) in LockUserScreen() argument 137 UnlockUserScreen(uint32_t flag, uint32_t sdpClass, const std::string &mnt) UnlockUserScreen() argument [all...] |
H A D | fscrypt_key_v1.cpp | 33 bool FscryptKeyV1::ActiveKey(uint32_t flag, const std::string &mnt) in ActiveKey() argument 168 bool FscryptKeyV1::UnlockUserScreen(uint32_t flag, uint32_t sdpClass, const std::string &mnt) in UnlockUserScreen() argument 382 bool FscryptKeyV1::InactiveKey(uint32_t flag, const std::string &mnt) in InactiveKey() argument 419 bool FscryptKeyV1::LockUserScreen(uint32_t flag, uint32_t sdpClass, const std::string &mnt) in LockUserScreen() argument
|
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/test/fscrypt_v1_test/ |
H A D | fscrypt_key_v1_test.cpp | 236 const std::string mnt = "test"; in HWTEST_F() local
|
/third_party/ntfs-3g/libfuse-lite/ |
H A D | mount_util.c | 37 static int mtab_needs_update(const char *mnt) in mtab_needs_update() argument 109 int fuse_mnt_umount(const char *progname, const char *mnt, int lazy) in fuse_mnt_umount() argument 53 fuse_mnt_add_mount(const char *progname, const char *fsname, const char *mnt, const char *type, const char *opts) fuse_mnt_add_mount() argument 216 fuse_mnt_check_empty(const char *progname, const char *mnt, mode_t rootmode, off_t rootsize) fuse_mnt_check_empty() argument 267 mtab_needs_update(const char *mnt) mtab_needs_update() argument 300 fuse_mnt_add_mount(const char *progname, const char *fsname, const char *mnt, const char *type, const char *opts) fuse_mnt_add_mount() argument 347 fuse_mnt_umount(const char *progname, const char *mnt, int lazy) fuse_mnt_umount() argument [all...] |
/third_party/ltp/testcases/kernel/syscalls/fanotify/ |
H A D | fanotify06.c | 73 const char *mnt; member
|
H A D | fanotify13.c | 284 const char *mnt; in do_setup() local
|
/third_party/libfuse/lib/ |
H A D | mount_util.c | 43 static int mtab_needs_update(const char *mnt) in mtab_needs_update() argument 88 add_mount(const char *progname, const char *fsname, const char *mnt, const char *type, const char *opts) add_mount() argument 139 fuse_mnt_add_mount(const char *progname, const char *fsname, const char *mnt, const char *type, const char *opts) fuse_mnt_add_mount() argument 220 remove_mount(const char *progname, const char *mnt) remove_mount() argument 269 fuse_mnt_remove_mount(const char *progname, const char *mnt) fuse_mnt_remove_mount() argument [all...] |
/foundation/multimedia/media_library/frameworks/utils/src/ |
H A D | media_privacy_manager.cpp | 153 struct mntent *mnt = getmntent_r(mountTable, &mountEntry, entryStr, sizeof(entryStr)); in CheckFsMounted() local
|
/foundation/filemanagement/storage_service/services/storage_daemon/libfscrypt/src/ |
H A D | key_control.c | 83 static bool FsIoctl(const char *mnt, unsigned long cmd, void *arg) in FsIoctl() argument 108 bool KeyCtrlInstallKey(const char *mnt, struct fscrypt_add_key_arg *arg) in KeyCtrlInstallKey() argument 114 bool KeyCtrlRemoveKey(const char *mnt, struct fscrypt_remove_key_arg *arg) in KeyCtrlRemoveKey() argument 120 bool KeyCtrlGetKeyStatus(const char *mnt, struct fscrypt_get_key_status_arg *arg) in KeyCtrlGetKeyStatus() argument 145 CheckKernelFscrypt(const char *mnt) CheckKernelFscrypt() argument 182 KeyCtrlGetFscryptVersion(const char *mnt) KeyCtrlGetFscryptVersion() argument [all...] |
/third_party/ltp/testcases/kernel/fs/ftest/ |
H A D | ftest06.c | 94 static int mnt = 0; variable
|
H A D | ftest02.c | 89 static int mnt = 0; variable
|
/third_party/ltp/testcases/kernel/syscalls/madvise/ |
H A D | madvise11.c | 299 struct mntent *mnt; in open_unpoison_pfn() local
|