Home
last modified time | relevance | path

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

/fs/smb/server/
A 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/
A Dremap_range.c38 uint64_t bcount; in generic_remap_checks() local
78 bcount = ALIGN(size_in, bs) - pos_in; in generic_remap_checks()
82 bcount = count; in generic_remap_checks()
87 pos_out + bcount > pos_in && in generic_remap_checks()
88 pos_out < pos_in + bcount) in generic_remap_checks()
/fs/xfs/scrub/
A Dquotacheck.h12 int64_t bcount; member
A Dquotacheck_repair.c82 delta = (int64_t)xcdq.bcount - dq->q_blk.count; in xqcheck_commit_dquot()
A Dquotacheck.c145 xcdq.bcount += nblks; in xqcheck_update_incore_counts()
574 if (xcdq.bcount != dq->q_blk.count) in xqcheck_compare_dquot()
/fs/xfs/
A Dxfs_log_recover.c342 int bcount; in xlog_find_verify_cycle() local
344 bcount = min(bufblks, (start_blk + nbblks - i)); in xlog_find_verify_cycle()
346 error = xlog_bread(log, i, bcount, buffer, &buf); in xlog_find_verify_cycle()
350 for (j = 0; j < bcount; j++) { in xlog_find_verify_cycle()
1550 int bcount, endcount; in xlog_write_log_records() local
1552 bcount = min(bufblks, end_block - start_block); in xlog_write_log_records()
1553 endcount = bcount - j; in xlog_write_log_records()
A Dxfs_trace.h1337 __field(unsigned long long, bcount)
1359 __entry->bcount = dqp->q_blk.count;
1383 __entry->bcount,
/fs/udf/
A 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()
2431 loff_t lbcount = 0, bcount = (loff_t) block << blocksize_bits; in inode_bmap() local
2436 if (!udf_read_extent_cache(inode, bcount, &lbcount, pos)) { in inode_bmap()
2446 *offset = (bcount - lbcount) >> blocksize_bits; in inode_bmap()
2452 } while (lbcount <= bcount); in inode_bmap()
2455 *offset = (bcount + *elen - lbcount) >> blocksize_bits; in inode_bmap()
/fs/ext4/
A Dnamei.c618 unsigned bcount; member
715 unsigned bcount = 0; in dx_show_entries() local
734 bcount += stats.bcount; in dx_show_entries()
737 if (bcount) in dx_show_entries()
739 levels ? "" : " ", names, space/bcount, in dx_show_entries()
740 (space/bcount)*100/blocksize); in dx_show_entries()
741 return (struct stats) { names, space, bcount}; in dx_show_entries()
/fs/ocfs2/
A Dalloc.c7485 u64 discard, bcount; in ocfs2_trim_extent() local
7488 bcount = ocfs2_clusters_to_blocks(sb, count); in ocfs2_trim_extent()
7502 trace_ocfs2_trim_extent(sb, (unsigned long long)discard, bcount); in ocfs2_trim_extent()
7504 return sb_issue_discard(sb, discard, bcount, GFP_NOFS, 0); in ocfs2_trim_extent()

Completed in 43 milliseconds