Lines Matching refs:nimap
1131 int nimap; in xfs_zero_remaining_bytes() local
1149 nimap = 1; in xfs_zero_remaining_bytes()
1152 error = xfs_bmapi_read(ip, offset_fsb, 1, &imap, &nimap, 0); in xfs_zero_remaining_bytes()
1155 if (error || nimap < 1) in xfs_zero_remaining_bytes()
1220 int nimap; in xfs_free_file_space() local
1261 nimap = 1; in xfs_free_file_space()
1263 &imap, &nimap, 0); in xfs_free_file_space()
1266 ASSERT(nimap == 0 || nimap == 1); in xfs_free_file_space()
1267 if (nimap && imap.br_startblock != HOLESTARTBLOCK) { in xfs_free_file_space()
1276 nimap = 1; in xfs_free_file_space()
1278 &imap, &nimap, 0); in xfs_free_file_space()
1281 ASSERT(nimap == 0 || nimap == 1); in xfs_free_file_space()
1282 if (nimap && imap.br_startblock != HOLESTARTBLOCK) { in xfs_free_file_space()