Home
last modified time | relevance | path

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

/Linux-v4.19/tools/lib/api/fs/
Dfs.c38 #ifndef HUGETLBFS_MAGIC
39 #define HUGETLBFS_MAGIC 0x958458f6 macro
133 .magic = HUGETLBFS_MAGIC,
/Linux-v4.19/include/uapi/linux/
Dmagic.h18 #define HUGETLBFS_MAGIC 0x958458f6 /* some random number */ macro
/Linux-v4.19/fs/hugetlbfs/
Dinode.c928 buf->f_type = HUGETLBFS_MAGIC; in hugetlbfs_statfs()
1268 sb->s_magic = HUGETLBFS_MAGIC; in hugetlbfs_fill_super()