Home
last modified time | relevance | path

Searched refs:VXFS_SUPER_MAGIC (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/freevxfs/
H A Dvxfs_super.c80 bufp->f_type = VXFS_SUPER_MAGIC; in vxfs_statfs()
212 (__force __fs32)cpu_to_le32(VXFS_SUPER_MAGIC))) { in vxfs_fill_super()
216 (__force __fs32)cpu_to_be32(VXFS_SUPER_MAGIC))) { in vxfs_fill_super()
H A Dvxfs.h20 #define VXFS_SUPER_MAGIC 0xa501FCF5 macro