Lines Matching refs:nmap
2302 int nmap, error, got, i, mapi = 1; in xfs_da_grow_inode_int() local
2314 nmap = 1; in xfs_da_grow_inode_int()
2317 args->total, &map, &nmap); in xfs_da_grow_inode_int()
2330 nmap = min(XFS_BMAP_MAX_NMAP, c); in xfs_da_grow_inode_int()
2333 args->total, &mapp[mapi], &nmap); in xfs_da_grow_inode_int()
2336 mapi += nmap; in xfs_da_grow_inode_int()
2787 int nmap = 1; in xfs_da_get_buf() local
2791 error = xfs_dabuf_map(dp, bno, 0, whichfork, &mapp, &nmap); in xfs_da_get_buf()
2792 if (error || nmap == 0) in xfs_da_get_buf()
2795 error = xfs_trans_get_buf_map(tp, mp->m_ddev_targp, mapp, nmap, 0, &bp); in xfs_da_get_buf()
2824 int nmap = 1; in xfs_da_read_buf() local
2828 error = xfs_dabuf_map(dp, bno, flags, whichfork, &mapp, &nmap); in xfs_da_read_buf()
2829 if (error || !nmap) in xfs_da_read_buf()
2832 error = xfs_trans_read_buf_map(mp, tp, mp->m_ddev_targp, mapp, nmap, 0, in xfs_da_read_buf()
2864 int nmap; in xfs_da_reada_buf() local
2868 nmap = 1; in xfs_da_reada_buf()
2869 error = xfs_dabuf_map(dp, bno, flags, whichfork, &mapp, &nmap); in xfs_da_reada_buf()
2870 if (error || !nmap) in xfs_da_reada_buf()
2873 xfs_buf_readahead_map(dp->i_mount->m_ddev_targp, mapp, nmap, ops); in xfs_da_reada_buf()