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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_types.h116 #define NULLFSBLOCK ((xfs_fsblock_t)-1) macro
H A Dxfs_bmap.h108 (flp)->xbf_low = 0, *(fbp) = NULLFSBLOCK);
280 * blocks then the call will fail (return NULLFSBLOCK in "firstblock").
H A Dxfs_bmap.c2176 nullfb = ap->firstblock == NULLFSBLOCK;
2243 prevbno = NULLFSBLOCK;
2249 prevbno = NULLFSBLOCK;
2285 gotbno = NULLFSBLOCK;
2291 gotbno = NULLFSBLOCK;
2296 if (prevbno != NULLFSBLOCK && gotbno != NULLFSBLOCK)
2298 else if (prevbno != NULLFSBLOCK)
2300 else if (gotbno != NULLFSBLOCK)
2375 if (rtb == NULLFSBLOCK
[all...]
H A Dxfs_bmap_btree.c495 ASSERT((dst->bc_private.b.firstblock != NULLFSBLOCK) ||
522 if (args.fsbno == NULLFSBLOCK) {
553 if (args.fsbno == NULLFSBLOCK && args.minleft) {
567 if (args.fsbno == NULLFSBLOCK) {
880 cur->bc_private.b.firstblock = NULLFSBLOCK;
H A Dxfs_iomap.c421 firstblock = NULLFSBLOCK;
493 firstblock = NULLFSBLOCK;
H A Dxfs_ialloc.c298 args.fsbno = NULLFSBLOCK;
300 if (unlikely(args.fsbno == NULLFSBLOCK)) {
342 if (isaligned && args.fsbno == NULLFSBLOCK) {
351 if (args.fsbno == NULLFSBLOCK) {
H A Dxfs_ialloc_btree.c98 if (args.fsbno == NULLFSBLOCK) {
H A Dxfs_alloc.c2267 args->fsbno = NULLFSBLOCK;
2381 if (args->firstblock != NULLFSBLOCK)
2423 args->fsbno = NULLFSBLOCK;
H A Dxfs_btree.c468 ASSERT(fsbno != NULLFSBLOCK);
630 ASSERT(fsbno != NULLFSBLOCK);
657 ASSERT(fsbno != NULLFSBLOCK);
H A Dxfs_rtalloc.c874 ASSERT(fsb != NULLFSBLOCK);
H A Dxfs_da_btree.c1969 if (fsb == NULLFSBLOCK) {

Completed in 122 milliseconds