collect_mounts 1611 include/linux/fs.h extern struct vfsmount *collect_mounts(struct vfsmount *, struct dentry *); collect_mounts 551 kernel/audit_tree.c root_mnt = collect_mounts(nd.path.mnt, nd.path.dentry); collect_mounts 643 kernel/audit_tree.c mnt = collect_mounts(nd.path.mnt, nd.path.dentry); collect_mounts 703 kernel/audit_tree.c tagged = collect_mounts(nd.path.mnt, nd.path.dentry);