Searched refs:dqb_btime (Results 1 - 11 of 11) sorted by relevance

/linux-master/fs/quota/
H A Dquotaio_v1.h30 unsigned long dqb_btime; /* time limit for excessive disk use */ member in struct:v1_disk_dqblk
H A Dquotaio_v2.h46 __le64 dqb_btime; /* time limit for excessive disk use */ member in struct:v2r0_disk_dqblk
59 __le64 dqb_btime; /* time limit for excessive disk use */ member in struct:v2r1_disk_dqblk
H A Dcompat.h11 compat_u64 dqb_btime; member in struct:compat_if_dqblk
H A Dquota_v1.c41 m->dqb_btime = d->dqb_btime;
53 d->dqb_btime = m->dqb_btime;
91 dqblk.dqb_btime =
182 dqblk.dqb_btime ? dqblk.dqb_btime : MAX_DQ_TIME;
208 dqblk.dqb_btime = dqopt->info[type].dqi_bgrace;
H A Dquota_v2.c241 m->dqb_btime = le64_to_cpu(d->dqb_btime);
263 d->dqb_btime = cpu_to_le64(m->dqb_btime);
294 m->dqb_btime = le64_to_cpu(d->dqb_btime);
316 d->dqb_btime = cpu_to_le64(m->dqb_btime);
H A Ddquot.c1139 dquot->dq_dqb.dqb_btime = (time64_t) 0;
1164 dquot->dq_dqb.dqb_btime = (time64_t) 0;
1363 dquot->dq_dqb.dqb_btime &&
1364 ktime_get_real_seconds() >= dquot->dq_dqb.dqb_btime &&
1374 dquot->dq_dqb.dqb_btime == 0) {
1377 dquot->dq_dqb.dqb_btime = ktime_get_real_seconds() +
2677 di->d_spc_timer = dm->dqb_btime;
2775 dm->dqb_btime = di->d_spc_timer;
2789 dm->dqb_btime = 0;
2793 dm->dqb_btime
[all...]
H A Dquota.c196 dst->dqb_btime = src->d_spc_timer;
269 dst->d_spc_timer = src->dqb_btime;
/linux-master/include/uapi/linux/
H A Dquota.h118 __u64 dqb_btime; member in struct:if_dqblk
130 __u64 dqb_btime; member in struct:if_nextdqblk
/linux-master/fs/ocfs2/
H A Dquota_global.c90 m->dqb_btime = le64_to_cpu(d->dqb_btime);
109 d->dqb_btime = cpu_to_le64(m->dqb_btime);
518 oldbtime = dquot->dq_dqb.dqb_btime;
534 if (dquot->dq_dqb.dqb_btime > 0)
535 dquot->dq_dqb.dqb_btime =
536 min(dquot->dq_dqb.dqb_btime, oldbtime);
538 dquot->dq_dqb.dqb_btime = oldbtime;
541 dquot->dq_dqb.dqb_btime
[all...]
H A Docfs2_fs.h1169 __le64 dqb_btime; /* time limit for excessive disk use */ member in struct:ocfs2_global_disk_dqblk
/linux-master/include/linux/
H A Dquota.h213 time64_t dqb_btime; /* time limit for excessive disk use */ member in struct:mem_dqblk

Completed in 190 milliseconds