Searched refs:cbs_index (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_catalog.c2757 u_int32_t cbs_index; member in struct:packdirentry_state
2987 state->cbs_prevdirentry->d_seekoff = (state->cbs_index + 3) | ((u_int64_t)cnid << 32);
3014 ++state->cbs_index;
3171 ++state->cbs_index;
3313 state.cbs_index = index;
3365 /* Note that state.cbs_index is still valid on errors */
3366 *items = state.cbs_index - index;
3367 index = state.cbs_index;

Completed in 22 milliseconds