Searched refs:Mount (Results 1 - 11 of 11) sorted by relevance
/third_party/NuttX/fs/mount/ |
H A D | fs_mount.c | 150 struct Mount* mnt = NULL; in mount() 212 struct Mount *tMnt = NULL; in mount() 213 LOS_DL_LIST_FOR_EACH_ENTRY(tMnt, GetMountList(), struct Mount, mountList) in mount() argument 230 struct Mount *cacheMnt = NULL; in mount() 233 LOS_DL_LIST_FOR_EACH_ENTRY(cacheMnt, GetMountCache(), struct Mount, mountList) in mount() argument 237 struct Mount *newMnt = (struct Mount *)zalloc(sizeof(struct Mount)); in mount() 258 if (mops->Mount == NULL) in mount() 300 ret = mops->Mount(mn in mount() [all...] |
H A D | fs_umount.c | 79 BOOL fs_in_use(struct Mount *mnt, const char *target) in fs_in_use() 98 struct Mount *mnt = NULL; in umount() 125 struct Mount *tMnt = NULL; in umount() 127 LOS_DL_LIST_FOR_EACH_ENTRY(tMnt, GetMountList(), struct Mount, mountList) in umount() argument 197 struct Mount *tCacheMnt = NULL; in umount() 198 LOS_DL_LIST_FOR_EACH_ENTRY(tCacheMnt, GetMountCache(), struct Mount, mountList) in umount() argument 223 LOS_DL_LIST_FOR_EACH_ENTRY(tCacheMnt, GetMountCache(), struct Mount, mountList) in umount() argument
|
H A D | fs_foreachmountpoint.c | 55 struct Mount *mnt = NULL; in foreach_mountpoint() 58 LOS_DL_LIST_FOR_EACH_ENTRY(mnt, mntList, struct Mount, mountList) in foreach_mountpoint() argument
|
H A D | fs_sync.c | 57 struct Mount *mnt = NULL; in sync() 61 LOS_DL_LIST_FOR_EACH_ENTRY(mnt, mntList, struct Mount, mountList) in sync() argument
|
/third_party/NuttX/fs/vfs/ |
H A D | fs_statfs.c | 59 struct Mount *mnt = NULL; in statfs()
|
H A D | fs_link.c | 41 struct Mount *mount = NULL;
in do_link()
|
H A D | fs_mkdir.c | 42 struct Mount *mount = NULL; in do_mkdir()
|
H A D | fs_symlink.c | 99 struct Mount *mount = NULL;
in do_symlink()
|
/third_party/rust/crates/rustix/src/thread/ |
H A D | setns.rs | 19 /// Mount name space. 42 /// Mount name space. 43 Mount = CLONE_NEWNS,
|
/third_party/NuttX/fs/tmpfs/ |
H A D | fs_tmpfs.c | 120 int tmpfs_mount(struct Mount *mnt, struct Vnode *device, const void *data); 121 int tmpfs_unmount(struct Mount *mnt, struct Vnode **blkdriver); 137 int tmpfs_statfs(struct Mount *mp, struct statfs *sbp); 146 .Mount = tmpfs_mount, 1667 int tmpfs_mount(struct Mount *mnt, struct Vnode *device, const void *data) in tmpfs_mount() 1740 int tmpfs_unmount(struct Mount *mnt, struct Vnode **blkdriver) in tmpfs_unmount() 1893 int tmpfs_statfs(struct Mount *mp, struct statfs *sbp) in tmpfs_statfs()
|
/third_party/NuttX/fs/nfs/ |
H A D | nfs_adapter.c | 782 PRINTK("Mount nfs on %s:%s, uid:%d, gid:%d\n", server_ip_addr, server_nfs_path, uid, gid); in nfs_mount() 794 PRINTK("Mount nfs finished.\n"); in nfs_mount() 798 int vfs_nfs_mount(struct Mount *mnt, struct Vnode *device, const void *data) in vfs_nfs_mount() 2847 int vfs_nfs_statfs(struct Mount *mountpt, struct statfs *sbp) in vfs_nfs_statfs() 3009 static int vfs_nfs_unmount(struct Mount *mnt, struct Vnode **blkDriver) in vfs_nfs_unmount() 3132 .Mount = vfs_nfs_mount,
|
Completed in 8 milliseconds