Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_guts.h345 u32 file_size_high; member
H A Dyaffs_guts.c4994 oh->file_size_high = ((fsize >> 32) & 0xFFFFFFFF); in yaffs_oh_size_load()
5001 if (~(oh->file_size_high)) in yaffs_oh_to_size()
5002 retval = (((loff_t) oh->file_size_high) << 32) | in yaffs_oh_to_size()