Lines Matching refs:mount
10 struct mount;
51 int genfs_statvfs(struct mount *, struct statvfs *);
53 int genfs_renamelock_enter(struct mount *);
54 void genfs_renamelock_exit(struct mount *);
56 int genfs_suspendctl(struct mount *, int);
108 bool (*gro_directory_empty_p)(struct mount *mp, kauth_cred_t cred,
110 int (*gro_rename_check_possible)(struct mount *mp,
113 int (*gro_rename_check_permitted)(struct mount *mp, kauth_cred_t cred,
116 int (*gro_remove_check_possible)(struct mount *mp,
118 int (*gro_remove_check_permitted)(struct mount *mp, kauth_cred_t cred,
120 int (*gro_rename)(struct mount *mp, kauth_cred_t cred,
125 int (*gro_remove)(struct mount *mp, kauth_cred_t cred,
128 int (*gro_lookup)(struct mount *mp, struct vnode *dvp,
130 int (*gro_genealogy)(struct mount *mp, kauth_cred_t cred,
133 int (*gro_lock_directory)(struct mount *mp, struct vnode *vp);