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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/jfs/
H A Djfs_extent.c77 * abnr - bool indicating whether the newly allocated extent
86 extAlloc(struct inode *ip, s64 xlen, s64 pno, xad_t * xp, bool abnr) argument
113 * request and if hint extent has the same abnr
120 abnr == ((xp->flag & XAD_NOTRECORDED) ? true : false))
151 xflag = abnr ? XAD_NOTRECORDED : 0;
206 * abnr - bool indicating whether the newly allocated extent
214 int extRealloc(struct inode *ip, s64 nxlen, xad_t * xp, bool abnr) argument
237 /* if the extend page is abnr and if the request is for
241 if ((xp->flag & XAD_NOTRECORDED) && !abnr) {
267 /* check if the extend page is not abnr bu
[all...]

Completed in 35 milliseconds