Home
last modified time | relevance | path

Searched defs:ufsq2_cursor (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/ufs/ufs/
H A Dufs_quota2.c921 struct ufsq2_cursor { struct
922 uint32_t q2c_magic; /* magic number */
923 int q2c_hashsize; /* size of hash table at last go */
925 int q2c_users_done; /* true if we've returned all user data */
926 int q2c_groups_done; /* true if we've returned all group data */
927 int q2c_defaults_done; /* true if we've returned the default values */
928 int q2c_hashpos; /* slot to start at in hash table */
929 int q2c_uidpos; /* number of ids we've handled */
930 int q2c_blocks_done; /* true if we've returned the blocks value */