Searched refs:nfsb (Results 1 – 1 of 1) sorted by relevance
2521 int nfsb = xfs_dabuf_nfsb(mp, whichfork); in xfs_dabuf_map() local2527 if (nfsb > 1) in xfs_dabuf_map()2528 irecs = kmem_zalloc(sizeof(irec) * nfsb, KM_NOFS); in xfs_dabuf_map()2530 nirecs = nfsb; in xfs_dabuf_map()2531 error = xfs_bmapi_read(dp, bno, nfsb, irecs, &nirecs, in xfs_dabuf_map()2561 if (off != bno + nfsb) in xfs_dabuf_map()