HomeSort by: relevance | last modified time | path
    Searched refs:ffs_clrblock (Results 1 - 5 of 5) sorted by relevancy

  /src/usr.sbin/makefs/ffs/
ffs_extern.h 72 void ffs_clrblock(struct fs *, u_char *, int32_t);
ffs_alloc.c 415 ffs_clrblock(fs, blksfree, (long)blkno);
  /src/sys/ufs/ffs/
ffs_extern.h 208 void ffs_clrblock(struct fs *, u_char *, int32_t);
ffs_subr.c 231 ffs_clrblock(struct fs *fs, u_char *cp, int32_t h) function in typeref:typename:void
ffs_alloc.c 1229 ffs_clrblock(fs, blksfree, blkno);
1494 ffs_clrblock(fs, blksfree, fragno);

Completed in 13 milliseconds