Searched refs:nimaps (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/fs/xfs/ |
D | xfs_iomap.c | 126 int nimaps; in xfs_iomap_write_direct() local 240 nimaps = 1; in xfs_iomap_write_direct() 243 &nimaps, &free_list); in xfs_iomap_write_direct() 261 if (nimaps == 0) { in xfs_iomap_write_direct() 296 int nimaps, in xfs_iomap_eof_want_preallocate() argument 324 imaps = nimaps; in xfs_iomap_eof_want_preallocate() 366 int nimaps) in xfs_iomap_eof_prealloc_initial_size() argument 372 ASSERT(nimaps >= imaps); in xfs_iomap_eof_prealloc_initial_size() 477 int nimaps) in xfs_iomap_prealloc_size() argument 486 imap, nimaps); in xfs_iomap_prealloc_size() [all …]
|
D | xfs_pnfs.c | 126 int nimaps = 1; in xfs_fs_map_blocks() local 172 &imap, &nimaps, bmapi_flags); in xfs_fs_map_blocks() 183 if (!nimaps || imap.br_startblock == HOLESTARTBLOCK) { in xfs_fs_map_blocks() 190 &imap, nimaps); in xfs_fs_map_blocks() 226 int nimaps = 1; in xfs_pnfs_validate_isize() local 231 &imap, &nimaps, 0); in xfs_pnfs_validate_isize()
|
D | xfs_bmap_util.c | 765 int nimaps = 1; in xfs_bmap_punch_delalloc_range() local 775 error = xfs_bmapi_read(ip, start_fsb, 1, &imap, &nimaps, in xfs_bmap_punch_delalloc_range() 787 if (!nimaps) { in xfs_bmap_punch_delalloc_range() 870 int nimaps; in xfs_free_eofblocks() local 883 nimaps = 1; in xfs_free_eofblocks() 885 error = xfs_bmapi_read(ip, end_fsb, map_len, &imap, &nimaps, 0); in xfs_free_eofblocks() 888 if (!error && (nimaps != 0) && in xfs_free_eofblocks() 965 int nimaps; in xfs_alloc_file_space() local 992 nimaps = 1; in xfs_alloc_file_space() 1026 resblks = min_t(xfs_fileoff_t, (e - s), (MAXEXTLEN * nimaps)); in xfs_alloc_file_space() [all …]
|
D | xfs_aops.c | 295 int nimaps = 1; in xfs_map_blocks() local 318 imap, &nimaps, bmapi_flags); in xfs_map_blocks() 325 (!nimaps || isnullstartblock(imap->br_startblock))) { in xfs_map_blocks() 334 ASSERT(nimaps); in xfs_map_blocks() 339 if (nimaps) in xfs_map_blocks() 1389 int nimaps = 1; in __xfs_get_blocks() local 1425 &imap, &nimaps, XFS_BMAPI_ENTIRE); in __xfs_get_blocks() 1431 (!nimaps || in __xfs_get_blocks() 1444 &imap, nimaps); in __xfs_get_blocks() 1458 if (nimaps && imap.br_startblock == HOLESTARTBLOCK) in __xfs_get_blocks() [all …]
|
D | xfs_file.c | 438 int nimaps = 1; in xfs_zero_last_block() local 443 error = xfs_bmapi_read(ip, last_fsb, 1, &imap, &nimaps, 0); in xfs_zero_last_block() 448 ASSERT(nimaps > 0); in xfs_zero_last_block() 489 int nimaps; in xfs_zero_eof() local 532 nimaps = 1; in xfs_zero_eof() 537 &imap, &nimaps, 0); in xfs_zero_eof() 542 ASSERT(nimaps > 0); in xfs_zero_eof()
|