Function report |
Source Code:fs\pnode.c |
Create Date:2022-07-28 20:11:00 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:vfsmount lock must be held for write
Proto:void change_mnt_propagation(struct mount *mnt, int type)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct mount * | mnt | |
int | type |
124 | If type == change to shared Then |
125 | set_mnt_shared(mnt) |
126 | Return |
128 | do_make_slave(mnt) |
129 | If type != change to slave Then |
131 | slave is on master->mnt_slave_list = NULL |
132 | If type == change to unbindable Then mnt_flags |= the vfsmount is a unbindable mount |
134 | Else mnt_flags &= ~ the vfsmount is a unbindable mount |
Name | Describe |
---|---|
do_change_type | rsively change the type of the mountpoint. |
umount_tree | mount_lock must be held* namespace_sem must be held for write |
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 |