Lines Matching refs:count
24 u64 count = 0; in _ubh_bread_() local
27 count = size >> uspi->s_fshift; in _ubh_bread_()
28 if (count > UFS_MAXFRAG) in _ubh_bread_()
34 ubh->count = count; in _ubh_bread_()
35 for (i = 0; i < count; i++) in _ubh_bread_()
52 u64 count = 0; in ubh_bread_uspi() local
55 count = size >> uspi->s_fshift; in ubh_bread_uspi()
56 if (count <= 0 || count > UFS_MAXFRAG) in ubh_bread_uspi()
59 USPI_UBH(uspi)->count = count; in ubh_bread_uspi()
60 for (i = 0; i < count; i++) in ubh_bread_uspi()
77 for (i = 0; i < ubh->count; i++) in ubh_brelse()
87 for ( i = 0; i < USPI_UBH(uspi)->count; i++ ) { in ubh_brelse_uspi()
98 for ( i = 0; i < ubh->count; i++ ) in ubh_mark_buffer_dirty()
108 for ( i = 0; i < ubh->count; i++ ) in ubh_mark_buffer_uptodate()
111 for ( i = 0; i < ubh->count; i++ ) in ubh_mark_buffer_uptodate()
121 for (i = 0; i < ubh->count; i++) in ubh_sync_block()
124 for (i = 0; i < ubh->count; i++) in ubh_sync_block()
134 for ( i = 0; i < ubh->count; i++ ) if ( ubh->bh[i] ) in ubh_bforget()
144 for ( i = 0; i < ubh->count; i++ ) in ubh_buffer_dirty()
153 if (size > (ubh->count << uspi->s_fshift)) in _ubh_ubhcpymem_()
154 size = ubh->count << uspi->s_fshift; in _ubh_ubhcpymem_()
169 if (size > (ubh->count << uspi->s_fshift)) in _ubh_memcpyubh_()
170 size = ubh->count << uspi->s_fshift; in _ubh_memcpyubh_()