Function report |
Source Code:include\linux\dcache.h |
Create Date:2022-07-28 05:41:57 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:d_mountpoint
Proto:static inline bool d_mountpoint(const struct dentry *dentry)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
const struct dentry * | dentry |
381 | Return protected by d_lock & s a mountpoint |
Name | Describe |
---|---|
__follow_mount_rcu | Try to skip to top of mountpoint pile in rcuwalk mode. Fail if* we meet a managed dentry that would need blocking. |
follow_dotdot_rcu | |
follow_mount | Skip to top of mountpoint pile in refwalk mode for follow_dotdot() |
path_check_mount | |
d_set_mounted | Called by mount code to set a mountpoint and check if the mountpoint is* reachable (e.g. NFS can unhash a directory dentry and then the complete* subtree can become unreachable).* Only one of d_invalidate() and d_set_mounted() must succeed. For |
find_submount | |
__is_local_mountpoint | __is_local_mountpoint - Test to see if dentry is a mountpoint in the* current mount namespace |
get_mountpoint | |
path_is_mountpoint | path_is_mountpoint() - Check if path is a mount in the current* namespace |
current_chrooted |
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 |