OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:quota2_entry
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/ufs/lfs/
ulfs_quota2.h
73
struct
quota2_entry
{
struct
90
struct
quota2_entry
q2h_defentry;
91
/* head of free
quota2_entry
list */
102
#define off2qindex(hsize, off) (((off) - (hsize)) / sizeof(struct
quota2_entry
))
104
((daddr_t)(idx) * sizeof(struct
quota2_entry
) + (hsize))
110
void lfsquota2_ulfs_rwq2e(const struct
quota2_entry
*, struct
quota2_entry
*, int);
/src/sys/ufs/ufs/
quota2.h
71
struct
quota2_entry
{
struct
88
struct
quota2_entry
q2h_defentry;
89
/* head of free
quota2_entry
list */
100
#define off2qindex(hsize, off) (((off) - (hsize)) / sizeof(struct
quota2_entry
))
102
((daddr_t)(idx) * sizeof(struct
quota2_entry
) + (hsize))
108
void quota2_ufs_rwq2e(const struct
quota2_entry
*, struct
quota2_entry
*, int);
Completed in 13 milliseconds
Indexes created Thu Sep 25 16:09:42 GMT 2025