Lines Matching defs:abnr
64 * abnr - bool indicating whether the newly allocated extent
73 extAlloc(struct inode *ip, s64 xlen, s64 pno, xad_t * xp, bool abnr)
100 * request and if hint extent has the same abnr
107 abnr == ((xp->flag & XAD_NOTRECORDED) ? true : false))
139 xflag = abnr ? XAD_NOTRECORDED : 0;
194 * abnr - bool indicating whether the newly allocated extent
202 int extRealloc(struct inode *ip, s64 nxlen, xad_t * xp, bool abnr)
225 /* if the extend page is abnr and if the request is for
229 if ((xp->flag & XAD_NOTRECORDED) && !abnr) {
256 /* check if the extend page is not abnr but the request is abnr
258 * is the case, there is a miss match of abnr between the extend page
267 if (abnr && (!(xp->flag & XAD_NOTRECORDED)) && (nxlen > nbperpage)) {
385 * only preserve the abnr flag within the xad flags