Home
last modified time | relevance | path

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

/Linux-v5.4/fs/jfs/
Djfs_extent.c73 extAlloc(struct inode *ip, s64 xlen, s64 pno, xad_t * xp, bool abnr) in extAlloc() argument
107 abnr == ((xp->flag & XAD_NOTRECORDED) ? true : false)) in extAlloc()
139 xflag = abnr ? XAD_NOTRECORDED : 0; in extAlloc()
202 int extRealloc(struct inode *ip, s64 nxlen, xad_t * xp, bool abnr) in extRealloc() argument
229 if ((xp->flag & XAD_NOTRECORDED) && !abnr) { in extRealloc()
267 if (abnr && (!(xp->flag & XAD_NOTRECORDED)) && (nxlen > nbperpage)) { in extRealloc()