Function report |
Source Code:fs\namespace.c |
Create Date:2022-07-28 20:09:11 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__is_local_mountpoint - Test to see if dentry is a mountpoint in the* current mount namespace
Proto:bool __is_local_mountpoint(struct dentry *dentry)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct dentry * | dentry |
670 | bool is_covered = false |
672 | If Not d_mountpoint(dentry) Then Go to out |
675 | lock for reading |
677 | is_covered = mnt_mountpoint == dentry |
678 | If is_covered Then Break |
682 | out : |
683 | Return is_covered |
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 |