Home
last modified time | relevance | path

Searched refs:magic3 (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/fs/befs/
Dsuper.c37 befs_sb->magic3 = fs32_to_cpu(sb, disk_sb->magic3); in befs_load_sb()
67 || (befs_sb->magic3 != BEFS_SUPER_MAGIC3)) { in befs_check_sb()
Dbefs.h53 u32 magic3; member
Dbefs_fs_types.h136 fs32 magic3; member
Ddebug.c188 befs_debug(sb, " magic3 %08x", fs32_to_cpu(sb, sup->magic3)); in befs_dump_super_block()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dctxnv50.c2648 int magic3; in nv50_gr_construct_xfer_unk84xx() local
2651 magic3 = 0x1000; in nv50_gr_construct_xfer_unk84xx()
2659 magic3 = 0x1e00; in nv50_gr_construct_xfer_unk84xx()
2662 magic3 = 0; in nv50_gr_construct_xfer_unk84xx()
2691 if (magic3) in nv50_gr_construct_xfer_unk84xx()
2692 xf_emit(ctx, 1, magic3); /* 00007fff tesla UNK141C */ in nv50_gr_construct_xfer_unk84xx()
2705 if (magic3) in nv50_gr_construct_xfer_unk84xx()
2706 xf_emit(ctx, 1, magic3); /* 7fff tesla UNK141C */ in nv50_gr_construct_xfer_unk84xx()
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_dir2_leaf.c156 __uint16_t magic3; in xfs_dir3_leaf_verify() local
158 magic3 = (magic == XFS_DIR2_LEAF1_MAGIC) ? XFS_DIR3_LEAF1_MAGIC in xfs_dir3_leaf_verify()
161 if (leaf3->info.hdr.magic != cpu_to_be16(magic3)) in xfs_dir3_leaf_verify()