Searched refs:mnt_parent (Results 1 – 1 of 1) sorted by relevance
267 … || (mnt_parent && strcmp(fullpath, "/") == 0 && strcmp(mnt_parent->fullpath, fullpath) != 0)) in dfs_mount()277 if (mnt_parent) in dfs_mount()281 mnt_parent->fs_ops = type->fs_ops; in dfs_mount()282 mnt_parent->dev_id = dev_id; in dfs_mount()283 if (mnt_parent->fs_ops->mount) in dfs_mount()286 ret = mnt_parent->fs_ops->mount(mnt_parent, rwflag, data); in dfs_mount()292 mnt_child = mnt_parent; in dfs_mount()315 mnt_parent = RT_NULL; in dfs_mount()324 dfs_mnt_destroy(mnt_parent); in dfs_mount()325 mnt_parent = RT_NULL; in dfs_mount()[all …]
Completed in 3 milliseconds