Home
last modified time | relevance | path

Searched refs:softdep_mount (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/ufs/ffs/
H A Dffs_extern.h166 int softdep_mount(struct vnode *, struct mount *, struct fs *,
H A Dffs_vfsops.c651 (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 Dffs_softdep.c104 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()