Searched refs:nimap (Results 1 – 1 of 1) sorted by relevance
/fs/xfs/ |
D | xfs_vnodeops.c | 2943 int nimap; in xfs_zero_remaining_bytes() local 2965 nimap = 1; in xfs_zero_remaining_bytes() 2967 NULL, 0, &imap, &nimap, NULL, NULL); in xfs_zero_remaining_bytes() 2968 if (error || nimap < 1) in xfs_zero_remaining_bytes() 3039 int nimap; in xfs_free_file_space() local 3098 nimap = 1; in xfs_free_file_space() 3100 1, 0, NULL, 0, &imap, &nimap, NULL, NULL); in xfs_free_file_space() 3103 ASSERT(nimap == 0 || nimap == 1); in xfs_free_file_space() 3104 if (nimap && imap.br_startblock != HOLESTARTBLOCK) { in xfs_free_file_space() 3113 nimap = 1; in xfs_free_file_space() [all …]
|