Function report |
Source Code:fs\pnode.c |
Create Date:2022-07-28 20:11:02 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:llect all mounts that receive propagation from the mount in @list,* and return these additional mounts in the same list.*@list: the list of mounts to be unmounted.* vfsmount lock must be held for write
Proto:int propagate_umount(struct list_head *list)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct list_head * | list |
539 | LIST_HEAD(to_restore) |
545 | parent = mnt_parent |
554 | If Not list_empty - tests whether a list is empty*@head: the list to test. Then Continue |
562 | If Not child Then Continue |
573 | m = skip_propagation_subtree(m, parent) |
574 | Continue |
575 | Else if mnt_flags & MNT_UMOUNT Then |
590 | child = mnt_parent |
591 | If list_empty - tests whether a list is empty*@head: the list to test. Then Break |
597 | umount_list( & to_umount, & to_restore) |
598 | restore_mounts( & to_restore) |
599 | cleanup_umount_visitations( & visited) |
602 | Return 0 |
Name | Describe |
---|---|
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 |