Searched refs:magic (Results 1 - 25 of 72) sorted by relevance

123

/include/uapi/linux/
H A Dpg.h32 read and write buffers contain a single character "magic" flag.
45 char magic; /* == PG_MAGIC */ member in struct:pg_write_hdr
55 char magic; /* == PG_MAGIC */ member in struct:pg_read_hdr
H A Dreiserfs_fs.h8 #include <linux/magic.h>
H A Dbcm933xx_hcs.h11 __u16 magic; member in struct:bcm_hcs
H A Dcoda_psdev.h4 #include <linux/magic.h>
H A Dflat.h28 char magic[4]; member in struct:flat_hdr
H A Dcramfs_fs.h5 #include <linux/magic.h>
55 __u32 magic; /* 0x28cd3d45 - random number */ member in struct:cramfs_super
H A Dnbd.h51 /* These are sent over the network in the request/reply magic fields */
62 __be32 magic; member in struct:nbd_request
74 __be32 magic; member in struct:nbd_reply
H A Djffs2.h17 #include <linux/magic.h>
23 /* Values we may expect to find in the 'magic' field */
110 jint16_t magic; member in struct:jffs2_unknown_node
118 jint16_t magic; member in struct:jffs2_raw_dirent
142 jint16_t magic; /* A constant magic number. */ member in struct:jffs2_raw_inode
167 jint16_t magic; member in struct:jffs2_raw_xattr
183 jint16_t magic; member in struct:jffs2_raw_xref
195 jint16_t magic; member in struct:jffs2_raw_summary
H A Dnfs_fs.h12 #include <linux/magic.h>
H A Da.out.h47 #define N_SET_INFO(exec, magic, type, flags) \
48 ((exec).a_info = ((magic) & 0xffff) \
51 #define N_SET_MAGIC(exec, magic) \
52 ((exec).a_info = (((exec).a_info & 0xffff0000) | ((magic) & 0xffff)))
H A Dadfs_fs.h5 #include <linux/magic.h>
H A Defs_fs_sb.h13 #include <linux/magic.h>
15 /* EFS superblock magic numbers */
35 __be32 fs_magic; /* magic number */
50 __u32 fs_magic; /* superblock magic number */
H A Dmic_common.h77 * @magic: A magic value used by the card to ensure it can see the host
85 __le32 magic; member in struct:mic_bootparam
145 * for the avail index and magic for the card.
148 * @magic: A magic debug cookie.
152 __le32 magic; member in struct:_mic_vring_info
160 * avail index and magic for the card.
/include/linux/
H A Drwlock_types.h17 unsigned int magic, owner_cpu; member in struct:__anon954
36 .magic = RWLOCK_MAGIC, \
H A Dmutex-debug.h13 , .magic = &lockname
H A Dext2_fs.h20 #include <linux/magic.h>
H A Dnbd.h28 int magic; member in struct:nbd_device
H A Dspinlock_types.h26 unsigned int magic, owner_cpu; member in struct:raw_spinlock
46 .magic = SPINLOCK_MAGIC, \
H A Dmutex.h63 void *magic; member in struct:mutex
78 void *magic; member in struct:mutex_waiter
/include/uapi/scsi/
H A Dscsi_netlink.h45 uint16_t magic; member in struct:scsi_nl_hdr
53 /* scsi_nl_hdr->magic value */
117 (hdr)->magic = SCSI_NL_MAGIC; \
/include/media/
H A Dvideobuf-vmalloc.h23 u32 magic; member in struct:videobuf_vmalloc_memory
H A Dvideobuf-dma-sg.h47 u32 magic; member in struct:videobuf_dmabuf
71 u32 magic; member in struct:videobuf_dma_sg_memory
/include/net/irda/
H A Dirda_device.h93 magic_t magic; member in struct:irda_task
141 magic_t magic; /* Be sure that we can trust the information */ member in struct:irda_skb_cb
242 return (cb->magic == LAP_MAGIC) ? cb->mtt : 10000;
255 return (cb->magic == LAP_MAGIC) ? cb->next_speed : -1;
268 return (cb->magic == LAP_MAGIC) ? cb->xbofs : 10;
281 return (cb->magic == LAP_MAGIC) ? cb->next_xbofs : -1;
H A Dirias_object.h46 magic_t magic; member in struct:ias_object
75 int magic; member in struct:ias_attrib
/include/uapi/linux/usb/
H A Dfunctionfs.h37 __le32 magic; member in struct:usb_functionfs_descs_head_v2
48 __le32 magic; member in struct:usb_functionfs_descs_head
90 * | 0 | magic | LE32 | FUNCTIONFS_DESCRIPTORS_MAGIC_V2 |
110 * | 0 | magic | LE32 | FUNCTIONFS_DESCRIPTORS_MAGIC |
176 __le32 magic; member in struct:usb_functionfs_strings_head
187 * | 0 | magic | LE32 | FUNCTIONFS_STRINGS_MAGIC |

Completed in 561 milliseconds

123