Searched refs:bcount (Results 1 – 7 of 7) sorted by relevance
/fs/xfs/scrub/ |
D | quota.c | 91 unsigned long long bcount; in xchk_quota_item() local 147 bcount = be64_to_cpu(d->d_bcount); in xchk_quota_item() 158 if (mp->m_sb.sb_dblocks < bcount) in xchk_quota_item() 162 if (mp->m_sb.sb_dblocks < bcount) in xchk_quota_item() 174 if (id != 0 && bhard != 0 && bcount > bhard) in xchk_quota_item()
|
/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() 2342 loff_t lbcount = 0, bcount = (loff_t) block << blocksize_bits; in inode_bmap() local 2347 if (!udf_read_extent_cache(inode, bcount, &lbcount, pos)) { in inode_bmap() 2356 *offset = (bcount - lbcount) >> blocksize_bits; in inode_bmap() 2361 } while (lbcount <= bcount); in inode_bmap() 2364 *offset = (bcount + *elen - lbcount) >> blocksize_bits; in inode_bmap()
|
/fs/ext4/ |
D | namei.c | 633 unsigned bcount; member 735 unsigned bcount = 0; in dx_show_entries() local 754 bcount += stats.bcount; in dx_show_entries() 757 if (bcount) in dx_show_entries() 759 levels ? "" : " ", names, space/bcount, in dx_show_entries() 760 (space/bcount)*100/blocksize); in dx_show_entries() 761 return (struct stats) { names, space, bcount}; in dx_show_entries()
|
/fs/xfs/ |
D | xfs_log_recover.c | 399 int bcount; in xlog_find_verify_cycle() local 401 bcount = min(bufblks, (start_blk + nbblks - i)); in xlog_find_verify_cycle() 403 error = xlog_bread(log, i, bcount, buffer, &buf); in xlog_find_verify_cycle() 407 for (j = 0; j < bcount; j++) { in xlog_find_verify_cycle() 1621 int bcount, endcount; in xlog_write_log_records() local 1623 bcount = min(bufblks, end_block - start_block); in xlog_write_log_records() 1624 endcount = bcount - j; in xlog_write_log_records()
|
D | xfs_trace.h | 864 __field(unsigned long long, bcount) 877 __entry->bcount = be64_to_cpu(dqp->q_core.d_bcount); 896 __entry->bcount,
|
/fs/reiserfs/ |
D | journal.c | 3000 unsigned long bcount = journal->j_bcount; in let_transaction_grow() local 3016 if (bcount == journal->j_bcount) in let_transaction_grow() 3018 bcount = journal->j_bcount; in let_transaction_grow()
|
/fs/ocfs2/ |
D | alloc.c | 7454 u64 discard, bcount; in ocfs2_trim_extent() local 7457 bcount = ocfs2_clusters_to_blocks(sb, count); in ocfs2_trim_extent() 7471 trace_ocfs2_trim_extent(sb, (unsigned long long)discard, bcount); in ocfs2_trim_extent() 7473 return sb_issue_discard(sb, discard, bcount, GFP_NOFS, 0); in ocfs2_trim_extent()
|