Lines Matching refs:nmap
2016 int nmap, error, got, i, mapi; in xfs_da_grow_inode_int() local
2028 nmap = 1; in xfs_da_grow_inode_int()
2032 args->firstblock, args->total, &map, &nmap, in xfs_da_grow_inode_int()
2037 ASSERT(nmap <= 1); in xfs_da_grow_inode_int()
2038 if (nmap == 1) { in xfs_da_grow_inode_int()
2041 } else if (nmap == 0 && count > 1) { in xfs_da_grow_inode_int()
2051 nmap = MIN(XFS_BMAP_MAX_NMAP, count); in xfs_da_grow_inode_int()
2056 &mapp[mapi], &nmap, args->flist); in xfs_da_grow_inode_int()
2059 if (nmap < 1) in xfs_da_grow_inode_int()
2061 mapi += nmap; in xfs_da_grow_inode_int()
2388 int nmap, in xfs_da_map_covers_blocks() argument
2396 for (i = 0, off = bno; i < nmap; i++) { in xfs_da_map_covers_blocks()
2552 int nmap; in xfs_da_get_buf() local
2557 nmap = 1; in xfs_da_get_buf()
2559 &mapp, &nmap); in xfs_da_get_buf()
2568 mapp, nmap, 0); in xfs_da_get_buf()
2601 int nmap; in xfs_da_read_buf() local
2606 nmap = 1; in xfs_da_read_buf()
2608 &mapp, &nmap); in xfs_da_read_buf()
2618 mapp, nmap, 0, &bp, ops); in xfs_da_read_buf()
2647 int nmap; in xfs_da_reada_buf() local
2651 nmap = 1; in xfs_da_reada_buf()
2653 &mapp, &nmap); in xfs_da_reada_buf()
2662 xfs_buf_readahead_map(dp->i_mount->m_ddev_targp, mapp, nmap, ops); in xfs_da_reada_buf()