Home
last modified time | relevance | path

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

/freebsd/sys/ufs/ffs/
H A Dffs_snapshot.c206 struct fs *copy_fs = NULL, *fs, *bpfs; in ffs_snapshot() local
839 bpfs = (struct fs *)&nbp->b_data[loc]; in ffs_snapshot()
840 bcopy((caddr_t)copy_fs, (caddr_t)bpfs, (uint64_t)fs->fs_sbsize); in ffs_snapshot()
841 ffs_oldfscompat_write(bpfs); in ffs_snapshot()
842 bpfs->fs_ckhash = ffs_calc_sbhash(bpfs); in ffs_snapshot()
H A Dffs_softdep.c9752 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 in clear_unlinked_inodedep()
[all...]