Function report |
Source Code:fs\namespace.c |
Create Date:2022-07-28 20:09:18 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:finish_automount
Proto:int finish_automount(struct vfsmount *m, struct path *path)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct vfsmount * | m | |
struct path * | path |
2832 | mnt = real_mount(m) |
2837 | BUG_ON(vfsmount lock must be held for write < 2) |
2839 | If pointer to superblock == mnt_sb && root of the mounted tree == dentry Then |
2846 | If Not err Then Return 0 |
2848 | fail : |
2850 | If Not list_empty - tests whether a list is empty*@head: the list to test. Then |
2851 | namespace_lock() |
2853 | namespace_unlock() |
2857 | Return err |
Name | Describe |
---|---|
follow_automount | Perform an automount* - return -EISDIR to tell follow_managed() to stop and return the path we* were called with. |
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 |