Searched refs:xp (Results 1 – 2 of 2) sorted by relevance
/fs/jfs/ |
D | jfs_extent.c | 73 extAlloc(struct inode *ip, s64 xlen, s64 pno, xad_t * xp, bool abnr) in extAlloc() argument 94 if ((hint = addressXAD(xp))) { in extAlloc() 96 nxlen = lengthXAD(xp); in extAlloc() 106 if (offsetXAD(xp) + nxlen == xoff && in extAlloc() 107 abnr == ((xp->flag & XAD_NOTRECORDED) ? true : false)) in extAlloc() 161 XADaddress(xp, nxaddr); in extAlloc() 162 XADlength(xp, nxlen); in extAlloc() 163 XADoffset(xp, xoff); in extAlloc() 164 xp->flag = xflag; in extAlloc() 202 int extRealloc(struct inode *ip, s64 nxlen, xad_t * xp, bool abnr) in extRealloc() argument [all …]
|
D | jfs_imap.c | 674 xtpage_t *p, *xp; in diWrite() local 688 xp = (xtpage_t *) &dp->di_dirtable; in diWrite() 691 memcpy(&xp->xad[lv->offset], &p->xad[lv->offset], in diWrite() 696 xad = &xp->xad[XTENTRYSTART]; in diWrite() 698 n < le16_to_cpu(xp->header.nextindex); n++, xad++) in diWrite() 717 xtpage_t *p, *xp; in diWrite() local 724 xp = &dp->di_xtroot; in diWrite() 727 memcpy(&xp->xad[lv->offset], &p->xad[lv->offset], in diWrite() 732 xad = &xp->xad[XTENTRYSTART]; in diWrite() 734 n < le16_to_cpu(xp->header.nextindex); n++, xad++) in diWrite() [all …]
|