/Linux-v4.19/fs/jfs/ |
D | jfs_xtree.h | 31 typedef struct xad { struct 45 #define XADoffset(xad, offset64)\ argument 47 (xad)->off1 = ((u64)offset64) >> 32;\ 48 (xad)->off2 = __cpu_to_le32((offset64) & 0xffffffff);\ 50 #define XADaddress(xad, address64) PXDaddress(&(xad)->loc, address64) argument 51 #define XADlength(xad, length32) PXDlength(&(xad)->loc, length32) argument 54 #define offsetXAD(xad)\ argument 55 ( ((s64)((xad)->off1)) << 32 | __le32_to_cpu((xad)->off2)) 56 #define addressXAD(xad) addressPXD(&(xad)->loc) argument 57 #define lengthXAD(xad) lengthPXD(&(xad)->loc) argument [all …]
|
D | jfs_xtree.c | 135 xad_t * xad, 156 xad_t *xad; in xtLookup() local 203 xad = &p->xad[index]; in xtLookup() 204 xoff = offsetXAD(xad); in xtLookup() 205 xlen = lengthXAD(xad); in xtLookup() 207 xaddr = addressXAD(xad); in xtLookup() 210 *pflag = xad->flag; in xtLookup() 248 xad_t *xad; in xtSearch() local 294 xad = &p->xad[index]; in xtSearch() 295 t64 = offsetXAD(xad); in xtSearch() [all …]
|
D | inode.c | 203 xad_t xad; in jfs_get_block() local 227 XADoffset(&xad, lblock64); in jfs_get_block() 228 XADlength(&xad, xlen); in jfs_get_block() 229 XADaddress(&xad, xaddr); in jfs_get_block() 238 rc = extRecord(ip, &xad); in jfs_get_block() 255 if ((rc = extHint(ip, lblock64 << ip->i_sb->s_blocksize_bits, &xad))) in jfs_get_block() 257 rc = extAlloc(ip, xlen, lblock64, &xad, false); in jfs_get_block() 262 map_bh(bh_result, ip->i_sb, addressXAD(&xad)); in jfs_get_block() 263 bh_result->b_size = lengthXAD(&xad) << ip->i_blkbits; in jfs_get_block()
|
D | jfs_metapage.h | 152 #define invalidate_xad_metapages(ip, xad) \ argument 153 __invalidate_metapages((ip), addressXAD(&(xad)), lengthXAD(&(xad)))
|
D | jfs_txnmgr.c | 1786 PXDaddress(pxd, addressXAD(&p->xad[lwm + i])); in xtLog() 1787 PXDlength(pxd, lengthXAD(&p->xad[lwm + i])); in xtLog() 1788 p->xad[lwm + i].flag &= in xtLog() 1798 xadlock->xdlist = &p->xad[lwm]; in xtLog() 1890 addressXAD(&p->xad[XTENTRYSTART + i])); in xtLog() 1892 lengthXAD(&p->xad[XTENTRYSTART + i])); in xtLog() 1901 xadlock->xdlist = &p->xad[XTENTRYSTART]; in xtLog() 2026 xadlock->xdlist = &p->xad[lwm]; in xtLog() 2066 xadlock->xdlist = &p->xad[next]; in xtLog() 2442 xad_t *xad; in txAllocPMap() local [all …]
|
D | jfs_imap.c | 688 xad_t *xad; in diWrite() local 704 memcpy(&xp->xad[lv->offset], &p->xad[lv->offset], in diWrite() 709 xad = &xp->xad[XTENTRYSTART]; in diWrite() 711 n < le16_to_cpu(xp->header.nextindex); n++, xad++) in diWrite() 712 if (xad->flag & (XAD_NEW | XAD_EXTENDED)) in diWrite() 713 xad->flag &= ~(XAD_NEW | XAD_EXTENDED); in diWrite() 731 xad_t *xad; in diWrite() local 740 memcpy(&xp->xad[lv->offset], &p->xad[lv->offset], in diWrite() 745 xad = &xp->xad[XTENTRYSTART]; in diWrite() 747 n < le16_to_cpu(xp->header.nextindex); n++, xad++) in diWrite() [all …]
|
/Linux-v4.19/drivers/scsi/aic7xxx/ |
D | aic79xx_seq.h_shipped | 81 0x18, 0xad, 0x1c, 0x79, 82 0x04, 0xad, 0xdc, 0x68, 83 0x80, 0xad, 0x84, 0x78, 84 0x10, 0xad, 0xaa, 0x78, 85 0xe7, 0xad, 0x5a, 0x09, 94 0xe7, 0xad, 0x5a, 0x09, 119 0x40, 0xad, 0x84, 0x78, 120 0xe7, 0xad, 0x5a, 0x09, 164 0x01, 0x56, 0xad, 0x1a, 245 0xff, 0xad, 0xe5, 0x71, [all …]
|
D | aic79xx_reg.h_shipped | 257 ahd_print_register(NULL, 0, "CCSCBCTL", 0xad, regvalue, cur_col, wrap) 264 ahd_print_register(NULL, 0, "CCSGCTL", 0xad, regvalue, cur_col, wrap) 1328 #define CMC_RAMBIST 0xad 1336 #define CCSCBCTL 0xad 1344 #define CCSGCTL 0xad
|
D | aic79xx_reg_print.c_shipped | 559 0xad, regvalue, cur_col, wrap)); 575 0xad, regvalue, cur_col, wrap));
|
/Linux-v4.19/net/wireless/certs/ |
D | sforshee.hex | 65 0xc0, 0xe6, 0xad, 0x0f, 0xac, 0xcf, 0x55, 0x74,
|
/Linux-v4.19/drivers/tty/vt/ |
D | cp437.uni | 198 0xad U+00a1
|
/Linux-v4.19/arch/arm64/boot/dts/apm/ |
D | apm-storm.dtsi | 1031 <0x0 0xad 0x4>;
|
/Linux-v4.19/Documentation/devicetree/ |
D | booting-without-of.txt | 1152 property4 = [0x0a 0x0b 0x0c 0x0d 0xde 0xea 0xad 0xbe 0xef];
|