Searched refs:copy_to_xfs_dqblk_ts (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/fs/quota/ |
D | quota.c | 656 static inline void copy_to_xfs_dqblk_ts(const struct fs_disk_quota *d, in copy_to_xfs_dqblk_ts() function 690 copy_to_xfs_dqblk_ts(dst, &dst->d_itimer, &dst->d_itimer_hi, in copy_to_xfs_dqblk() 692 copy_to_xfs_dqblk_ts(dst, &dst->d_btimer, &dst->d_btimer_hi, in copy_to_xfs_dqblk() 699 copy_to_xfs_dqblk_ts(dst, &dst->d_rtbtimer, &dst->d_rtbtimer_hi, in copy_to_xfs_dqblk()
|