Searched refs:d_ino_timer (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_qm_syscalls.c374 xfs_setqlim_timer(mp, res, qlim, newlim->d_ino_timer);
412 dst->d_ino_timer = dqp->q_ino.timer;
428 dst->d_ino_timer = 0;
440 ASSERT(dst->d_ino_timer != 0);
H A Dxfs_quotaops.c126 newlim.d_ino_timer = info->i_ino_timelimit;
/linux-master/fs/quota/
H A Dquota.c197 dst->dqb_itime = src->d_ino_timer;
270 dst->d_ino_timer = src->dqb_itime;
555 dst->d_ino_timer = copy_from_xfs_dqblk_ts(src, src->d_itimer,
674 if (want_bigtime(src->d_ino_timer) || want_bigtime(src->d_spc_timer) ||
692 src->d_ino_timer);
H A Ddquot.c2678 di->d_ino_timer = dm->dqb_itime;
2781 dm->dqb_itime = di->d_ino_timer;
/linux-master/include/linux/
H A Dquota.h353 s64 d_ino_timer; /* zero if within inode limits */ member in struct:qc_dqblk
/linux-master/fs/bcachefs/
H A Dquota.c181 prt_str(out, "d_ino_timer");
183 prt_printf(out, "%llu", q->d_ino_timer);
489 mq->c[Q_INO].timer = qdq->d_ino_timer;
848 dst->d_ino_timer = src->c[Q_INO].timer;

Completed in 162 milliseconds