Searched refs:ffs_clrblock (Results 1 – 9 of 9) sorted by relevance
/freebsd/usr.sbin/makefs/ffs/ |
H A D | ffs_extern.h | 72 void ffs_clrblock(struct fs *, u_char *, int32_t);
|
H A D | ffs_subr.c | 133 ffs_clrblock(struct fs *fs, u_char *cp, int32_t h) in ffs_clrblock() function
|
H A D | ffs_alloc.c | 405 ffs_clrblock(fs, blksfree_swap, (long)blkno); in ffs_alloccgblk()
|
/freebsd/lib/libufs/ |
H A D | libufs.h | 119 void ffs_clrblock(struct fs *, u_char *, ufs1_daddr_t);
|
H A D | cgroup.c | 67 ffs_clrblock(fs, blksfree, (long)bno); in cgballoc()
|
/freebsd/sys/ufs/ffs/ |
H A D | ffs_extern.h | 70 void ffs_clrblock(struct fs *, uint8_t *, ufs1_daddr_t);
|
H A D | ffs_subr.c | 1103 ffs_clrblock(struct fs *fs, uint8_t *cp, ufs1_daddr_t h) in ffs_clrblock() function
|
H A D | ffs_alloc.c | 1933 ffs_clrblock(fs, blksfree, (long)blkno); in ffs_alloccgblk()
|
H A D | ffs_softdep.c | 12099 ffs_clrblock(fs, blksfree, (long)blkno); in jnewblk_rollforward()
|