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

/linux-4.4.14/fs/befs/
H A Dsuper.c37 befs_sb->magic3 = fs32_to_cpu(sb, disk_sb->magic3); befs_load_sb()
67 || (befs_sb->magic3 != BEFS_SUPER_MAGIC3)) { befs_check_sb()
H A Dbefs.h53 u32 magic3; member in struct:befs_sb_info
H A Ddebug.c188 befs_debug(sb, " magic3 %08x", fs32_to_cpu(sb, sup->magic3)); befs_dump_super_block()
H A Dbefs_fs_types.h136 fs32 magic3; member in struct:__anon11349
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dctxnv50.c2649 int magic3; nv50_gr_construct_xfer_unk84xx() local
2652 magic3 = 0x1000; nv50_gr_construct_xfer_unk84xx()
2660 magic3 = 0x1e00; nv50_gr_construct_xfer_unk84xx()
2663 magic3 = 0; nv50_gr_construct_xfer_unk84xx()
2692 if (magic3) nv50_gr_construct_xfer_unk84xx()
2693 xf_emit(ctx, 1, magic3); /* 00007fff tesla UNK141C */ nv50_gr_construct_xfer_unk84xx()
2706 if (magic3) nv50_gr_construct_xfer_unk84xx()
2707 xf_emit(ctx, 1, magic3); /* 7fff tesla UNK141C */ nv50_gr_construct_xfer_unk84xx()
/linux-4.4.14/fs/xfs/libxfs/
H A Dxfs_dir2_leaf.c157 __uint16_t magic3; xfs_dir3_leaf_verify() local
159 magic3 = (magic == XFS_DIR2_LEAF1_MAGIC) ? XFS_DIR3_LEAF1_MAGIC xfs_dir3_leaf_verify()
162 if (leaf3->info.hdr.magic != cpu_to_be16(magic3)) xfs_dir3_leaf_verify()

Completed in 257 milliseconds