Home | History | Annotate | Download | only in ffs

Lines Matching refs:mount

53 struct mount;
86 #include <sys/mount.h>
105 int ffs_freefile(struct mount *, ino_t, int);
120 int ffs_reload(struct mount *, kauth_cred_t, struct lwp *);
121 int ffs_mountfs(struct vnode *, struct mount *, struct lwp *);
122 int ffs_flushfiles(struct mount *, int, struct lwp *);
159 int ffs_snapshot(struct mount *, struct vnode *, struct timespec *);
160 void ffs_snapshot_mount(struct mount *);
161 void ffs_snapshot_unmount(struct mount *);
166 void ffs_wapbl_verify_inodes(struct mount *, const char *);
167 void ffs_wapbl_replay_finish(struct mount *);
168 int ffs_wapbl_start(struct mount *);
169 int ffs_wapbl_stop(struct mount *, int);
170 int ffs_wapbl_replay_start(struct mount *, struct fs *, struct vnode *);
173 void ffs_wapbl_sync_metadata(struct mount *, struct wapbl_dealloc *);
174 void ffs_wapbl_abort_sync_metadata(struct mount *, struct wapbl_dealloc *);
215 int ffs_quota2_mount(struct mount *);