Searched refs:c_clusteroff (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ufs/
H A Dcylinder.c66 ucpi->c_clusteroff = fs32_to_cpu(sb, ucg->cg_u.cg_44.cg_clusteroff);
H A Dballoc.c873 ubh_setbit(UCPI_UBH(ucpi), ucpi->c_clusteroff, blkno);
875 ubh_clrbit(UCPI_UBH(ucpi), ucpi->c_clusteroff, blkno);
884 i = ubh_find_next_zero_bit (UCPI_UBH(ucpi), ucpi->c_clusteroff, end, start);
896 i = ubh_find_last_zero_bit (UCPI_UBH(ucpi), ucpi->c_clusteroff, start, end);
H A Dufs_fs.h562 __u32 c_clusteroff; /* (u_int8) free cluster map */ member in struct:ufs_cg_private_info

Completed in 109 milliseconds