Searched defs:nimaps (Results 1 - 4 of 4) sorted by relevance
/fs/xfs/ |
H A D | xfs_iomap.c | 130 int nimaps; local 207 nimaps = 1; 210 imap, &nimaps, &free_list); 227 if (nimaps == 0) { 262 int nimaps, 291 imaps = nimaps; 334 int nimaps) 340 ASSERT(nimaps >= imaps); 445 int nimaps) 454 imap, nimaps); 256 xfs_iomap_eof_want_preallocate( xfs_mount_t *mp, xfs_inode_t *ip, xfs_off_t offset, size_t count, xfs_bmbt_irec_t *imap, int nimaps, int *prealloc) argument 329 xfs_iomap_eof_prealloc_initial_size( struct xfs_mount *mp, struct xfs_inode *ip, xfs_off_t offset, xfs_bmbt_irec_t *imap, int nimaps) argument 440 xfs_iomap_prealloc_size( struct xfs_mount *mp, struct xfs_inode *ip, xfs_off_t offset, struct xfs_bmbt_irec *imap, int nimaps) argument 550 int nimaps; local 665 int nimaps, committed; local 818 int nimaps; local [all...] |
H A D | xfs_file.c | 372 int nimaps = 1; local 377 error = xfs_bmapi_read(ip, last_fsb, 1, &imap, &nimaps, 0); 382 ASSERT(nimaps > 0); 421 int nimaps; local 462 nimaps = 1; 467 &imap, &nimaps, 0); 472 ASSERT(nimaps > 0);
|
H A D | xfs_aops.c | 308 int nimaps = 1; local 331 imap, &nimaps, bmapi_flags); 338 (!nimaps || isnullstartblock(imap->br_startblock))) { 347 ASSERT(nimaps); 352 if (nimaps) 1269 int nimaps = 1; local 1305 &imap, &nimaps, XFS_BMAPI_ENTIRE); 1310 (!nimaps || 1322 &imap, nimaps); 1335 if (nimaps [all...] |
H A D | xfs_bmap_util.c | 742 int nimaps = 1; local 752 error = xfs_bmapi_read(ip, start_fsb, 1, &imap, &nimaps, 764 if (!nimaps) { 847 int nimaps; local 860 nimaps = 1; 862 error = xfs_bmapi_read(ip, end_fsb, map_len, &imap, &nimaps, 0); 865 if (!error && (nimaps != 0) && 945 int nimaps; local 972 nimaps = 1; 1003 * more than @nimaps extent [all...] |
Completed in 43 milliseconds