Searched refs:nfsb (Results 1 – 1 of 1) sorted by relevance
2509 int nfsb = xfs_dabuf_nfsb(mp, whichfork); in xfs_dabuf_map() local2515 if (nfsb > 1) in xfs_dabuf_map()2516 irecs = kmem_zalloc(sizeof(irec) * nfsb, KM_NOFS); in xfs_dabuf_map()2518 nirecs = nfsb; in xfs_dabuf_map()2519 error = xfs_bmapi_read(dp, bno, nfsb, irecs, &nirecs, in xfs_dabuf_map()2549 if (off != bno + nfsb) in xfs_dabuf_map()