Home
last modified time | relevance | path

Searched refs:newcursor (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/ufs/ufs/
H A Dufs_quota2.c1281 struct ufsq2_cursor newcursor; in quota2_handle_cmd_cursorget() local
1339 newcursor = *cursor; in quota2_handle_cmd_cursorget()
1342 error = q2cursor_getkeys(ump, idtype, &newcursor, &state, in quota2_handle_cmd_cursorget()
1359 if (newcursor.q2c_hashpos >= quota2_hash_size) { in quota2_handle_cmd_cursorget()
1372 *cursor = newcursor; in quota2_handle_cmd_cursorget()
/netbsd-src/sys/ufs/lfs/
H A Dulfs_quota2.c1279 struct ulfsq2_cursor newcursor; in lfsquota2_handle_cmd_cursorget() local
1337 newcursor = *cursor; in lfsquota2_handle_cmd_cursorget()
1340 error = q2cursor_getkeys(ump, idtype, &newcursor, &state, in lfsquota2_handle_cmd_cursorget()
1357 if (newcursor.q2c_hashpos >= quota2_hash_size) { in lfsquota2_handle_cmd_cursorget()
1370 *cursor = newcursor; in lfsquota2_handle_cmd_cursorget()