Searched refs:nfsb (Results 1 – 1 of 1) sorted by relevance
2698 int nfsb = xfs_dabuf_nfsb(mp, whichfork); in xfs_dabuf_map() local2704 if (nfsb > 1) in xfs_dabuf_map()2705 irecs = kzalloc(sizeof(irec) * nfsb, in xfs_dabuf_map()2708 nirecs = nfsb; in xfs_dabuf_map()2709 error = xfs_bmapi_read(dp, bno, nfsb, irecs, &nirecs, in xfs_dabuf_map()2740 if (off != bno + nfsb) in xfs_dabuf_map()