Searched refs:c_freeoff (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/fs/ufs/ |
D | balloc.c | 77 blkmap = ubh_blkmap (UCPI_UBH, ucpi->c_freeoff, bbase); in ufs_free_fragments() 80 if (ubh_isclr (UCPI_UBH, ucpi->c_freeoff, i)) in ufs_free_fragments() 81 ubh_setbit (UCPI_UBH, ucpi->c_freeoff, i); in ufs_free_fragments() 92 blkmap = ubh_blkmap (UCPI_UBH, ucpi->c_freeoff, bbase); in ufs_free_fragments() 99 if (ubh_isblockset(UCPI_UBH, ucpi->c_freeoff, blkno)) { in ufs_free_fragments() 182 if (ubh_isblockset(UCPI_UBH, ucpi->c_freeoff, blkno)) { in ufs_free_blocks() 185 ubh_setblock(UCPI_UBH, ucpi->c_freeoff, blkno); in ufs_free_blocks() 431 if (ubh_isclr (UCPI_UBH, ucpi->c_freeoff, fragno + i)) in ufs_add_fragments() 438 if (ubh_isclr (UCPI_UBH, ucpi->c_freeoff, fragno + i)) in ufs_add_fragments() 448 ubh_clrbit (UCPI_UBH, ucpi->c_freeoff, fragno + i); in ufs_add_fragments() [all …]
|
D | cylinder.c | 71 ucpi->c_freeoff = fs32_to_cpu(sb, ucg->cg_freeoff); in ufs_read_cylinder()
|
/linux-2.4.37.9/include/linux/ |
D | ufs_fs_sb.h | 41 __u32 c_freeoff; /* (u_char) free block map */ member
|