Home
last modified time | relevance | path

Searched refs:OMFS_MAGIC (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/omfs/
H A Domfs_fs.h7 #define OMFS_MAGIC 0xC2993D87 macro
28 __be32 s_magic; /* OMFS_MAGIC */
H A Dinode.c280 buf->f_type = OMFS_MAGIC; in omfs_statfs()
491 if (omfs_sb->s_magic != cpu_to_be32(OMFS_MAGIC)) { in omfs_fill_super()
497 sb->s_magic = OMFS_MAGIC; in omfs_fill_super()
/kernel/linux/linux-6.6/fs/omfs/
H A Domfs_fs.h7 #define OMFS_MAGIC 0xC2993D87 macro
28 __be32 s_magic; /* OMFS_MAGIC */
H A Dinode.c279 buf->f_type = OMFS_MAGIC; in omfs_statfs()
490 if (omfs_sb->s_magic != cpu_to_be32(OMFS_MAGIC)) { in omfs_fill_super()
496 sb->s_magic = OMFS_MAGIC; in omfs_fill_super()

Completed in 3 milliseconds