Searched refs:xfs_dquot_to_disk_ts (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_quota_defs.h144 __be32 xfs_dquot_to_disk_ts(struct xfs_dquot *ddq, time64_t timer);
H A Dxfs_dquot_buf.c315 xfs_dquot_to_disk_ts( function
/linux-master/fs/xfs/
H A Dxfs_dquot.c665 ddqp->d_btimer = xfs_dquot_to_disk_ts(dqp, dqp->q_blk.timer);
666 ddqp->d_itimer = xfs_dquot_to_disk_ts(dqp, dqp->q_ino.timer);
667 ddqp->d_rtbtimer = xfs_dquot_to_disk_ts(dqp, dqp->q_rtb.timer);

Completed in 114 milliseconds