OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dquot
(Results
1 - 2
of
2
) sorted by null
/external/kernel-headers/original/linux/
quota.h
206
#define DQ_MOD_B 0 /*
dquot
modified since read */
210
#define DQ_READ_B 4 /*
dquot
was read into memory */
211
#define DQ_ACTIVE_B 5 /*
dquot
is active (dquot_release not called) */
213
struct
dquot
{
struct
218
struct mutex dq_lock; /*
dquot
IO lock */
220
wait_queue_head_t dq_wait_unused; /* Wait queue for
dquot
to become unused */
223
loff_t dq_off; /* Offset of
dquot
on disk */
229
#define NODQUOT (struct
dquot
*)NULL
240
int (*read_dqblk)(struct
dquot
*
dquot
); /* Read structure for one user *
[
all
...]
fs.h
528
struct
dquot
*i_dquot[MAXQUOTAS];
[
all
...]
Completed in 25 milliseconds