Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_itable.c566 int bcount; in xfs_inumbers() local
576 bcount = MIN(left, (int)(PAGE_SIZE / sizeof(*buffer))); in xfs_inumbers()
577 buffer = kmem_alloc(bcount * sizeof(*buffer), KM_SLEEP); in xfs_inumbers()
609 if (++bufidx == bcount) { in xfs_inumbers()
Dxfs_log_recover.c467 int bcount; in xlog_find_verify_cycle() local
469 bcount = min(bufblks, (start_blk + nbblks - i)); in xlog_find_verify_cycle()
471 error = xlog_bread(log, i, bcount, bp, &buf); in xlog_find_verify_cycle()
475 for (j = 0; j < bcount; j++) { in xlog_find_verify_cycle()
1270 int bcount, endcount; in xlog_write_log_records() local
1272 bcount = min(bufblks, end_block - start_block); in xlog_write_log_records()
1273 endcount = bcount - j; in xlog_write_log_records()
Dxfs_trace.h822 __field(unsigned long long, bcount)
835 __entry->bcount = be64_to_cpu(dqp->q_core.d_bcount);
854 __entry->bcount,
/fs/ext3/
Dnamei.c255 unsigned bcount; member
293 unsigned bcount = 0; in dx_show_entries() local
309 bcount += stats.bcount; in dx_show_entries()
312 if (bcount) in dx_show_entries()
314 names, space/bcount,(space/bcount)*100/blocksize); in dx_show_entries()
315 return (struct stats) { names, space, bcount}; in dx_show_entries()
/fs/udf/
Dinode.c91 static int udf_read_extent_cache(struct inode *inode, loff_t bcount, in udf_read_extent_cache() argument
98 if ((iinfo->cached_extent.lstart <= bcount) && in udf_read_extent_cache()
2257 loff_t lbcount = 0, bcount = in inode_bmap() local
2263 if (!udf_read_extent_cache(inode, bcount, &lbcount, pos)) { in inode_bmap()
2272 *offset = (bcount - lbcount) >> blocksize_bits; in inode_bmap()
2277 } while (lbcount <= bcount); in inode_bmap()
2280 *offset = (bcount + *elen - lbcount) >> blocksize_bits; in inode_bmap()
/fs/ext4/
Dnamei.c587 unsigned bcount; member
684 unsigned bcount = 0; in dx_show_entries() local
703 bcount += stats.bcount; in dx_show_entries()
706 if (bcount) in dx_show_entries()
708 levels ? "" : " ", names, space/bcount, in dx_show_entries()
709 (space/bcount)*100/blocksize); in dx_show_entries()
710 return (struct stats) { names, space, bcount}; in dx_show_entries()
/fs/reiserfs/
Djournal.c2991 unsigned long bcount = journal->j_bcount; in let_transaction_grow() local
3007 if (bcount == journal->j_bcount) in let_transaction_grow()
3009 bcount = journal->j_bcount; in let_transaction_grow()
/fs/ocfs2/
Dalloc.c7240 u64 discard, bcount; in ocfs2_trim_extent() local
7243 bcount = ocfs2_clusters_to_blocks(sb, count); in ocfs2_trim_extent()
7257 trace_ocfs2_trim_extent(sb, (unsigned long long)discard, bcount); in ocfs2_trim_extent()
7259 return sb_issue_discard(sb, discard, bcount, GFP_NOFS, 0); in ocfs2_trim_extent()