Searched refs:abnr (Results 1 – 1 of 1) sorted by relevance
86 extAlloc(struct inode *ip, s64 xlen, s64 pno, xad_t * xp, bool abnr) in extAlloc() argument120 abnr == ((xp->flag & XAD_NOTRECORDED) ? true : false)) in extAlloc()152 xflag = abnr ? XAD_NOTRECORDED : 0; in extAlloc()215 int extRealloc(struct inode *ip, s64 nxlen, xad_t * xp, bool abnr) in extRealloc() argument242 if ((xp->flag & XAD_NOTRECORDED) && !abnr) { in extRealloc()280 if (abnr && (!(xp->flag & XAD_NOTRECORDED)) && (nxlen > nbperpage)) { in extRealloc()