Searched refs:c_freeoff (Results 1 - 4 of 4) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ufs/
H A Dballoc.c77 blkmap = ubh_blkmap (UCPI_UBH, ucpi->c_freeoff, bbase);
80 if (ubh_isclr (UCPI_UBH, ucpi->c_freeoff, i))
81 ubh_setbit (UCPI_UBH, ucpi->c_freeoff, i);
92 blkmap = ubh_blkmap (UCPI_UBH, ucpi->c_freeoff, bbase);
99 if (ubh_isblockset(UCPI_UBH, ucpi->c_freeoff, blkno)) {
182 if (ubh_isblockset(UCPI_UBH, ucpi->c_freeoff, blkno)) {
185 ubh_setblock(UCPI_UBH, ucpi->c_freeoff, blkno);
431 if (ubh_isclr (UCPI_UBH, ucpi->c_freeoff, fragno + i))
438 if (ubh_isclr (UCPI_UBH, ucpi->c_freeoff, fragno + i))
448 ubh_clrbit (UCPI_UBH, ucpi->c_freeoff, fragn
[all...]
H A Dcylinder.c71 ucpi->c_freeoff = fs32_to_cpu(sb, ucg->cg_freeoff);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dufs_fs_sb.h41 __u32 c_freeoff; /* (u_char) free block map */ member in struct:ufs_cg_private_info
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dufs_fs_sb.h41 __u32 c_freeoff; /* (u_char) free block map */ member in struct:ufs_cg_private_info

Completed in 91 milliseconds