Home
last modified time | relevance | path

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

/linux/fs/jfs/
H A Djfs_extent.c61 * abnr - bool indicating whether the newly allocated extent
70 extAlloc(struct inode *ip, s64 xlen, s64 pno, xad_t * xp, bool abnr) in extAlloc() argument
102 * request and if hint extent has the same abnr in extAlloc()
109 abnr == ((xp->flag & XAD_NOTRECORDED) ? true : false)) in extAlloc()
141 xflag = abnr ? XAD_NOTRECORDED : 0; in extAlloc()
231 * only preserve the abnr flag within the xad flags in extHint()