Home
last modified time | relevance | path

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

/fs/ksmbd/
Dsmb_common.c191 static char *next_dialect(char *dialect, int *next_off, int bcount) in next_dialect() argument
194 *next_off = strnlen(dialect, bcount); in next_dialect()
202 int i, seq_num, bcount, next; in ksmbd_lookup_dialect_by_name() local
209 bcount = le16_to_cpu(byte_count); in ksmbd_lookup_dialect_by_name()
211 dialect = next_dialect(dialect, &next, bcount); in ksmbd_lookup_dialect_by_name()
227 bcount -= (++next); in ksmbd_lookup_dialect_by_name()
228 } while (bcount > 0); in ksmbd_lookup_dialect_by_name()
/fs/
Dremap_range.c36 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/
Dxfs_log_recover.c349 int bcount; in xlog_find_verify_cycle() local
351 bcount = min(bufblks, (start_blk + nbblks - i)); in xlog_find_verify_cycle()
353 error = xlog_bread(log, i, bcount, buffer, &buf); in xlog_find_verify_cycle()
357 for (j = 0; j < bcount; j++) { in xlog_find_verify_cycle()
1561 int bcount, endcount; in xlog_write_log_records() local
1563 bcount = min(bufblks, end_block - start_block); in xlog_write_log_records()
1564 endcount = bcount - j; in xlog_write_log_records()
Dxfs_trace.h1015 __field(unsigned long long, bcount)
1037 __entry->bcount = dqp->q_blk.count;
1061 __entry->bcount,
/fs/udf/
Dinode.c92 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/
Dnamei.c649 unsigned bcount; member
746 unsigned bcount = 0; in dx_show_entries() local
765 bcount += stats.bcount; in dx_show_entries()
768 if (bcount) in dx_show_entries()
770 levels ? "" : " ", names, space/bcount, in dx_show_entries()
771 (space/bcount)*100/blocksize); in dx_show_entries()
772 return (struct stats) { names, space, bcount}; in dx_show_entries()
/fs/reiserfs/
Djournal.c2995 unsigned long bcount = journal->j_bcount; in let_transaction_grow() local
3011 if (bcount == journal->j_bcount) in let_transaction_grow()
3013 bcount = journal->j_bcount; in let_transaction_grow()
/fs/ocfs2/
Dalloc.c7451 u64 discard, bcount; in ocfs2_trim_extent() local
7454 bcount = ocfs2_clusters_to_blocks(sb, count); in ocfs2_trim_extent()
7468 trace_ocfs2_trim_extent(sb, (unsigned long long)discard, bcount); in ocfs2_trim_extent()
7470 return sb_issue_discard(sb, discard, bcount, GFP_NOFS, 0); in ocfs2_trim_extent()