Lines Matching defs:partial
1057 bool partial;
1083 * the region to be removed, if any, and note that there's no partial
1096 rc->partial = false;
1111 * Tracks partial clusters found at the beginning and end of extents so
1146 * if we're tracking a partial cluster and the current extent
1149 if (rc->partial && (rc->lclu != EXT4_B2C(sbi, i))) {
1151 rc->partial = false;
1161 rc->partial = false;
1177 * start tracking a partial cluster if there's a partial at the end
1180 if (!rc->partial && i <= end) {
1181 rc->partial = true;
1250 /* count any remaining partial cluster */
1251 if (rc->partial)