<dec f='src/src/sys/ufs/ffs/ffs_extern.h' l='121' type='int ffs_reload(struct mount * , kauth_cred_t , struct lwp * )'/>
<use f='src/src/sys/ufs/ffs/ffs_vfsops.c' l='612' u='c' c='ffs_mount'/>
<def f='src/src/sys/ufs/ffs/ffs_vfsops.c' l='741' ll='942' type='int ffs_reload(struct mount * mp, kauth_cred_t cred, struct lwp * l)'/>
<doc f='src/src/sys/ufs/ffs/ffs_vfsops.c' l='728'>/*
 * Reload all incore data for a filesystem (used after running fsck on
 * the root filesystem and finding things to fix). The filesystem must
 * be mounted read-only.
 *
 * Things to do to update the mount:
 *	1) invalidate all cached meta-data.
 *	2) re-read superblock from disk.
 *	3) re-read summary information from disk.
 *	4) invalidate all inactive vnodes.
 *	5) invalidate all cached file data.
 *	6) re-read inode data for all active vnodes.
 */</doc>
