Searched refs:nimaps (Results 1 – 4 of 4) sorted by relevance
/fs/xfs/ |
D | xfs_pnfs.c | 91 int nimaps = 1; in xfs_fs_map_blocks() local 144 &imap, &nimaps, bmapi_flags); in xfs_fs_map_blocks() 146 ASSERT(!nimaps || imap.br_startblock != DELAYSTARTBLOCK); in xfs_fs_map_blocks() 149 (!nimaps || imap.br_startblock == HOLESTARTBLOCK)) { in xfs_fs_map_blocks() 152 else if (nimaps && imap.br_startblock == HOLESTARTBLOCK) in xfs_fs_map_blocks() 195 int nimaps = 1; in xfs_pnfs_validate_isize() local 200 &imap, &nimaps, 0); in xfs_pnfs_validate_isize()
|
D | xfs_iomap.c | 196 int nimaps; in xfs_iomap_write_direct() local 254 nimaps = 1; in xfs_iomap_write_direct() 256 imap, &nimaps); in xfs_iomap_write_direct() 270 if (nimaps == 0) { in xfs_iomap_write_direct() 503 int nimaps; in xfs_iomap_write_unwritten() local 557 nimaps = 1; in xfs_iomap_write_unwritten() 560 &nimaps); in xfs_iomap_write_unwritten() 613 int nimaps) in imap_needs_alloc() argument 618 if (!nimaps || in imap_needs_alloc() 633 int nimaps) in imap_needs_cow() argument [all …]
|
D | xfs_reflink.c | 389 int nimaps; in xfs_reflink_fill_cow_hole() local 419 nimaps = 1; in xfs_reflink_fill_cow_hole() 422 &nimaps); in xfs_reflink_fill_cow_hole() 435 if (nimaps == 0) in xfs_reflink_fill_cow_hole() 457 int nimaps; in xfs_reflink_fill_delalloc() local 488 nimaps = 1; in xfs_reflink_fill_delalloc() 492 cmap, &nimaps); in xfs_reflink_fill_delalloc() 505 if (nimaps == 0) in xfs_reflink_fill_delalloc() 1135 int nimaps; in xfs_reflink_remap_extent() local 1175 nimaps = 1; in xfs_reflink_remap_extent() [all …]
|
D | xfs_bmap_util.c | 648 int nimaps = 1; in xfs_can_free_eofblocks() local 698 error = xfs_bmapi_read(ip, end_fsb, last_fsb - end_fsb, &imap, &nimaps, in xfs_can_free_eofblocks() 701 if (error || nimaps == 0) in xfs_can_free_eofblocks() 784 int nimaps; in xfs_alloc_file_space() local 807 nimaps = 1; in xfs_alloc_file_space() 845 resblks = min_t(xfs_fileoff_t, (e - s), (MAXEXTLEN * nimaps)); in xfs_alloc_file_space() 866 &nimaps); in xfs_alloc_file_space() 880 if (nimaps == 0) { in xfs_alloc_file_space() 1369 int nimaps; in xfs_swap_extent_rmap() local 1388 nimaps = 1; in xfs_swap_extent_rmap() [all …]
|