Searched refs:HUGETLBFS_MAGIC (Results 1 – 8 of 8) sorted by relevance
26 #define HUGETLBFS_MAGIC 0x958458f6 macro50 case HUGETLBFS_MAGIC: in qemu_fd_getfs()71 if (ret == 0 && fs.f_type == HUGETLBFS_MAGIC) { in qemu_fd_getpagesize()
19 #define HUGETLBFS_MAGIC 0x958458f6 /* some random number */ macro
59 case HUGETLBFS_MAGIC: in fs_is_unknown()74 case HUGETLBFS_MAGIC: in fs_supports_writable_longterm_pinning()
253 if (file_stat->f_type != HUGETLBFS_MAGIC) { in create_hugetlbfs_file()
40 #ifndef HUGETLBFS_MAGIC41 #define HUGETLBFS_MAGIC 0x958458f6 macro
52 #define HUGETLBFS_MAGIC 0x958458f6 macro557 if (fs.f_type != HUGETLBFS_MAGIC) { in init_hugepagefs()
1219 buf->f_type = HUGETLBFS_MAGIC; in hugetlbfs_statfs()1540 sb->s_magic = HUGETLBFS_MAGIC; in hugetlbfs_fill_super()
368 if (!ret && (unsigned int)fs.f_type == HUGETLBFS_MAGIC) { in get_fd_hugepagesize()