Home
last modified time | relevance | path

Searched defs:mnt (Results 1 - 25 of 38) sorted by relevance

12

/third_party/NuttX/fs/mount/
H A Dfs_sync.c57 struct Mount *mnt = NULL; in sync() local
H A Dfs_foreachmountpoint.c55 struct Mount *mnt = NULL; in foreach_mountpoint() local
H A Dfs_umount.c79 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 Dfs_mount.c150 struct Mount* mnt = NULL; in mount() local
[all...]
/third_party/NuttX/fs/vfs/
H A Dfs_statfs.c59 struct Mount *mnt = NULL; in statfs() local
/third_party/ltp/lib/
H A Dtst_path_has_mnt_flags.c31 struct mntent *mnt; in tst_path_has_mnt_flags_() local
H A Dtst_device.c607 struct mntent *mnt; in tst_stat_mount_dev() local
/foundation/filemanagement/storage_service/services/storage_daemon/mock/
H A Dkey_control_mock.cpp21 uint8_t KeyCtrlGetFscryptVersion(const char *mnt) in KeyCtrlGetFscryptVersion() argument
H A Dfscrypt_key_v2_mock.cpp21 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 Dbase_key_mock.cpp55 bool BaseKey::ClearKey(const std::string &mnt) in ClearKey() argument
/third_party/ltp/testcases/open_posix_testsuite/include/
H A Dnoatime.h49 struct mntent *mnt; in mounted_noatime() local
/third_party/selinux/libselinux/src/
H A Dinit.c31 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 Dmntent.c59 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 Dfscrypt_key_v2.cpp24 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 Dfscrypt_key_v1.cpp33 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 Dfscrypt_key_v1_test.cpp236 const std::string mnt = "test"; in HWTEST_F() local
/third_party/ntfs-3g/libfuse-lite/
H A Dmount_util.c37 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 Dfanotify06.c73 const char *mnt; member
H A Dfanotify13.c284 const char *mnt; in do_setup() local
/third_party/libfuse/lib/
H A Dmount_util.c43 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 Dmedia_privacy_manager.cpp153 struct mntent *mnt = getmntent_r(mountTable, &mountEntry, entryStr, sizeof(entryStr)); in CheckFsMounted() local
/foundation/filemanagement/storage_service/services/storage_daemon/libfscrypt/src/
H A Dkey_control.c83 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 Dftest06.c94 static int mnt = 0; variable
H A Dftest02.c89 static int mnt = 0; variable
/third_party/ltp/testcases/kernel/syscalls/madvise/
H A Dmadvise11.c299 struct mntent *mnt; in open_unpoison_pfn() local

Completed in 19 milliseconds

12