Searched refs:softdep_mount (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/ufs/ffs/ |
H A D | ffs_extern.h | 166 int softdep_mount(struct vnode *, struct mount *, struct fs *,
|
H A D | ffs_vfsops.c | 651 (error = softdep_mount(devvp, mp, fs, td->td_ucred))){ in ffs_mount() 1139 (error = softdep_mount(devvp, mp, fs, cred)) != 0) { in ffs_mountfs()
|
H A D | ffs_softdep.c | 104 softdep_mount(struct vnode *devvp, in softdep_mount() function 1493 * softdep_mount and shutdown in softdep_unmount. They show up 2575 softdep_mount(struct vnode *devvp, in softdep_mount() function 2716 * softdep_mount errors out before the thread has been created. in softdep_unmount()
|