Searched refs:HDR (Results 1 - 22 of 22) sorted by relevance

/linux-4.1.27/fs/ext2/
H A Dxattr.c67 #define HDR(bh) ((struct ext2_xattr_header *)((bh)->b_data)) macro
69 #define FIRST_ENTRY(bh) ENTRY(HDR(bh)+1)
177 atomic_read(&(bh->b_count)), le32_to_cpu(HDR(bh)->h_refcount)); ext2_xattr_get()
179 if (HDR(bh)->h_magic != cpu_to_le32(EXT2_XATTR_MAGIC) || ext2_xattr_get()
180 HDR(bh)->h_blocks != cpu_to_le32(1)) { ext2_xattr_get()
266 atomic_read(&(bh->b_count)), le32_to_cpu(HDR(bh)->h_refcount)); ext2_xattr_list()
268 if (HDR(bh)->h_magic != cpu_to_le32(EXT2_XATTR_MAGIC) || ext2_xattr_list()
269 HDR(bh)->h_blocks != cpu_to_le32(1)) { ext2_xattr_list()
400 le32_to_cpu(HDR(bh)->h_refcount)); ext2_xattr_set()
401 header = HDR(bh); ext2_xattr_set()
486 /* assert(header == HDR(bh)); */ ext2_xattr_set()
506 memcpy(header, HDR(bh), bh->b_size); ext2_xattr_set()
598 if (bh && header == HDR(bh)) ext2_xattr_set()
603 if (bh && header == HDR(bh)) ext2_xattr_set()
610 if (!(bh && header == HDR(bh))) ext2_xattr_set()
644 le32_add_cpu(&HDR(new_bh)->h_refcount, 1); ext2_xattr_set2()
646 le32_to_cpu(HDR(new_bh)->h_refcount)); ext2_xattr_set2()
649 } else if (old_bh && header == HDR(old_bh)) { ext2_xattr_set2()
717 if (HDR(old_bh)->h_refcount == cpu_to_le32(1)) { ext2_xattr_set2()
730 le32_add_cpu(&HDR(old_bh)->h_refcount, -1); ext2_xattr_set2()
737 le32_to_cpu(HDR(old_bh)->h_refcount)); ext2_xattr_set2()
771 if (HDR(bh)->h_magic != cpu_to_le32(EXT2_XATTR_MAGIC) || ext2_xattr_delete_inode()
772 HDR(bh)->h_blocks != cpu_to_le32(1)) { ext2_xattr_delete_inode()
780 if (HDR(bh)->h_refcount == cpu_to_le32(1)) { ext2_xattr_delete_inode()
788 le32_add_cpu(&HDR(bh)->h_refcount, -1); ext2_xattr_delete_inode()
792 le32_to_cpu(HDR(bh)->h_refcount)); ext2_xattr_delete_inode()
829 __u32 hash = le32_to_cpu(HDR(bh)->h_hash); ext2_xattr_cache_insert()
928 if (le32_to_cpu(HDR(bh)->h_refcount) > ext2_xattr_cache_find()
932 le32_to_cpu(HDR(bh)->h_refcount), ext2_xattr_cache_find()
934 } else if (!ext2_xattr_cmp(header, HDR(bh))) { ext2_xattr_cache_find()
/linux-4.1.27/drivers/misc/mei/
H A Ddebugfs.c38 #define HDR \ mei_dbgfs_read_meclients() macro
45 bufsz *= sizeof(HDR) + 1; mei_dbgfs_read_meclients()
52 pos += scnprintf(buf + pos, bufsz - pos, HDR); mei_dbgfs_read_meclients()
/linux-4.1.27/drivers/staging/vt6655/
H A Drxtx.h44 /* MIC HDR data header */
/linux-4.1.27/drivers/staging/vt6656/
H A Drxtx.h39 /* MIC HDR data header */
/linux-4.1.27/drivers/infiniband/hw/qib/
H A Dqib_sd7220.c978 /* DDR(FDR) SDR(HDR) */
1023 /* Set DFELTHFDR/HDR thresholds */
1025 RXEQ_VAL(7, 0x21, 0, 0, 0, 0), /* HDR */
1026 /* Set TLTHFDR/HDR theshold */
1028 RXEQ_VAL(7, 0x23, 2, 2, 2, 2), /* HDR, was 0, 1, 2, 3 */
1031 RXEQ_VAL(7, 0x1C, 12, 12, 12, 12), /* HDR, was 12, 16, 20, 24 */
1034 RXEQ_VAL(7, 0x1F, 16, 16, 16, 16), /* HDR, was 16, 17, 18, 20 */
/linux-4.1.27/drivers/infiniband/hw/ocrdma/
H A Docrdma_ah.c91 /* Eth HDR */ set_av_attr()
/linux-4.1.27/drivers/acpi/
H A Dacpi_extlog.c239 r = request_mem_region(l1_dirbase, l1_hdr_size, "L1 DIR HDR"); extlog_init()
/linux-4.1.27/drivers/scsi/lpfc/
H A Dlpfc_debugfs.h507 printk(KERN_ERR "HDR RQ: RQ[Qid:%d]\n", lpfc_debug_dump_hdr_rq()
599 printk(KERN_ERR "HDR RQ[Qid:%d]\n", qid); lpfc_debug_dump_rq_by_id()
H A Dlpfc_debugfs.c2710 /* HDR queue */ lpfc_idiag_queacc_write()
/linux-4.1.27/drivers/net/wimax/i2400m/
H A Dtx.c62 * The general format of a device-host transaction is MSG-HDR, PLD1,
76 * a MSG-HDR, space for I2400M_TX_PLD_MAX payload descriptors and then
112 * - The MSG-HDR PLD1...PLD2 stuff has to be a size multiple of 16.
114 * It follows that if MSG-HDR says we have N messages, the whole
/linux-4.1.27/arch/powerpc/oprofile/
H A Dop_model_cell.c1542 * HDR bits 0:15 cell_handle_interrupt_spu()
1547 * HDR: bit4 = 1 SPU Address 0 valid cell_handle_interrupt_spu()
1548 * HDR: bit5 = 1 SPU Address 1 valid cell_handle_interrupt_spu()
/linux-4.1.27/arch/s390/kernel/
H A Dhead.S267 .L_hdr: .long 0xc8c4d900 /* C'HDR' */
/linux-4.1.27/arch/mips/include/asm/octeon/
H A Dcvmx-wqe.h302 * in the L2 HDR.
/linux-4.1.27/drivers/video/fbdev/
H A Dcirrusfb.c2460 /* as the HDR is the only extension register that requires special treatment
2463 * accessing the HDR
2472 /* Klaus' hint for correct access to HDR on some boards */ WHDR()
2480 /* now do the usual stuff to access the HDR */ WHDR()
2495 /* now first reset HDR access counter */ WHDR()
/linux-4.1.27/drivers/scsi/be2iscsi/
H A Dbe_cmds.c1133 * Create HDR/Data DEFQ for the passed ULP. Unsol PDU are posted
H A Dbe_main.c3375 "BM_%d : be_fill_queue Failed for DEF PDU HDR on ULP : %d\n", beiscsi_create_def_hdr()
3483 "BM_%d : Post Template HDR Failed for" beiscsi_post_template_hdr()
3489 "BM_%d : Template HDR Pages Posted for" beiscsi_post_template_hdr()
3911 "BM_%d : Template HDR Posting for CXN Failed\n"); hwi_init_port()
/linux-4.1.27/drivers/ntb/
H A Dntb_transport.c1148 "no buffer - HDR ver %u, len %d, flags %x\n", ntb_process_rxc()
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/
H A Dwmi.h1670 /* BSS INFO HDR version 2.0 */
/linux-4.1.27/net/key/
H A Daf_key.c3301 * HDR | SA | ADDRESS_SRC (old addr) | NAT_T_SPORT (old port) | pfkey_send_new_mapping()
/linux-4.1.27/drivers/net/wireless/
H A Dairo.c1998 * |TXFIDHDR+STATUS|PAYLOADLEN|802.3HDR|PACKETDATA| mpi_send_packet()
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/
H A Dmain.c6545 /* (4) MAC-HDR: MacTxControlLow */ brcms_c_d11hdrs_mac80211()
/linux-4.1.27/drivers/net/wireless/ipw2x00/
H A Dipw2200.c7677 /* Remove CCMP HDR */ ipw_rebuild_decrypted_skb()

Completed in 1085 milliseconds