MIN              1447 block/as-iosched.c 	if (*(__PTR) < (MIN))						\
MIN              1448 block/as-iosched.c 		*(__PTR) = (MIN);					\
MIN              2316 block/cfq-iosched.c 	if (__data < (MIN))						\
MIN              2317 block/cfq-iosched.c 		__data = (MIN);						\
MIN               411 block/deadline-iosched.c 	if (__data < (MIN))						\
MIN               412 block/deadline-iosched.c 		__data = (MIN);						\
MIN               188 fs/xfs/linux-2.6/xfs_aops.c 	isize = MIN(isize, bsize);
MIN              1257 fs/xfs/linux-2.6/xfs_super.c 	    MIN(sbp->sb_icount + fakeinos, (__uint64_t)XFS_MAXINUMBER);
MIN               208 fs/xfs/xfs_ag.h 	(MIN(bl + 1, XFS_AG_MAXLEVELS(mp)) + MIN(cl + 1, XFS_AG_MAXLEVELS(mp)))
MIN              2719 fs/xfs/xfs_bmap.c 	args.maxlen = MIN(ap->alen, mp->m_sb.sb_agblocks);
MIN               828 fs/xfs/xfs_buf_item.c 		end_bit = MIN(bit + bits_to_set, (uint)NBWORD);
MIN              1615 fs/xfs/xfs_da_btree.c 			nmap = MIN(XFS_BMAP_MAX_NMAP, count);
MIN               578 fs/xfs/xfs_dir2.c 			nmap = MIN(XFS_BMAP_MAX_NMAP, count);
MIN               375 fs/xfs/xfs_dir2_block.c 			lfloglow = MIN(lowstale, lfloglow);
MIN               387 fs/xfs/xfs_dir2_block.c 			lfloglow = MIN(mid, lfloglow);
MIN               505 fs/xfs/xfs_dir2_leaf.c 			lfloglow = MIN(lowstale, lfloglow);
MIN               524 fs/xfs/xfs_dir2_leaf.c 			lfloglow = MIN(index, lfloglow);
MIN               838 fs/xfs/xfs_dir2_leaf.c 					j = MIN((int)map->br_blockcount, i);
MIN               990 fs/xfs/xfs_dir2_leaf.c 					length = MIN(mp->m_dirblkfsbs,
MIN               306 fs/xfs/xfs_dir2_node.c 			lfloglow = MIN(lowstale, lfloglow);
MIN               322 fs/xfs/xfs_dir2_node.c 			lfloglow = MIN(index, lfloglow);
MIN              3659 fs/xfs/xfs_inode.c 				count -= MIN(count, (int)XFS_LINEAR_EXTS);
MIN              3724 fs/xfs/xfs_inode.c 	ext_diff = MIN(ext_cnt, (int)XFS_LINEAR_EXTS - erp->er_extcount);
MIN              3733 fs/xfs/xfs_inode.c 		ext_diff = MIN(ext_cnt, (int)XFS_LINEAR_EXTS);
MIN              3934 fs/xfs/xfs_inode.c 		ext_diff = MIN(ext_cnt, (erp->er_extcount - nex1));
MIN               442 fs/xfs/xfs_iomap.c 			last_fsb = MIN(last_fsb, (xfs_fileoff_t)
MIN               824 fs/xfs/xfs_itable.c 	bcount = MIN(left, (int)(PAGE_SIZE / sizeof(*buffer)));
MIN              1274 fs/xfs/xfs_log_recover.c 	max_distance = MIN(max_distance, tail_distance);
MIN               134 scripts/kconfig/lxdialog/checklist.c 	max_choice = MIN(list_height, item_count());
MIN               201 scripts/kconfig/lxdialog/menubox.c 	max_choice = MIN(menu_height, item_count());
MIN               331 scripts/kconfig/lxdialog/menubox.c 					choice = MIN(choice + 1, max_choice - 1);
MIN               327 scripts/kconfig/lxdialog/textbox.c 	line += MIN(strlen(line), hscroll);	/* Scroll horizontally */
MIN               330 scripts/kconfig/lxdialog/textbox.c 	waddnstr(win, line, MIN(strlen(line), width - 2));
MIN               313 scripts/kconfig/lxdialog/util.c 		int tlen = MIN(width - 2, strlen(title));