Home
last modified time | relevance | path

Searched refs:timer_hi (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/quota/
H A Dquota.c540 __s32 timer, __s8 timer_hi) in copy_from_xfs_dqblk_ts() argument
543 return (u32)timer | (s64)timer_hi << 32; in copy_from_xfs_dqblk_ts()
658 __s32 *timer_lo, __s8 *timer_hi, s64 timer) in copy_to_xfs_dqblk_ts() argument
662 *timer_hi = timer >> 32; in copy_to_xfs_dqblk_ts()