Function report |
Source Code:fs\namespace.c |
Create Date:2022-07-28 20:09:13 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:path_is_mountpoint() - Check if path is a mount in the current* namespace
Proto:bool path_is_mountpoint(const struct path *path)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
const struct path * | path |
1223 | If Not d_mountpoint(dentry) Then Return false |
1227 | Do |
1229 | res = __path_is_mountpoint(path) |
1233 | Return res |
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 |