Home
last modified time | relevance | path

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

/Linux-v6.6/include/uapi/linux/
Dmagic.h19 #define HUGETLBFS_MAGIC 0x958458f6 /* some random number */ macro
/Linux-v6.6/tools/testing/selftests/mm/
Dgup_longterm.c59 case HUGETLBFS_MAGIC: in fs_is_unknown()
74 case HUGETLBFS_MAGIC: in fs_supports_writable_longterm_pinning()
Dhugetlb-read-hwpoison.c253 if (file_stat->f_type != HUGETLBFS_MAGIC) { in create_hugetlbfs_file()
/Linux-v6.6/tools/lib/api/fs/
Dfs.c40 #ifndef HUGETLBFS_MAGIC
41 #define HUGETLBFS_MAGIC 0x958458f6 macro
/Linux-v6.6/fs/hugetlbfs/
Dinode.c1208 buf->f_type = HUGETLBFS_MAGIC; in hugetlbfs_statfs()
1527 sb->s_magic = HUGETLBFS_MAGIC; in hugetlbfs_fill_super()