Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Dmmap-alloc.c26 #define HUGETLBFS_MAGIC 0x958458f6 macro
50 case HUGETLBFS_MAGIC: in qemu_fd_getfs()
71 if (ret == 0 && fs.f_type == HUGETLBFS_MAGIC) { in qemu_fd_getpagesize()
/openbmc/linux/include/uapi/linux/
H A Dmagic.h19 #define HUGETLBFS_MAGIC 0x958458f6 /* some random number */ macro
/openbmc/linux/tools/testing/selftests/mm/
H A Dgup_longterm.c59 case HUGETLBFS_MAGIC: in fs_is_unknown()
74 case HUGETLBFS_MAGIC: in fs_supports_writable_longterm_pinning()
H A Dhugetlb-read-hwpoison.c253 if (file_stat->f_type != HUGETLBFS_MAGIC) { in create_hugetlbfs_file()
/openbmc/linux/tools/lib/api/fs/
H A Dfs.c40 #ifndef HUGETLBFS_MAGIC
41 #define HUGETLBFS_MAGIC 0x958458f6 macro
/openbmc/qemu/tests/qtest/
H A Dvhost-user-test.c52 #define HUGETLBFS_MAGIC 0x958458f6 macro
557 if (fs.f_type != HUGETLBFS_MAGIC) { in init_hugepagefs()
/openbmc/linux/fs/hugetlbfs/
H A Dinode.c1219 buf->f_type = HUGETLBFS_MAGIC; in hugetlbfs_statfs()
1540 sb->s_magic = HUGETLBFS_MAGIC; in hugetlbfs_fill_super()
/openbmc/qemu/subprojects/libvhost-user/
H A Dlibvhost-user.c368 if (!ret && (unsigned int)fs.f_type == HUGETLBFS_MAGIC) { in get_fd_hugepagesize()