Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_itable.c615 int bcount; in xfs_inumbers() local
631 bcount = MIN(left, (int)(PAGE_SIZE / sizeof(*buffer))); in xfs_inumbers()
632 buffer = kmem_alloc(bcount * sizeof(*buffer), KM_SLEEP); in xfs_inumbers()
685 if (bufidx == bcount) { in xfs_inumbers()
Dxfs_log_recover.c450 int bcount; in xlog_find_verify_cycle() local
452 bcount = min(bufblks, (start_blk + nbblks - i)); in xlog_find_verify_cycle()
454 error = xlog_bread(log, i, bcount, bp, &buf); in xlog_find_verify_cycle()
458 for (j = 0; j < bcount; j++) { in xlog_find_verify_cycle()
1248 int bcount, endcount; in xlog_write_log_records() local
1250 bcount = min(bufblks, end_block - start_block); in xlog_write_log_records()
1251 endcount = bcount - j; in xlog_write_log_records()
Dxfs_trace.h699 __field(unsigned long long, bcount)
712 __entry->bcount = be64_to_cpu(dqp->q_core.d_bcount);
731 __entry->bcount,
/fs/ext3/
Dnamei.c257 unsigned bcount; member
295 unsigned bcount = 0; in dx_show_entries() local
311 bcount += stats.bcount; in dx_show_entries()
314 if (bcount) in dx_show_entries()
316 names, space/bcount,(space/bcount)*100/blocksize); in dx_show_entries()
317 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.c2130 loff_t lbcount = 0, bcount = in inode_bmap() local
2144 *offset = (bcount - lbcount) >> blocksize_bits; in inode_bmap()
2149 } while (lbcount <= bcount); in inode_bmap()
2151 *offset = (bcount + *elen - lbcount) >> blocksize_bits; in inode_bmap()
/fs/reiserfs/
Djournal.c2952 unsigned long bcount = journal->j_bcount; in let_transaction_grow() local
2965 if (bcount == journal->j_bcount) in let_transaction_grow()
2967 bcount = journal->j_bcount; in let_transaction_grow()
/fs/ocfs2/
Dalloc.c7193 u64 discard, bcount; in ocfs2_trim_extent() local
7195 bcount = ocfs2_clusters_to_blocks(sb, count); in ocfs2_trim_extent()
7199 trace_ocfs2_trim_extent(sb, (unsigned long long)discard, bcount); in ocfs2_trim_extent()
7201 return sb_issue_discard(sb, discard, bcount, GFP_NOFS, 0); in ocfs2_trim_extent()