Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/
Dbfs_fs.h15 #define BFS_MAGIC 0x1BADFACE macro
/linux-6.1.9/fs/bfs/
Dinode.c226 buf->f_type = BFS_MAGIC; in bfs_statfs()
335 if (le32_to_cpu(bfs_sb->s_magic) != BFS_MAGIC) { in bfs_fill_super()
343 s->s_magic = BFS_MAGIC; in bfs_fill_super()