Home
last modified time | relevance | path

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

/linux-6.1.9/tools/lib/api/fs/
Dfs.c38 #ifndef HUGETLBFS_MAGIC
39 #define HUGETLBFS_MAGIC 0x958458f6 macro
138 .magic = HUGETLBFS_MAGIC,
/linux-6.1.9/include/uapi/linux/
Dmagic.h19 #define HUGETLBFS_MAGIC 0x958458f6 /* some random number */ macro
/linux-6.1.9/fs/hugetlbfs/
Dinode.c1168 buf->f_type = HUGETLBFS_MAGIC; in hugetlbfs_statfs()
1487 sb->s_magic = HUGETLBFS_MAGIC; in hugetlbfs_fill_super()