Lines Matching refs:nimap
1108 int nimap; in xfs_zero_remaining_bytes() local
1126 nimap = 1; in xfs_zero_remaining_bytes()
1129 error = xfs_bmapi_read(ip, offset_fsb, 1, &imap, &nimap, 0); in xfs_zero_remaining_bytes()
1132 if (error || nimap < 1) in xfs_zero_remaining_bytes()
1182 int nimap; in xfs_free_file_space() local
1223 nimap = 1; in xfs_free_file_space()
1225 &imap, &nimap, 0); in xfs_free_file_space()
1228 ASSERT(nimap == 0 || nimap == 1); in xfs_free_file_space()
1229 if (nimap && imap.br_startblock != HOLESTARTBLOCK) { in xfs_free_file_space()
1238 nimap = 1; in xfs_free_file_space()
1240 &imap, &nimap, 0); in xfs_free_file_space()
1243 ASSERT(nimap == 0 || nimap == 1); in xfs_free_file_space()
1244 if (nimap && imap.br_startblock != HOLESTARTBLOCK) { in xfs_free_file_space()