Lines Matching refs:bpfs
9752 struct fs *bpfs; in initiate_write_sbdep() local
9755 bpfs = sbdep->sb_fs; in initiate_write_sbdep()
9763 bpfs->fs_sujfree = fs->fs_sujfree; in initiate_write_sbdep()
9768 bpfs->fs_ckhash = ffs_calc_sbhash(bpfs); in initiate_write_sbdep()
9842 struct fs *fs, *bpfs; in clear_unlinked_inodedep() local
9939 bpfs = (struct fs *)bp->b_data; in clear_unlinked_inodedep()
9940 ffs_oldfscompat_write(bpfs); in clear_unlinked_inodedep()
9941 softdep_setup_sbupdate(ump, bpfs, bp); in clear_unlinked_inodedep()
9946 bpfs->fs_ckhash = ffs_calc_sbhash(bpfs); in clear_unlinked_inodedep()
9971 bpfs = (struct fs *)bp->b_data; in clear_unlinked_inodedep()
9972 ffs_oldfscompat_write(bpfs); in clear_unlinked_inodedep()
9973 softdep_setup_sbupdate(ump, bpfs, bp); in clear_unlinked_inodedep()
9978 bpfs->fs_ckhash = ffs_calc_sbhash(bpfs); in clear_unlinked_inodedep()