Home
last modified time | relevance | path

Searched refs:mnt_child (Results 1 – 1 of 1) sorted by relevance

/components/dfs/dfs_v2/src/
A Ddfs_fs.c230 struct dfs_mnt *mnt_parent = RT_NULL, *mnt_child = RT_NULL; in dfs_mount() local
292 mnt_child = mnt_parent; in dfs_mount()
293 mnt_child->flags |= MNT_IS_MOUNTED; in dfs_mount()
346 if (mnt_child) in dfs_mount()
350 mnt_child->fs_ops = type->fs_ops; in dfs_mount()
351 mnt_child->dev_id = dev_id; in dfs_mount()
353 if (mnt_child->fs_ops->mount) in dfs_mount()
356 ret = mnt_child->fs_ops->mount(mnt_child, rwflag, data); in dfs_mount()
369 dfs_mnt_unref(mnt_child); in dfs_mount()
375 dfs_mnt_destroy(mnt_child); in dfs_mount()
[all …]

Completed in 9 milliseconds