Searched refs:fh_magic (Results 1 – 2 of 2) sorted by relevance
425 fh.fh_magic = cpu_to_le64(INCFS_MAGIC_NUMBER); in incfs_write_fh_to_backing_file()456 fh.fh_magic = cpu_to_le64(INCFS_MAGIC_NUMBER); in incfs_write_mapping_fh_to_backing_file()613 if (le64_to_cpu(fh.fh_magic) != INCFS_MAGIC_NUMBER) in incfs_read_file_header()
157 __le64 fh_magic; member