HomeSort by: relevance | last modified time | path
    Searched defs:newcursor (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/ufs/lfs/
ulfs_quota2.c 1279 struct ulfsq2_cursor newcursor; local in function:lfsquota2_handle_cmd_cursorget
1337 newcursor = *cursor;
1340 error = q2cursor_getkeys(ump, idtype, &newcursor, &state,
1357 if (newcursor.q2c_hashpos >= quota2_hash_size) {
1370 *cursor = newcursor;
ulfs_quota2.c 1279 struct ulfsq2_cursor newcursor; local in function:lfsquota2_handle_cmd_cursorget
1337 newcursor = *cursor;
1340 error = q2cursor_getkeys(ump, idtype, &newcursor, &state,
1357 if (newcursor.q2c_hashpos >= quota2_hash_size) {
1370 *cursor = newcursor;
  /src/sys/ufs/ufs/
ufs_quota2.c 1281 struct ufsq2_cursor newcursor; local in function:quota2_handle_cmd_cursorget
1339 newcursor = *cursor;
1342 error = q2cursor_getkeys(ump, idtype, &newcursor, &state,
1359 if (newcursor.q2c_hashpos >= quota2_hash_size) {
1372 *cursor = newcursor;
ufs_quota2.c 1281 struct ufsq2_cursor newcursor; local in function:quota2_handle_cmd_cursorget
1339 newcursor = *cursor;
1342 error = q2cursor_getkeys(ump, idtype, &newcursor, &state,
1359 if (newcursor.q2c_hashpos >= quota2_hash_size) {
1372 *cursor = newcursor;

Completed in 68 milliseconds