Home
last modified time | relevance | path

Searched refs:bcount (Results 1 – 6 of 6) sorted by relevance

/fs/xfs/
Dxfs_itable.c813 int bcount; in xfs_inumbers() local
831 bcount = MIN(left, (int)(PAGE_SIZE / sizeof(*buffer))); in xfs_inumbers()
832 buffer = kmem_alloc(bcount * sizeof(*buffer), KM_SLEEP); in xfs_inumbers()
885 if (bufidx == bcount) { in xfs_inumbers()
Dxfs_log_recover.c378 int bcount; in xlog_find_verify_cycle() local
380 bcount = min(bufblks, (start_blk + nbblks - i)); in xlog_find_verify_cycle()
382 if ((error = xlog_bread(log, i, bcount, bp))) in xlog_find_verify_cycle()
385 buf = xlog_align(log, i, bcount, bp); in xlog_find_verify_cycle()
386 for (j = 0; j < bcount; j++) { in xlog_find_verify_cycle()
1163 int bcount, endcount; in xlog_write_log_records() local
1165 bcount = min(bufblks, end_block - start_block); in xlog_write_log_records()
1166 endcount = bcount - j; in xlog_write_log_records()
/fs/ext3/
Dnamei.c268 unsigned bcount; member
306 unsigned bcount = 0; in dx_show_entries() local
322 bcount += stats.bcount; in dx_show_entries()
325 if (bcount) in dx_show_entries()
327 names, space/bcount,(space/bcount)*100/blocksize); in dx_show_entries()
328 return (struct stats) { names, space, bcount}; in dx_show_entries()
/fs/ext4/
Dnamei.c270 unsigned bcount; member
308 unsigned bcount = 0; in dx_show_entries() local
325 bcount += stats.bcount; in dx_show_entries()
328 if (bcount) in dx_show_entries()
330 levels ? "" : " ", names, space/bcount, in dx_show_entries()
331 (space/bcount)*100/blocksize); in dx_show_entries()
332 return (struct stats) { names, space, bcount}; in dx_show_entries()
/fs/udf/
Dinode.c2011 loff_t lbcount = 0, bcount = in inode_bmap() local
2025 *offset = (bcount - lbcount) >> blocksize_bits; in inode_bmap()
2030 } while (lbcount <= bcount); in inode_bmap()
2032 *offset = (bcount + *elen - lbcount) >> blocksize_bits; in inode_bmap()
/fs/reiserfs/
Djournal.c2976 unsigned long bcount = journal->j_bcount; in let_transaction_grow() local
2987 if (bcount == journal->j_bcount) in let_transaction_grow()
2989 bcount = journal->j_bcount; in let_transaction_grow()