Searched refs:min (Results 1 - 25 of 152) sorted by relevance

1234567

/fs/xfs/
H A Dxfs_sysctl.c84 .extra1 = &xfs_params.sgid_inherit.min,
93 .extra1 = &xfs_params.symlink_mode.min,
102 .extra1 = &xfs_params.panic_mask.min,
112 .extra1 = &xfs_params.error_level.min,
121 .extra1 = &xfs_params.syncd_timer.min,
130 .extra1 = &xfs_params.inherit_sync.min,
139 .extra1 = &xfs_params.inherit_nodump.min,
148 .extra1 = &xfs_params.inherit_noatim.min,
157 .extra1 = &xfs_params.xfs_buf_timer.min,
166 .extra1 = &xfs_params.xfs_buf_age.min,
[all...]
H A Dxfs_sysctl.h28 int min; member in struct:xfs_sysctl_val
H A Dxfs_rtalloc.h127 # define xfs_rtallocate_extent(t,b,min,max,l,a,f,p,rb) (ENOSYS)
/fs/qnx4/
H A Dbitmap.c30 int bytes = min(size - total, QNX4_BLOCK_SIZE);
/fs/ntfs/
H A Dcollate.c33 rc = memcmp(data1, data2, min(data1_len, data2_len));
/fs/proc/
H A Dmeminfo.c72 pagecache -= min(pagecache / 2, wmark_low);
80 min(global_page_state(NR_SLAB_RECLAIMABLE) / 2, wmark_low);
/fs/hostfs/
H A Dhostfs.h62 unsigned int min; member in struct:hostfs_stat
/fs/pstore/
H A Dpmsg.c45 size_t c = min(count - i, buffer_size);
/fs/jffs2/
H A Dread.c183 holesize = min(holesize, frag->ofs - offset);
192 uint32_t holeend = min(end, frag->ofs + frag->size);
206 readlen = min(frag->size - fragofs, end - offset);
/fs/btrfs/
H A Dzlib.c121 workspace->strm.avail_in = min(len, PAGE_CACHE_SIZE);
179 workspace->strm.avail_in = min(bytes_left,
290 workspace->strm.avail_in = min(tmp,
371 bytes = min(PAGE_CACHE_SIZE - pg_offset,
373 bytes = min(bytes, bytes_left);
H A Dlzo.c139 in_len = min(len, PAGE_CACHE_SIZE);
229 in_len = min(bytes_left, PAGE_CACHE_SIZE);
319 bytes = min(working_bytes, in_page_bytes_left);
/fs/ubifs/
H A Dgc.c37 * and not worth garbage-collecting. The dead watermark is one min. I/O unit
38 * size, or min. UBIFS node size, depending on what is greater. Indeed, UBIFS
40 * returning, so this is about wasting one min. I/O unit. However, UBIFS GC can
225 * @min: minimum node size is returned here
248 struct list_head *nondata, int *min)
253 *min = INT_MAX;
290 if (snod->len < *min)
291 *min = snod->len;
351 int err, min; local
365 err = sort_nodes(c, sleb, &nondata, &min);
247 sort_nodes(struct ubifs_info *c, struct ubifs_scan_leb *sleb, struct list_head *nondata, int *min) argument
[all...]
/fs/ceph/
H A Ddebugfs.c132 int total, avail, used, reserved, min; local
134 ceph_reservation_status(fsc, &total, &avail, &used, &reserved, &min);
139 "min\t%d\n",
140 total, avail, used, reserved, min);
/fs/jfs/
H A Dresize.c148 min(newLogSize, MEGABYTE32 >> sbi->l2bsize);
326 nblocks = min(t64 - mapSize, XSize);
389 xlen = min(xlen, (int) nblocks) & ~(sbi->nbperpage - 1);
H A Djfs_dtree.c3214 len = min(d_namleft, DTLHDRDATALEN);
3248 len = min(d_namleft, DTLHDRDATALEN_LEGACY);
3271 len = min(d_namleft, DTSLOTDATALEN);
3612 * ? make the entry as min size dummy entry)
3625 len = min(namlen, DTIHDRDATALEN);
3628 len = min(klen, len);
3640 len = min(namlen, DTSLOTDATALEN);
3641 len = min(klen, len);
3691 * ? make the entry as min size dummy entry)
3709 len = min(namle
[all...]
/fs/squashfs/
H A Dlz4_wrapper.c103 avail = min(bytes, msblk->devblksize - offset);
H A Dlzo_wrapper.c88 avail = min(bytes, msblk->devblksize - offset);
H A Dzlib_wrapper.c78 int avail = min(length, msblk->devblksize - offset);
/fs/ext3/
H A Dresize.c355 unsigned *min = three; local
361 ret = *min;
362 *min += 1;
366 if (*five < *min) {
367 min = five;
370 if (*seven < *min) {
371 min = seven;
375 ret = *min;
376 *min *= mult;
/fs/reiserfs/
H A Dbitmap.c145 int min, int max, int unfm)
170 if (bi->free_count < min) {
183 if (*beg + min > boundary) {
213 if (end - *beg >= min) {
233 * this set is more or equal to `min'
235 if (i >= *beg + min) {
349 int min, int max, int unfm, sector_t file_block)
392 min, max, unfm);
402 scan_bitmap_block(th, bm, &off, off_max, min, max, unfm);
408 scan_bitmap_block(th, bm, &off, end_off + 1, min, ma
143 scan_bitmap_block(struct reiserfs_transaction_handle *th, unsigned int bmap_n, int *beg, int boundary, int min, int max, int unfm) argument
347 scan_bitmap(struct reiserfs_transaction_handle *th, b_blocknr_t * start, b_blocknr_t finish, int min, int max, int unfm, sector_t file_block) argument
1142 allocate_without_wrapping_disk(reiserfs_blocknr_hint_t * hint, b_blocknr_t * new_blocknrs, b_blocknr_t start, b_blocknr_t finish, int min, int amount_needed, int prealloc_size) argument
[all...]
/fs/omfs/
H A Dbitmap.c36 return min(count, max);
40 return min(count, max);
/fs/hfs/
H A Dmdb.c108 size = min(HFS_SB(sb)->alloc_blksz, (u32)PAGE_SIZE);
185 len = min((int)sb->s_blocksize - off2, size);
317 len = min((int)sb->s_blocksize - off, size);
H A Dbitmap.c74 len = min(size - start, len);
/fs/affs/
H A Ddir.c118 namelen = min(AFFS_TAIL(sb, fh_bh)->name[0], (u8)30);
/fs/cifs/
H A Dcifs_spnego.c171 cifs_dump_mem("SPNEGO reply blob:", msg->data, min(1024U,

Completed in 160 milliseconds

1234567