Home
last modified time | relevance | path

Searched refs:max_count (Results 1 – 3 of 3) sorted by relevance

/fs/nfs/
Ddirect.c82 max_count, /* max expected count */ member
123 if (dreq->max_count >= dreq_len) { in nfs_direct_handle_truncated()
124 dreq->max_count = dreq_len; in nfs_direct_handle_truncated()
147 if (dreq_len > dreq->max_count) in nfs_direct_count_bytes()
148 dreq_len = dreq->max_count; in nfs_direct_count_bytes()
570 dreq->bytes_left = dreq->max_count = count; in nfs_file_direct_read()
638 dreq->max_count = 0; in nfs_direct_write_reschedule()
640 dreq->max_count += req->wb_bytes; in nfs_direct_write_reschedule()
997 dreq->bytes_left = dreq->max_count = count; in nfs_file_direct_write()
/fs/omfs/
Dfile.c124 u32 max_count; in omfs_grow_extent() local
155 max_count = omfs_max_extents(sbi, OMFS_EXTENT_START); in omfs_grow_extent()
158 if (be32_to_cpu(oe->e_extent_count) > max_count-1) in omfs_grow_extent()
/fs/nilfs2/
Dthe_nilfs.c382 u64 max_count = U64_MAX; in nilfs_max_segment_count() local
384 do_div(max_count, nilfs->ns_blocks_per_segment); in nilfs_max_segment_count()
385 return min_t(u64, max_count, ULONG_MAX); in nilfs_max_segment_count()