Searched refs:xp (Results 1 – 2 of 2) sorted by relevance
| /fs/jfs/ |
| A D | jfs_extent.c | 96 if ((hint = addressXAD(xp))) { in extAlloc() 98 nxlen = lengthXAD(xp); in extAlloc() 163 XADaddress(xp, nxaddr); in extAlloc() 164 XADlength(xp, nxlen); in extAlloc() 165 XADoffset(xp, xoff); in extAlloc() 166 xp->flag = xflag; in extAlloc() 208 XADaddress(xp, 0); in extHint() 227 XADaddress(xp, xaddr); in extHint() 228 XADlength(xp, xlen); in extHint() 229 XADoffset(xp, prev); in extHint() [all …]
|
| A D | jfs_imap.c | 676 xtroot_t *p, *xp; in diWrite() local 690 xp = (xtroot_t *) &dp->di_dirtable; in diWrite() 693 memcpy(&xp->xad[lv->offset], &p->xad[lv->offset], in diWrite() 698 xad = &xp->xad[XTENTRYSTART]; in diWrite() 719 xtroot_t *p, *xp; in diWrite() local 726 xp = &dp->di_xtroot; in diWrite() 729 memcpy(&xp->xad[lv->offset], &p->xad[lv->offset], in diWrite() 734 xad = &xp->xad[XTENTRYSTART]; in diWrite() 744 dtpage_t *p, *xp; in diWrite() local 750 xp = (dtpage_t *) & dp->di_dtroot; in diWrite() [all …]
|
Completed in 10 milliseconds