| /OK3568_Linux_fs/kernel/fs/minix/ |
| H A D | inode.c | 208 s->s_magic = ms->s_magic; in minix_fill_super() 209 if (s->s_magic == MINIX_SUPER_MAGIC) { in minix_fill_super() 214 } else if (s->s_magic == MINIX_SUPER_MAGIC2) { in minix_fill_super() 219 } else if (s->s_magic == MINIX2_SUPER_MAGIC) { in minix_fill_super() 225 } else if (s->s_magic == MINIX2_SUPER_MAGIC2) { in minix_fill_super() 233 s->s_magic = m3s->s_magic; in minix_fill_super() 378 buf->f_type = sb->s_magic; in minix_statfs()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | sysv_fs.h | 51 s32 s_magic; /* version of file system */ member 93 s32 s_magic; /* version of file system */ member 121 s32 s_magic; /* version of file system */ member
|
| /OK3568_Linux_fs/kernel/fs/devpts/ |
| H A D | inode.c | 143 if ((sb->s_magic != DEVPTS_SUPER_MAGIC) || in devpts_ptmx_path() 184 if ((path.mnt->mnt_sb->s_magic != DEVPTS_SUPER_MAGIC) || in devpts_mntget() 209 if (path.mnt->mnt_sb->s_magic != DEVPTS_SUPER_MAGIC) { in devpts_acquire() 453 s->s_magic = DEVPTS_SUPER_MAGIC; in devpts_fill_super() 607 if (dentry->d_sb->s_magic != DEVPTS_SUPER_MAGIC) in devpts_get_priv() 620 WARN_ON_ONCE(dentry->d_sb->s_magic != DEVPTS_SUPER_MAGIC); in devpts_pty_kill()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | minix_fs.h | 74 __u16 s_magic; member 92 __u16 s_magic; member
|
| H A D | bfs_fs.h | 52 __le32 s_magic; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | minix_fs.h | 74 __u16 s_magic; member 92 __u16 s_magic; member
|
| H A D | bfs_fs.h | 52 __le32 s_magic; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | minix_fs.h | 74 __u16 s_magic; member 92 __u16 s_magic; member
|
| H A D | bfs_fs.h | 52 __le32 s_magic; member
|
| /OK3568_Linux_fs/kernel/init/ |
| H A D | do_mounts_rd.c | 119 if (le32_to_cpu(squashfsb->s_magic) == SQUASHFS_MAGIC) { in identify_ramdisk_image() 149 if (minixsb->s_magic == MINIX_SUPER_MAGIC || in identify_ramdisk_image() 150 minixsb->s_magic == MINIX_SUPER_MAGIC2) { in identify_ramdisk_image()
|
| /OK3568_Linux_fs/kernel/fs/sysv/ |
| H A D | super.c | 182 if (*(__le32 *)&sbd->s_magic == cpu_to_le32(0x2b5544)) in detect_xenix() 184 else if (*(__be32 *)&sbd->s_magic == cpu_to_be32(0x2b5544)) in detect_xenix() 208 if (*(__le32 *)&sbd->s_magic == cpu_to_le32(0xfd187e20)) in detect_sysv() 210 else if (*(__be32 *)&sbd->s_magic == cpu_to_be32(0xfd187e20)) in detect_sysv() 332 sb->s_magic = SYSV_MAGIC_BASE + sbi->s_type; in complete_read_super()
|
| /OK3568_Linux_fs/u-boot/fs/reiserfs/ |
| H A D | reiserfs.c | 278 || (substring (REISER3FS_SUPER_MAGIC_STRING, super.s_magic) > 0 in reiserfs_mount() 279 && substring (REISER2FS_SUPER_MAGIC_STRING, super.s_magic) > 0 in reiserfs_mount() 280 && substring (REISERFS_SUPER_MAGIC_STRING, super.s_magic) > 0) in reiserfs_mount() 292 if (substring (REISER2FS_SUPER_MAGIC_STRING, super.s_magic) > 0 in reiserfs_mount() 293 && substring (REISERFS_SUPER_MAGIC_STRING, super.s_magic) > 0) in reiserfs_mount()
|
| /OK3568_Linux_fs/kernel/fs/squashfs/ |
| H A D | super.c | 112 sb->s_magic = le32_to_cpu(sblk->s_magic); in squashfs_fill_super() 113 if (sb->s_magic != SQUASHFS_MAGIC) { in squashfs_fill_super()
|
| /OK3568_Linux_fs/kernel/fs/jfs/ |
| H A D | jfs_superblock.h | 26 char s_magic[4]; /* 4: magic number */ member
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | sysv-fs.rst | 139 unsigned short s_magic; 168 long s_magic; 175 long s_magic;
|
| /OK3568_Linux_fs/kernel/fs/omfs/ |
| H A D | omfs_fs.h | 28 __be32 s_magic; /* OMFS_MAGIC */ member
|
| H A D | inode.c | 492 if (omfs_sb->s_magic != cpu_to_be32(OMFS_MAGIC)) { in omfs_fill_super() 495 omfs_sb->s_magic); in omfs_fill_super() 498 sb->s_magic = OMFS_MAGIC; in omfs_fill_super()
|
| /OK3568_Linux_fs/kernel/fs/autofs/ |
| H A D | dev-ioctl.c | 195 if (path.dentry->d_sb->s_magic == AUTOFS_SUPER_MAGIC) { in find_autofs_mount() 534 magic = path.dentry->d_sb->s_magic; in autofs_dev_ioctl_ismountpoint() 548 magic = path.dentry->d_sb->s_magic; in autofs_dev_ioctl_ismountpoint()
|
| /OK3568_Linux_fs/kernel/fs/bfs/ |
| H A D | inode.c | 336 if (le32_to_cpu(bfs_sb->s_magic) != BFS_MAGIC) { in bfs_fill_super() 338 printf("No BFS filesystem on %s (magic=%08x)\n", s->s_id, le32_to_cpu(bfs_sb->s_magic)); in bfs_fill_super() 344 s->s_magic = BFS_MAGIC; in bfs_fill_super()
|
| /OK3568_Linux_fs/kernel/fs/zonefs/ |
| H A D | zonefs.h | 100 __le32 s_magic; member
|
| /OK3568_Linux_fs/kernel/security/integrity/evm/ |
| H A D | evm_main.c | 347 if (dentry->d_sb->s_magic == TMPFS_MAGIC in evm_protect_xattr() 348 || dentry->d_sb->s_magic == SYSFS_MAGIC) in evm_protect_xattr()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/syslinux/syslinux/ |
| H A D | 0009-linux-syslinux-implement-install_bootblock.patch | 32 + if (sb.s_magic != EXT2_SUPER_MAGIC) {
|
| /OK3568_Linux_fs/kernel/fs/nilfs2/ |
| H A D | super.c | 254 if (sbp[0]->s_magic != cpu_to_le16(NILFS_SUPER_MAGIC)) { in nilfs_prepare_super() 256 sbp[1]->s_magic == cpu_to_le16(NILFS_SUPER_MAGIC)) { in nilfs_prepare_super() 263 sbp[1]->s_magic != cpu_to_le16(NILFS_SUPER_MAGIC)) { in nilfs_prepare_super() 856 sb->s_magic = le16_to_cpu(sbp->s_magic); in nilfs_store_magic_and_option()
|
| /OK3568_Linux_fs/kernel/fs/qnx4/ |
| H A D | inode.c | 134 buf->f_type = sb->s_magic; in qnx4_statfs() 201 s->s_magic = QNX4_SUPER_MAGIC; in qnx4_fill_super()
|
| /OK3568_Linux_fs/kernel/fs/erofs/ |
| H A D | super.c | 532 sb->s_magic = EROFS_SUPER_MAGIC; in erofs_fc_fill_super() 656 WARN_ON(sb->s_magic != EROFS_SUPER_MAGIC); in erofs_kill_sb() 750 buf->f_type = sb->s_magic; in erofs_statfs()
|