Home
last modified time | relevance | path

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

/external/e2fsprogs/debugfs/
Dset_fields.c573 __u32 t_low, t_high; in parse_time() local
590 t_high = ((t - (__s32)t) >> 32) & EXT4_EPOCH_MASK; in parse_time()
593 *ptr_high = (*ptr_high & ~EXT4_EPOCH_MASK) | t_high; in parse_time()