freebsd-dev/sys/ufs/ffs
Kirk McKusick 9fc5d538fc In preparation for adding inode check-hashes, clean up and
document the libufs interface for fetching and storing inodes.
The undocumented getino / putino interface has been replaced
with a new getinode / putinode interface.

Convert the utilities that had been using the undocumented
interface to use the new documented interface.

No functional change (as for now the libufs library does not
do inode check-hashes).

Reviewed by:  kib
Tested by:    Peter Holm
Sponsored by: Netflix
2018-11-13 21:40:56 +00:00
..
ffs_alloc.c Implement O_BENEATH and AT_BENEATH. 2018-10-25 22:16:34 +00:00
ffs_balloc.c Replace the TRIM consolodation framework originally added in -r337396 2018-08-18 22:21:59 +00:00
ffs_extern.h In preparation for adding inode check-hashes, clean up and 2018-11-13 21:40:56 +00:00
ffs_inode.c In preparation for adding inode check-hashes, clean up and 2018-11-13 21:40:56 +00:00
ffs_rawread.c sys: general adoption of SPDX licensing ID tags. 2017-11-27 15:23:17 +00:00
ffs_snapshot.c In preparation for adding inode check-hashes, clean up and 2018-11-13 21:40:56 +00:00
ffs_softdep.c In preparation for adding inode check-hashes, clean up and 2018-11-13 21:40:56 +00:00
ffs_subr.c In preparation for adding inode check-hashes, clean up and 2018-11-13 21:40:56 +00:00
ffs_suspend.c Avoid assertion in /dev/ufssuspend when the suspend ioctl is 2018-08-01 19:06:55 +00:00
ffs_tables.c sys: further adoption of SPDX licensing ID tags. 2017-11-20 19:43:44 +00:00
ffs_vfsops.c In preparation for adding inode check-hashes, clean up and 2018-11-13 21:40:56 +00:00
ffs_vnops.c ffs_syncvnode: Remove unhelpful print 2018-07-14 15:45:11 +00:00
fs.h Continuing efforts to provide hardening of FFS, this change adds a 2018-10-23 21:10:06 +00:00
softdep.h Replace the TRIM consolodation framework originally added in -r337396 2018-08-18 22:21:59 +00:00