Searched refs:F2FS_SUPER_MAGIC (Results 1 – 5 of 5) sorted by relevance
28 #define F2FS_SUPER_MAGIC 0xF2F52010 macro
29 #define F2FS_SUPER_MAGIC 0xF2F52010 macro
1654 buf->f_type = F2FS_SUPER_MAGIC; in f2fs_statfs()3120 if (le32_to_cpu(raw_super->magic) != F2FS_SUPER_MAGIC) { in sanity_check_raw_super()3122 F2FS_SUPER_MAGIC, le32_to_cpu(raw_super->magic)); in sanity_check_raw_super()3950 sb->s_magic = F2FS_SUPER_MAGIC; in f2fs_fill_super()
1913 return __f2fs_crc32(sbi, F2FS_SUPER_MAGIC, address, length); in f2fs_crc32()