Home
last modified time | relevance | path

Searched refs:MAX_DQ_TIME (Results 1 – 7 of 7) sorted by relevance

/external/f2fs-tools/include/
Dquota.h43 #define MAX_DQ_TIME 604800 /* (7*24*60*60) 1 week */ macro
/external/musl/include/sys/
Dquota.h17 #define MAX_DQ_TIME 604800 macro
/external/f2fs-tools/fsck/
Dquotaio.h100 #define MAX_DQ_TIME 604800 /* (7*24*60*60) 1 week */ macro
Dquotaio_v2.c253 h->qh_info.dqi_bgrace = MAX_DQ_TIME; in v2_new_io()
/external/e2fsprogs/lib/support/
Dquotaio.h97 #define MAX_DQ_TIME 604800 /* (7*24*60*60) 1 week */ macro
Dquotaio_v2.c315 h->qh_info.dqi_bgrace = MAX_DQ_TIME; in v2_new_io()
/external/f2fs-tools/mkfs/
Df2fs_format.c1325 ddqinfo.dqi_bgrace = cpu_to_le32(MAX_DQ_TIME); in f2fs_write_default_quota()