Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jfs/
Djfs_extent.c86 extAlloc(struct inode *ip, s64 xlen, s64 pno, xad_t * xp, bool abnr) in extAlloc() argument
120 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() argument
242 if ((xp->flag & XAD_NOTRECORDED) && !abnr) { in extRealloc()
280 if (abnr && (!(xp->flag & XAD_NOTRECORDED)) && (nxlen > nbperpage)) { in extRealloc()