OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:quota_ctx
(Results
1 - 2
of
2
) sorted by null
/external/e2fsprogs/lib/support/
quotaio.h
62
typedef struct
quota_ctx
*quota_ctx_t;
65
struct
quota_ctx
{
struct
mkquota.c
290
err = ext2fs_get_mem(sizeof(struct
quota_ctx
), &ctx);
296
memset(ctx, 0, sizeof(struct
quota_ctx
));
Completed in 106 milliseconds