Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\namespace.c Create Date:2022-07-28 20:09:15
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:iterate_mounts

Proto:int iterate_mounts(int (*f)(struct vfsmount *, void *), void *arg, struct vfsmount *root)

Type:int

Parameter:

TypeParameterName
int (*f
void *arg
struct vfsmount *root
1890  res = f(root, arg)
1891  If res Then Return res
1894  res = f( & mnt, arg)
1895  If res Then Return res
1898  Return 0
Caller
NameDescribe
audit_add_tree_rulealled with audit_filter_mutex
audit_tag_tree