Searched refs:copy_to_xfs_dqblk_ts (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/quota/ |
H A D | quota.c | 657 static inline void copy_to_xfs_dqblk_ts(const struct fs_disk_quota *d, in copy_to_xfs_dqblk_ts() function 691 copy_to_xfs_dqblk_ts(dst, &dst->d_itimer, &dst->d_itimer_hi, in copy_to_xfs_dqblk() 693 copy_to_xfs_dqblk_ts(dst, &dst->d_btimer, &dst->d_btimer_hi, in copy_to_xfs_dqblk() 700 copy_to_xfs_dqblk_ts(dst, &dst->d_rtbtimer, &dst->d_rtbtimer_hi, in copy_to_xfs_dqblk()
|