Searched refs:nimaps (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/fs/xfs/ |
D | xfs_iomap.c | 126 int nimaps; in xfs_iomap_write_direct() local 203 nimaps = 1; in xfs_iomap_write_direct() 206 imap, &nimaps, &free_list); in xfs_iomap_write_direct() 223 if (nimaps == 0) { in xfs_iomap_write_direct() 258 int nimaps, in xfs_iomap_eof_want_preallocate() argument 286 imaps = nimaps; in xfs_iomap_eof_want_preallocate() 328 int nimaps) in xfs_iomap_eof_prealloc_initial_size() argument 334 ASSERT(nimaps >= imaps); in xfs_iomap_eof_prealloc_initial_size() 439 int nimaps) in xfs_iomap_prealloc_size() argument 448 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() 185 &imap, nimaps); in xfs_fs_map_blocks() 221 int nimaps = 1; in xfs_pnfs_validate_isize() local 226 &imap, &nimaps, 0); in xfs_pnfs_validate_isize()
|
D | xfs_aops.c | 288 int nimaps = 1; in xfs_map_blocks() local 311 imap, &nimaps, bmapi_flags); in xfs_map_blocks() 318 (!nimaps || isnullstartblock(imap->br_startblock))) { in xfs_map_blocks() 327 ASSERT(nimaps); in xfs_map_blocks() 332 if (nimaps) in xfs_map_blocks() 1360 int nimaps = 1; in __xfs_get_blocks() local 1396 &imap, &nimaps, XFS_BMAPI_ENTIRE); in __xfs_get_blocks() 1401 (!nimaps || in __xfs_get_blocks() 1413 &imap, nimaps); in __xfs_get_blocks() 1426 if (nimaps && imap.br_startblock == HOLESTARTBLOCK) in __xfs_get_blocks() [all …]
|
D | xfs_bmap_util.c | 739 int nimaps = 1; in xfs_bmap_punch_delalloc_range() local 749 error = xfs_bmapi_read(ip, start_fsb, 1, &imap, &nimaps, in xfs_bmap_punch_delalloc_range() 761 if (!nimaps) { in xfs_bmap_punch_delalloc_range() 844 int nimaps; in xfs_free_eofblocks() local 857 nimaps = 1; in xfs_free_eofblocks() 859 error = xfs_bmapi_read(ip, end_fsb, map_len, &imap, &nimaps, 0); in xfs_free_eofblocks() 862 if (!error && (nimaps != 0) && in xfs_free_eofblocks() 942 int nimaps; in xfs_alloc_file_space() local 969 nimaps = 1; in xfs_alloc_file_space() 1003 resblks = min_t(xfs_fileoff_t, (e - s), (MAXEXTLEN * nimaps)); in xfs_alloc_file_space() [all …]
|
D | xfs_file.c | 406 int nimaps = 1; in xfs_zero_last_block() local 411 error = xfs_bmapi_read(ip, last_fsb, 1, &imap, &nimaps, 0); in xfs_zero_last_block() 416 ASSERT(nimaps > 0); in xfs_zero_last_block() 457 int nimaps; in xfs_zero_eof() local 498 nimaps = 1; in xfs_zero_eof() 503 &imap, &nimaps, 0); in xfs_zero_eof() 508 ASSERT(nimaps > 0); in xfs_zero_eof()
|