Lines Matching refs:EXT2FS_CLUSTER_MASK
129 alloc_goal = (alloc_goal & ~EXT2FS_CLUSTER_MASK(fs)) | in ext_falloc_helper()
130 (range_start & EXT2FS_CLUSTER_MASK(fs)); in ext_falloc_helper()
132 max_uninit_len = EXT_UNINIT_MAX_LEN & ~EXT2FS_CLUSTER_MASK(fs); in ext_falloc_helper()
133 max_init_len = EXT_INIT_MAX_LEN & ~EXT2FS_CLUSTER_MASK(fs); in ext_falloc_helper()
153 (range_start & EXT2FS_CLUSTER_MASK(fs)); in ext_falloc_helper()
154 cluster_fill &= EXT2FS_CLUSTER_MASK(fs); in ext_falloc_helper()
217 cluster_fill = right_ext->e_lblk & EXT2FS_CLUSTER_MASK(fs); in ext_falloc_helper()
370 & EXT2FS_CLUSTER_MASK(fs)); in ext_falloc_helper()
442 & EXT2FS_CLUSTER_MASK(fs)); in ext_falloc_helper()
460 pblk & ~EXT2FS_CLUSTER_MASK(fs), in ext_falloc_helper()
461 plen + (pblk & EXT2FS_CLUSTER_MASK(fs))); in ext_falloc_helper()
493 if (range_len > 0 && (range_start & EXT2FS_CLUSTER_MASK(fs))) { in ext_falloc_helper()
495 (range_start & EXT2FS_CLUSTER_MASK(fs)); in ext_falloc_helper()
496 cluster_fill &= EXT2FS_CLUSTER_MASK(fs); in ext_falloc_helper()
547 if (range_len > 0 && (y & EXT2FS_CLUSTER_MASK(fs))) { in ext_falloc_helper()
548 cluster_fill = y & EXT2FS_CLUSTER_MASK(fs); in ext_falloc_helper()
551 newex.e_lblk = y & ~EXT2FS_CLUSTER_MASK(fs); in ext_falloc_helper()
611 cluster_fill = newex.e_lblk & EXT2FS_CLUSTER_MASK(fs); in ext_falloc_helper()
613 err = ext2fs_new_range(fs, 0, pblk & ~EXT2FS_CLUSTER_MASK(fs), in ext_falloc_helper()