Function report |
Source Code:fs\pnode.c |
Create Date:2022-07-28 20:11:01 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:mount 'source_mnt' under the destination 'dest_mnt' at* dentry 'dest_dentry'. And propagate that mount to* all the peer and slave mounts of 'dest_mnt'.* Link all the new mounts into a propagation tree headed at* source_mnt
Proto:int propagate_mnt(struct mount *dest_mnt, struct mountpoint *dest_mp, struct mount *source_mnt, struct hlist_head *tree_list)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct mount * | dest_mnt | |
struct mountpoint * | dest_mp | |
struct mount * | source_mnt | |
struct hlist_head * | tree_list |
293 | ret = 0 |
309 | ret = propagate_one(n) |
319 | Do |
326 | out : |
329 | m = mnt_parent |
330 | If slave is on master->mnt_slave_list != slave is on master->mnt_slave_list Then CLEAR_MNT_MARK( slave is on master->mnt_slave_list ) |
334 | Return ret |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |