Lines Matching full:split

6  * extent split and conversion in ext4.
8 * Currently, ext4 can split extents in 2 ways:
16 * We test both of the methods of split. The behavior we try to enforce is:
18 * the split extent should be converted to initialized.
20 * ext4_split_convert_extents(), the split extent should be converted to
98 /* map describing range to split */
104 /* no of extents expected after split */
108 * expected state of extents after split. We will never split into more
333 * ext4_map_create_blocks() to do actual split and conversion. This is easier
484 { .desc = "split unwrit extent to 2 extents and convert 1st half writ",
497 { .desc = "split unwrit extent to 2 extents and convert 2nd half writ",
510 { .desc = "split unwrit extent to 3 extents and convert 2nd half to writ",
528 { .desc = "split writ extent to 2 extents and convert 1st half unwrit",
541 { .desc = "split writ extent to 2 extents and convert 2nd half unwrit",
554 { .desc = "split writ extent to 3 extents and convert 2nd half to unwrit",
575 { .desc = "split unwrit extent to 2 extents and convert 1st half writ (zeroout)",
590 { .desc = "split unwrit extent to 2 extents and convert 2nd half writ (zeroout)",
605 { .desc = "split unwrit extent to 3 extents and convert 2nd half writ (zeroout)",
621 { .desc = "split writ extent to 2 extents and convert 1st half unwrit (zeroout)",
636 { .desc = "split writ extent to 2 extents and convert 2nd half unwrit (zeroout)",
651 { .desc = "split writ extent to 3 extents and convert 2nd half unwrit (zeroout)",
674 { .desc = "split writ extent to 2 extents and convert 1st half unwrit",
687 { .desc = "split writ extent to 2 extents and convert 2nd half unwrit",
700 { .desc = "split writ extent to 3 extents and convert 2nd half to unwrit",
718 { .desc = "split writ extent to 2 extents and convert 1st half unwrit (zeroout)",
733 { .desc = "split writ extent to 2 extents and convert 2nd half unwrit (zeroout)",
748 { .desc = "split writ extent to 3 extents and convert 2nd half unwrit (zeroout)",
771 { .desc = "split unwrit extent to 2 extents and convert 1st half writ (endio)",
784 { .desc = "split unwrit extent to 2 extents and convert 2nd half writ (endio)",
797 { .desc = "split unwrit extent to 3 extents and convert 2nd half to writ (endio)",
815 { .desc = "split unwrit extent to 2 extents and convert 1st half writ (non endio)",
829 { .desc = "split unwrit extent to 2 extents and convert 2nd half writ (non endio)",
843 { .desc = "split unwrit extent to 3 extents and convert 2nd half to writ (non endio)",
865 { .desc = "split unwrit extent to 2 extents and convert 1st half writ (endio, zeroout)",
880 { .desc = "split unwrit extent to 2 extents and convert 2nd half writ (endio, zeroout)",
895 { .desc = "split unwrit extent to 3 extents and convert 2nd half writ (endio, zeroout)",
915 { .desc = "split unwrit extent to 2 extents and convert 1st half writ (non-endio, zeroout)",
930 { .desc = "split unwrit extent to 2 extents and convert 2nd half writ (non-endio, zeroout)",
945 { .desc = "split unwrit extent to 3 extents and convert 2nd half writ (non-endio, zeroout)",