Lines Matching full:mount
45 struct mount;
74 int ffs_flushfiles(struct mount *, int, struct thread *);
81 int ffs_inotovp(struct mount *, ino_t, uint64_t, int, struct vnode **,
86 int ffs_own_mount(const struct mount *mp);
92 int ffs_reload(struct mount *, int);
102 int ffs_snapshot(struct mount *mp, char *snapfile);
103 void ffs_snapshot_mount(struct mount *mp);
104 void ffs_snapshot_unmount(struct mount *mp);
107 void ffs_sync_snap(struct mount *, int);
116 int ffs_vgetf(struct mount *, ino_t, int, struct vnode **, int);
117 void process_deferred_inactive(struct mount *mp);
127 #define FFSV_FORCEINSMQ 0x0001 /* Force insertion into mount list */
160 int softdep_check_suspend(struct mount *, struct vnode *,
162 void softdep_get_depcounts(struct mount *, int *, int *);
165 int softdep_mount(struct vnode *, struct mount *, struct fs *,
167 void softdep_unmount(struct mount *);
170 int softdep_flushworklist(struct mount *, int *, struct thread *);
171 int softdep_flushfiles(struct mount *, int, struct thread *);
183 void softdep_setup_blkmapdep(struct buf *, struct mount *, ufs2_daddr_t,
193 void softdep_setup_blkfree(struct mount *, struct buf *, ufs2_daddr_t, int,
195 void softdep_setup_inofree(struct mount *, struct buf *, ino_t,
203 int softdep_journal_lookup(struct mount *, struct vnode **);