HomeSort by relevance Sort by last modified time
    Searched refs:dquot (Results 1 - 3 of 3) 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 830 struct dquot *i_dquot[MAXQUOTAS];
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/
gas-token.re 187 dquot = ["];
294 dquot {
454 dquot { goto stringconst; }
539 dquot {

Completed in 52 milliseconds