max_cluster      1405 fs/btrfs/ioctl.c 	unsigned long max_cluster = SZ_256K >> PAGE_SHIFT;
max_cluster      1406 fs/btrfs/ioctl.c 	unsigned long cluster = max_cluster;
max_cluster      1440 fs/btrfs/ioctl.c 	pages = kmalloc_array(max_cluster, sizeof(struct page *), GFP_KERNEL);
max_cluster      1510 fs/btrfs/ioctl.c 			cluster = min(cluster, max_cluster);
max_cluster      1512 fs/btrfs/ioctl.c 			cluster = max_cluster;
max_cluster        73 fs/fat/fat.h   	unsigned long max_cluster;    /* maximum cluster number */
max_cluster       381 fs/fat/fat.h   	return FAT_START_ENT <= entry && entry < sbi->max_cluster;
max_cluster       428 fs/fat/fatent.c 		if (fatent->entry < sbi->max_cluster)
max_cluster       487 fs/fat/fatent.c 	while (count < sbi->max_cluster) {
max_cluster       488 fs/fat/fatent.c 		if (fatent.entry >= sbi->max_cluster)
max_cluster       523 fs/fat/fatent.c 			if (count == sbi->max_cluster)
max_cluster       670 fs/fat/fatent.c 	while (fatent.entry < sbi->max_cluster) {
max_cluster       725 fs/fat/fatent.c 	if (ent_start >= sbi->max_cluster || range->len < sbi->cluster_size)
max_cluster       727 fs/fat/fatent.c 	if (ent_end >= sbi->max_cluster)
max_cluster       728 fs/fat/fatent.c 		ent_end = sbi->max_cluster - 1;
max_cluster       836 fs/fat/inode.c 	buf->f_blocks = sbi->max_cluster - FAT_START_ENT;
max_cluster      1801 fs/fat/inode.c 	sbi->max_cluster = total_clusters + FAT_START_ENT;
max_cluster      1806 fs/fat/inode.c 	sbi->prev_free %= sbi->max_cluster;
max_cluster       900 fs/ntfs/runlist.c 		VCN max_cluster;
max_cluster       902 fs/ntfs/runlist.c 		max_cluster = ((sle64_to_cpu(
max_cluster       917 fs/ntfs/runlist.c 			if (deltaxcn < max_cluster) {
max_cluster       923 fs/ntfs/runlist.c 						max_cluster);
max_cluster       925 fs/ntfs/runlist.c 				vcn += rl[rlpos].length = max_cluster -
max_cluster       929 fs/ntfs/runlist.c 			} else if (unlikely(deltaxcn > max_cluster)) {
max_cluster       935 fs/ntfs/runlist.c 						max_cluster);