Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/jfs/
H A Djfs_extent.c64 * abnr - bool indicating whether the newly allocated extent
73 extAlloc(struct inode *ip, s64 xlen, s64 pno, xad_t * xp, bool abnr) in extAlloc() argument
100 * request and if hint extent has the same abnr in extAlloc()
107 abnr == ((xp->flag & XAD_NOTRECORDED) ? true : false)) in extAlloc()
139 xflag = abnr ? XAD_NOTRECORDED : 0; in extAlloc()
194 * abnr - bool indicating whether the newly allocated extent
202 int extRealloc(struct inode *ip, s64 nxlen, xad_t * xp, bool abnr) in extRealloc() argument
225 /* if the extend page is abnr and if the request is for in extRealloc()
229 if ((xp->flag & XAD_NOTRECORDED) && !abnr) { in extRealloc()
256 /* check if the extend page is not abnr bu in extRealloc()
[all...]
/kernel/linux/linux-6.6/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
97 * request and if hint extent has the same abnr in extAlloc()
104 abnr == ((xp->flag & XAD_NOTRECORDED) ? true : false)) in extAlloc()
136 xflag = abnr ? XAD_NOTRECORDED : 0; in extAlloc()
226 * only preserve the abnr flag within the xad flags in extHint()

Completed in 1 milliseconds