Searched refs:nfsb (Results 1 – 1 of 1) sorted by relevance
2729 int nfsb = xfs_dabuf_nfsb(mp, whichfork); in xfs_dabuf_map() local2735 if (nfsb > 1) in xfs_dabuf_map()2736 irecs = kzalloc(sizeof(irec) * nfsb, in xfs_dabuf_map()2739 nirecs = nfsb; in xfs_dabuf_map()2740 error = xfs_bmapi_read(dp, bno, nfsb, irecs, &nirecs, in xfs_dabuf_map()2767 if (off != bno + nfsb) in xfs_dabuf_map()