Searched refs:bcount (Results 1 – 7 of 7) sorted by relevance
/fs/ |
D | remap_range.c | 36 uint64_t bcount; in generic_remap_checks() local 76 bcount = ALIGN(size_in, bs) - pos_in; in generic_remap_checks() 80 bcount = count; in generic_remap_checks() 85 pos_out + bcount > pos_in && in generic_remap_checks() 86 pos_out < pos_in + bcount) in generic_remap_checks()
|
/fs/xfs/ |
D | xfs_log_recover.c | 348 int bcount; in xlog_find_verify_cycle() local 350 bcount = min(bufblks, (start_blk + nbblks - i)); in xlog_find_verify_cycle() 352 error = xlog_bread(log, i, bcount, buffer, &buf); in xlog_find_verify_cycle() 356 for (j = 0; j < bcount; j++) { in xlog_find_verify_cycle() 1560 int bcount, endcount; in xlog_write_log_records() local 1562 bcount = min(bufblks, end_block - start_block); in xlog_write_log_records() 1563 endcount = bcount - j; in xlog_write_log_records()
|
D | xfs_trace.h | 875 __field(unsigned long long, bcount) 897 __entry->bcount = dqp->q_blk.count; 921 __entry->bcount,
|
/fs/udf/ |
D | inode.c | 92 static int udf_read_extent_cache(struct inode *inode, loff_t bcount, in udf_read_extent_cache() argument 99 if ((iinfo->cached_extent.lstart <= bcount) && in udf_read_extent_cache() 2339 loff_t lbcount = 0, bcount = (loff_t) block << blocksize_bits; in inode_bmap() local 2344 if (!udf_read_extent_cache(inode, bcount, &lbcount, pos)) { in inode_bmap() 2353 *offset = (bcount - lbcount) >> blocksize_bits; in inode_bmap() 2358 } while (lbcount <= bcount); in inode_bmap() 2361 *offset = (bcount + *elen - lbcount) >> blocksize_bits; in inode_bmap()
|
/fs/ext4/ |
D | namei.c | 647 unsigned bcount; member 742 unsigned bcount = 0; in dx_show_entries() local 761 bcount += stats.bcount; in dx_show_entries() 764 if (bcount) in dx_show_entries() 766 levels ? "" : " ", names, space/bcount, in dx_show_entries() 767 (space/bcount)*100/blocksize); in dx_show_entries() 768 return (struct stats) { names, space, bcount}; in dx_show_entries()
|
/fs/reiserfs/ |
D | journal.c | 2997 unsigned long bcount = journal->j_bcount; in let_transaction_grow() local 3013 if (bcount == journal->j_bcount) in let_transaction_grow() 3015 bcount = journal->j_bcount; in let_transaction_grow()
|
/fs/ocfs2/ |
D | alloc.c | 7453 u64 discard, bcount; in ocfs2_trim_extent() local 7456 bcount = ocfs2_clusters_to_blocks(sb, count); in ocfs2_trim_extent() 7470 trace_ocfs2_trim_extent(sb, (unsigned long long)discard, bcount); in ocfs2_trim_extent() 7472 return sb_issue_discard(sb, discard, bcount, GFP_NOFS, 0); in ocfs2_trim_extent()
|