Lines Matching defs:partial
1064 bool partial;
1090 * the region to be removed, if any, and note that there's no partial
1103 rc->partial = false;
1118 * Tracks partial clusters found at the beginning and end of extents so
1153 * if we're tracking a partial cluster and the current extent
1156 if (rc->partial && (rc->lclu != EXT4_B2C(sbi, i))) {
1158 rc->partial = false;
1168 rc->partial = false;
1184 * start tracking a partial cluster if there's a partial at the end
1187 if (!rc->partial && i <= end) {
1188 rc->partial = true;
1257 /* count any remaining partial cluster */
1258 if (rc->partial)