Searched refs:c_freeoff (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/ufs/ |
| H A D | balloc.c | 99 blkmap = ubh_blkmap (UCPI_UBH(ucpi), ucpi->c_freeoff, bbase); in ufs_free_fragments() 102 if (ubh_isclr (UCPI_UBH(ucpi), ucpi->c_freeoff, i)) in ufs_free_fragments() 103 ubh_setbit (UCPI_UBH(ucpi), ucpi->c_freeoff, i); in ufs_free_fragments() 113 blkmap = ubh_blkmap (UCPI_UBH(ucpi), ucpi->c_freeoff, bbase); in ufs_free_fragments() 531 if (ubh_isclr (UCPI_UBH(ucpi), ucpi->c_freeoff, fragno + i)) in ufs_add_fragments() 541 if (ubh_isclr (UCPI_UBH(ucpi), ucpi->c_freeoff, fragno + i)) in ufs_add_fragments() 551 ubh_clrbit (UCPI_UBH(ucpi), ucpi->c_freeoff, fragno + i); in ufs_add_fragments() 650 ubh_setbit (UCPI_UBH(ucpi), ucpi->c_freeoff, goal + i); in ufs_alloc_fragments() 667 ubh_clrbit (UCPI_UBH(ucpi), ucpi->c_freeoff, result + i); in ufs_alloc_fragments() 798 loc = ubh_scanc(uspi, UCPI_UBH(ucpi), ucpi->c_freeoff + start, length, in ufs_bitmap_search() [all …]
|
| H A D | util.h | 457 u8 *p = ubh_get_addr(ubh, ucpi->c_freeoff + (frag >> 3)); in ubh_isblockset() 480 u8 *p = ubh_get_addr(ubh, ucpi->c_freeoff + (frag >> 3)); in ubh_clrblock() 502 u8 *p = ubh_get_addr(ubh, ucpi->c_freeoff + (frag >> 3)); in ubh_setblock()
|
| H A D | cylinder.c | 66 ucpi->c_freeoff = fs32_to_cpu(sb, ucg->cg_freeoff); in ufs_read_cylinder()
|
| H A D | ufs_fs.h | 720 __u32 c_freeoff; /* (u_char) free block map */ member
|