Home
last modified time | relevance | path

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

/src/sys/ufs/ffs/
H A Dffs_softdep.c885 static int journal_mount(struct mount *, struct fs *, struct ucred *);
2633 (error = journal_mount(mp, fs, cred)) != 0) { in softdep_mount()
2903 journal_mount(struct mount *mp, in journal_mount() function