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

/linux-4.1.27/fs/quota/
H A Dquota_v1.c40 m->dqb_btime = d->dqb_btime; v1_disk2mem_dqblk()
52 d->dqb_btime = m->dqb_btime; v1_mem2disk_dqblk()
89 dqblk.dqb_btime = v1_commit_dqblk()
177 dqblk.dqb_btime ? dqblk.dqb_btime : MAX_DQ_TIME; v1_read_file_info()
197 dqblk.dqb_btime = dqopt->info[type].dqi_bgrace; v1_write_file_info()
H A Dquota_v2.c192 m->dqb_btime = le64_to_cpu(d->dqb_btime); v2r0_disk2memdqb()
214 d->dqb_btime = cpu_to_le64(m->dqb_btime); v2r0_mem2diskdqb()
245 m->dqb_btime = le64_to_cpu(d->dqb_btime); v2r1_disk2memdqb()
267 d->dqb_btime = cpu_to_le64(m->dqb_btime); v2r1_mem2diskdqb()
H A Dquotaio_v1.h27 time_t dqb_btime; /* time limit for excessive disk use */ member in struct:v1_disk_dqblk
H A Dquotaio_v2.h45 __le64 dqb_btime; /* time limit for excessive disk use */ member in struct:v2r0_disk_dqblk
58 __le64 dqb_btime; /* time limit for excessive disk use */ member in struct:v2r1_disk_dqblk
H A Dcompat.c17 compat_u64 dqb_btime; member in struct:compat_if_dqblk
H A Ddquot.c1131 dquot->dq_dqb.dqb_btime = (time_t) 0; dquot_decr_space()
1319 dquot->dq_dqb.dqb_btime && check_bdq()
1320 get_seconds() >= dquot->dq_dqb.dqb_btime && check_bdq()
1329 dquot->dq_dqb.dqb_btime == 0) { check_bdq()
1332 dquot->dq_dqb.dqb_btime = get_seconds() + check_bdq()
2509 di->d_spc_timer = dm->dqb_btime; do_get_dqblk()
2586 dm->dqb_btime = di->d_spc_timer; do_set_dqblk()
2600 dm->dqb_btime = 0; do_set_dqblk()
2604 dm->dqb_btime = get_seconds() + dqi->dqi_bgrace; do_set_dqblk()
H A Dquota.c198 dst->dqb_btime = src->d_spc_timer; copy_to_if_dqblk()
233 dst->d_spc_timer = src->dqb_btime; copy_from_if_dqblk()
/linux-4.1.27/fs/ocfs2/
H A Dquota_global.c88 m->dqb_btime = le64_to_cpu(d->dqb_btime); ocfs2_global_disk2memdqb()
107 d->dqb_btime = cpu_to_le64(m->dqb_btime); ocfs2_global_mem2diskdqb()
509 oldbtime = dquot->dq_dqb.dqb_btime; __ocfs2_sync_dquot()
525 if (dquot->dq_dqb.dqb_btime > 0) __ocfs2_sync_dquot()
526 dquot->dq_dqb.dqb_btime = __ocfs2_sync_dquot()
527 min(dquot->dq_dqb.dqb_btime, oldbtime); __ocfs2_sync_dquot()
529 dquot->dq_dqb.dqb_btime = oldbtime; __ocfs2_sync_dquot()
532 dquot->dq_dqb.dqb_btime = 0; __ocfs2_sync_dquot()
H A Docfs2_fs.h1211 __le64 dqb_btime; /* time limit for excessive disk use */ member in struct:ocfs2_global_disk_dqblk
/linux-4.1.27/include/uapi/linux/
H A Dquota.h117 __u64 dqb_btime; member in struct:if_dqblk
/linux-4.1.27/include/linux/
H A Dquota.h203 time_t dqb_btime; /* time limit for excessive disk use */ member in struct:mem_dqblk
/linux-4.1.27/drivers/staging/lustre/lustre/include/lustre/
H A Dlustre_user.h593 __u64 dqb_btime; member in struct:obd_dqblk
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
H A Dpack_generic.c1941 __swab64s(&b->dqb_btime); lustre_swab_obd_dqblk()
H A Dwiretest.c1620 LASSERTF((int)offsetof(struct obd_dqblk, dqb_btime) == 48, "found %lld\n", lustre_assert_wire_constants()
1621 (long long)(int)offsetof(struct obd_dqblk, dqb_btime)); lustre_assert_wire_constants()
1622 LASSERTF((int)sizeof(((struct obd_dqblk *)0)->dqb_btime) == 8, "found %lld\n", lustre_assert_wire_constants()
1623 (long long)(int)sizeof(((struct obd_dqblk *)0)->dqb_btime)); lustre_assert_wire_constants()

Completed in 359 milliseconds