freebsd-dev/sys/ufs/ffs
Edward Tomasz Napierala 411455a8fb Replace all remaining calls to vprint(9) with vn_printf(9), and remove
the old macro.

MFC after:	1 month
2016-08-10 16:12:31 +00:00
..
ffs_alloc.c arc4random() returns 0 to (2**32)−1, use an alternative to initialize 2016-05-22 14:31:20 +00:00
ffs_balloc.c Do not perform read-ahead for BA_CLRBUF request when we are low on 2015-10-27 13:44:13 +00:00
ffs_extern.h Remove ffs_mountroot() prototype; seems to be long gone. 2016-01-28 12:21:23 +00:00
ffs_inode.c If IO_SYNC was passed to ffs_truncate(), request synchronous inode 2016-05-17 21:30:58 +00:00
ffs_rawread.c Refactor unmapped buffer address handling. 2015-07-23 19:13:41 +00:00
ffs_snapshot.c Replace all remaining calls to vprint(9) with vn_printf(9), and remove 2016-08-10 16:12:31 +00:00
ffs_softdep.c UFS: spelling fixes on comments. 2016-04-29 20:43:51 +00:00
ffs_subr.c - Make 'struct buf *buf' private to vfs_bio.c. Having a global variable 2015-07-29 02:26:57 +00:00
ffs_suspend.c
ffs_tables.c
ffs_vfsops.c arc4random() returns 0 to (2**32)−1, use an alternative to initialize 2016-05-22 14:31:20 +00:00
ffs_vnops.c Replace all remaining calls to vprint(9) with vn_printf(9), and remove 2016-08-10 16:12:31 +00:00
fs.h UFS: spelling fixes on comments. 2016-04-29 20:43:51 +00:00
softdep.h