Lines Matching full:roff
30 (HFS_BLOCKSZ - (n).roff[(n).nd.ndNRecs] - 2 * ((n).nd.ndNRecs + 1))
49 np->roff[0] = 0x00e; in n_init()
122 reclen = np->roff[i + 1] - np->roff[i]; in n_compact()
126 np->roff[nrecs++] = offset; in n_compact()
139 np->roff[nrecs] = offset; in n_compact()
228 && left->roff[mid] + *reclen + 2 > HFS_BLOCKSZ - 2 * (mid + 1)) in n_split()
238 …&& right.roff[nrecs] - right.roff[mid] + left->roff[0] + *reclen + 2 > HFS_BLOCKSZ - 2 * (mid + 1)) in n_split()
338 np->roff[i] = np->roff[i - 1] + reclen; in n_insertx()
376 right->roff[right->nd.ndNRecs] - right->roff[0]); in n_merge()
378 offset = left->roff[left->nd.ndNRecs] - right->roff[0]; in n_merge()
381 left->roff[++left->nd.ndNRecs] = offset + right->roff[i]; in n_merge()
445 np->roff[np->nd.ndNRecs] - np->roff[0] + in n_delete()