Home
last modified time | relevance | path

Searched refs:xad (Results 1 – 12 of 12) sorted by relevance

/linux-4.1.27/fs/jfs/
Djfs_xtree.h31 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 …]
Djfs_xtree.c135 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 …]
Dinode.c201 xad_t xad; in jfs_get_block() local
225 XADoffset(&xad, lblock64); in jfs_get_block()
226 XADlength(&xad, xlen); in jfs_get_block()
227 XADaddress(&xad, xaddr); in jfs_get_block()
236 rc = extRecord(ip, &xad); in jfs_get_block()
253 if ((rc = extHint(ip, lblock64 << ip->i_sb->s_blocksize_bits, &xad))) in jfs_get_block()
255 rc = extAlloc(ip, xlen, lblock64, &xad, false); in jfs_get_block()
260 map_bh(bh_result, ip->i_sb, addressXAD(&xad)); in jfs_get_block()
261 bh_result->b_size = lengthXAD(&xad) << ip->i_blkbits; in jfs_get_block()
Djfs_metapage.h151 #define invalidate_xad_metapages(ip, xad) \ argument
152 __invalidate_metapages((ip), addressXAD(&(xad)), lengthXAD(&(xad)))
Djfs_txnmgr.c1786 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()
2067 xadlock->xdlist = &p->xad[next]; in xtLog()
2444 xad_t *xad; in txAllocPMap() local
[all …]
Djfs_imap.c695 xad_t *xad; in diWrite() local
711 memcpy(&xp->xad[lv->offset], &p->xad[lv->offset], in diWrite()
716 xad = &xp->xad[XTENTRYSTART]; in diWrite()
718 n < le16_to_cpu(xp->header.nextindex); n++, xad++) in diWrite()
719 if (xad->flag & (XAD_NEW | XAD_EXTENDED)) in diWrite()
720 xad->flag &= ~(XAD_NEW | XAD_EXTENDED); in diWrite()
738 xad_t *xad; in diWrite() local
747 memcpy(&xp->xad[lv->offset], &p->xad[lv->offset], in diWrite()
752 xad = &xp->xad[XTENTRYSTART]; in diWrite()
754 n < le16_to_cpu(xp->header.nextindex); n++, xad++) in diWrite()
[all …]
/linux-4.1.27/drivers/scsi/aic7xxx/
Daic79xx_seq.h_shipped81 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 …]
Daic79xx_reg_print.c_shipped559 0xad, regvalue, cur_col, wrap));
575 0xad, regvalue, cur_col, wrap));
Daic79xx_reg.h_shipped768 ahd_print_register(NULL, 0, "CCSCBCTL", 0xad, regvalue, cur_col, wrap)
775 ahd_print_register(NULL, 0, "CCSGCTL", 0xad, regvalue, cur_col, wrap)
2203 #define CMC_RAMBIST 0xad
2211 #define CCSCBCTL 0xad
2219 #define CCSGCTL 0xad
/linux-4.1.27/drivers/tty/vt/
Dcp437.uni198 0xad U+00a1
/linux-4.1.27/Documentation/
Dkmemcheck.txt256 [<ffffffff8100b87d>] do_notify_resume+0xad/0x7d0
341 [<ffffffff8100b87d>] do_notify_resume+0xad/0x7d0
/linux-4.1.27/Documentation/devicetree/
Dbooting-without-of.txt1128 property4 = [0x0a 0x0b 0x0c 0x0d 0xde 0xea 0xad 0xbe 0xef];