Home
last modified time | relevance | path

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

/third_party/f2fs-tools/include/
Dquota.h43 #define MAX_DQ_TIME 604800 /* (7*24*60*60) 1 week */ macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dquota.h17 #define MAX_DQ_TIME 604800 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dquota.h17 #define MAX_DQ_TIME 604800 macro
/third_party/musl/include/sys/
Dquota.h17 #define MAX_DQ_TIME 604800 macro
/third_party/musl/ndk_musl_include/sys/
Dquota.h17 #define MAX_DQ_TIME 604800 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dquota.h17 #define MAX_DQ_TIME 604800 macro
/third_party/f2fs-tools/fsck/
Dquotaio.h101 #define MAX_DQ_TIME 604800 /* (7*24*60*60) 1 week */ macro
Dquotaio_v2.c254 h->qh_info.dqi_bgrace = MAX_DQ_TIME; in v2_new_io()
/third_party/e2fsprogs/lib/support/
Dquotaio.h97 #define MAX_DQ_TIME 604800 /* (7*24*60*60) 1 week */ macro
Dquotaio_v2.c240 h->qh_info.dqi_bgrace = MAX_DQ_TIME; in v2_new_io()
/third_party/f2fs-tools/mkfs/
Df2fs_format.c1230 ddqinfo.dqi_bgrace = cpu_to_le32(MAX_DQ_TIME); in f2fs_write_default_quota()