Lines Matching refs:count
23 u64 count = 0; in _ubh_bread_() local
26 count = size >> uspi->s_fshift; in _ubh_bread_()
27 if (count > UFS_MAXFRAG) in _ubh_bread_()
33 ubh->count = count; in _ubh_bread_()
34 for (i = 0; i < count; i++) in _ubh_bread_()
51 u64 count = 0; in ubh_bread_uspi() local
54 count = size >> uspi->s_fshift; in ubh_bread_uspi()
55 if (count <= 0 || count > UFS_MAXFRAG) in ubh_bread_uspi()
58 USPI_UBH(uspi)->count = count; in ubh_bread_uspi()
59 for (i = 0; i < count; i++) in ubh_bread_uspi()
76 for (i = 0; i < ubh->count; i++) in ubh_brelse()
86 for ( i = 0; i < USPI_UBH(uspi)->count; i++ ) { in ubh_brelse_uspi()
97 for ( i = 0; i < ubh->count; i++ ) in ubh_mark_buffer_dirty()
107 for ( i = 0; i < ubh->count; i++ ) in ubh_mark_buffer_uptodate()
110 for ( i = 0; i < ubh->count; i++ ) in ubh_mark_buffer_uptodate()
120 for (i = 0; i < ubh->count; i++) in ubh_sync_block()
123 for (i = 0; i < ubh->count; i++) in ubh_sync_block()
133 for ( i = 0; i < ubh->count; i++ ) if ( ubh->bh[i] ) in ubh_bforget()
143 for ( i = 0; i < ubh->count; i++ ) in ubh_buffer_dirty()
152 if (size > (ubh->count << uspi->s_fshift)) in _ubh_ubhcpymem_()
153 size = ubh->count << uspi->s_fshift; in _ubh_ubhcpymem_()
168 if (size > (ubh->count << uspi->s_fshift)) in _ubh_memcpyubh_()
169 size = ubh->count << uspi->s_fshift; in _ubh_memcpyubh_()