| /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
|
| /kernel/linux/linux-5.10/include/linux/ |
| H A D | path.h | 9 struct vfsmount *mnt; member
|
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | path.h | 9 struct vfsmount *mnt; member
|
| /kernel/liteos_a/fs/vfs/ |
| H A D | mount.c | 49 struct Mount *mnt = (struct Mount *)zalloc(sizeof(struct Mount));
in MountAlloc() 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
|
| /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
|
| /kernel/linux/linux-5.10/fs/notify/ |
| H A D | fsnotify.h | 48 static inline void fsnotify_clear_marks_by_mount(struct vfsmount *mnt) in fsnotify_clear_marks_by_mount() argument
|
| H A D | fdinfo.c | 123 struct mount *mnt = fsnotify_conn_mount(mark->connector); in fanotify_fdinfo() local
|
| /kernel/linux/linux-6.6/fs/notify/ |
| H A D | fsnotify.h | 63 static inline void fsnotify_clear_marks_by_mount(struct vfsmount *mnt) in fsnotify_clear_marks_by_mount() argument
|
| H A D | fdinfo.c | 121 struct mount *mnt = fsnotify_conn_mount(mark->connector); in fanotify_fdinfo() local
|
| /kernel/liteos_a/testsuites/unittest/libc/io/full/ |
| H A D | It_stdio_hasmntopt_001.cpp | 35 struct mntent* mnt = nullptr; in testcase() local
|
| /third_party/ltp/testcases/open_posix_testsuite/include/ |
| H A D | noatime.h | 49 struct mntent *mnt; in mounted_noatime() local
|
| /kernel/linux/linux-5.10/fs/ |
| H A D | pnode.h | 33 static inline void set_mnt_shared(struct mount *mnt) in set_mnt_shared() argument [all...] |
| H A D | fhandle.c | 117 struct vfsmount *mnt; in get_vfsmount_from_fd() local [all...] |
| /kernel/linux/linux-6.6/fs/ |
| H A D | pnode.h | 33 static inline void set_mnt_shared(struct mount *mnt) in set_mnt_shared() argument [all...] |
| /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
|
| /base/startup/init/interfaces/innerkits/fs_manager/erofs_overlay/ |
| H A D | erofs_remount_overlay.c | 158 int MountOverlayOne(const char *mnt)
in MountOverlayOne() argument [all...] |
| /kernel/linux/linux-5.10/kernel/ |
| H A D | usermode_driver.c | 15 struct vfsmount *mnt; in blob_to_mnt() local 62 struct vfsmount *mnt; in umd_load_blob() local [all...] |
| /kernel/linux/linux-6.6/kernel/ |
| H A D | usermode_driver.c | 15 struct vfsmount *mnt; in blob_to_mnt() local 62 struct vfsmount *mnt; in umd_load_blob() local [all...] |
| /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...] |