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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dufs_fs_sb.h44 __u32 c_clusteroff; /* (u_int8) free cluster 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.h44 __u32 c_clusteroff; /* (u_int8) free cluster map */ member in struct:ufs_cg_private_info
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/ufs/
H A Dcylinder.c74 ucpi->c_clusteroff = fs32_to_cpu(sb, ucg->cg_u.cg_44.cg_clusteroff);
H A Dballoc.c736 ubh_setbit(UCPI_UBH, ucpi->c_clusteroff, blkno);
738 ubh_clrbit(UCPI_UBH, ucpi->c_clusteroff, blkno);
747 i = ubh_find_next_zero_bit (UCPI_UBH, ucpi->c_clusteroff, end, start);
759 i = ubh_find_last_zero_bit (UCPI_UBH, ucpi->c_clusteroff, start, end);

Completed in 89 milliseconds