Searched refs:nimaps (Results 1 – 4 of 4) sorted by relevance
/fs/xfs/ |
D | xfs_iomap.c | 180 int nimaps; in xfs_iomap_write_direct() local 279 nimaps = 1; in xfs_iomap_write_direct() 281 bmapi_flags, resblks, imap, &nimaps); in xfs_iomap_write_direct() 295 if (nimaps == 0) { in xfs_iomap_write_direct() 742 int nimaps; in xfs_iomap_write_unwritten() local 789 nimaps = 1; in xfs_iomap_write_unwritten() 792 &nimaps); in xfs_iomap_write_unwritten() 844 int nimaps) in imap_needs_alloc() argument 846 return !nimaps || in imap_needs_alloc() 855 int nimaps) in needs_cow_for_zeroing() argument [all …]
|
D | xfs_pnfs.c | 91 int nimaps = 1; in xfs_fs_map_blocks() local 144 &imap, &nimaps, bmapi_flags); in xfs_fs_map_blocks() 155 if (!nimaps || imap.br_startblock == HOLESTARTBLOCK) { in xfs_fs_map_blocks() 162 &imap, nimaps); in xfs_fs_map_blocks() 198 int nimaps = 1; in xfs_pnfs_validate_isize() local 203 &imap, &nimaps, 0); in xfs_pnfs_validate_isize()
|
D | xfs_bmap_util.c | 783 int nimaps; in xfs_free_eofblocks() local 797 nimaps = 1; in xfs_free_eofblocks() 799 error = xfs_bmapi_read(ip, end_fsb, map_len, &imap, &nimaps, 0); in xfs_free_eofblocks() 806 if (!error && (nimaps != 0) && in xfs_free_eofblocks() 868 int nimaps; in xfs_alloc_file_space() local 893 nimaps = 1; in xfs_alloc_file_space() 930 resblks = min_t(xfs_fileoff_t, (e - s), (MAXEXTLEN * nimaps)); in xfs_alloc_file_space() 968 imapp, &nimaps); in xfs_alloc_file_space() 982 if (nimaps == 0) { in xfs_alloc_file_space() 1483 int nimaps; in xfs_swap_extent_rmap() local [all …]
|
D | xfs_reflink.c | 359 int nimaps, error = 0; in xfs_reflink_allocate_cow() local 411 nimaps = 1; in xfs_reflink_allocate_cow() 414 resblks, imap, &nimaps); in xfs_reflink_allocate_cow() 427 if (nimaps == 0) in xfs_reflink_allocate_cow() 1126 int nimaps; in xfs_reflink_remap_blocks() local 1141 nimaps = 1; in xfs_reflink_remap_blocks() 1143 error = xfs_bmapi_read(src, srcoff, len, &imap, &nimaps, 0); in xfs_reflink_remap_blocks() 1147 ASSERT(nimaps == 1); in xfs_reflink_remap_blocks()
|