Lines Matching refs:allerror
129 int i, nblocks, error = 0, allerror = 0; in ext2_indirtrunc() local
182 allerror = error; in ext2_indirtrunc()
197 allerror = error; in ext2_indirtrunc()
213 allerror = error; in ext2_indirtrunc()
219 return (allerror); in ext2_indirtrunc()
242 int error, i, allerror; in ext2_ind_truncate() local
344 allerror = ext2_update(ovp, !DOINGASYNC(ovp)); in ext2_ind_truncate()
366 if (error && (allerror == 0)) in ext2_ind_truncate()
367 allerror = error; in ext2_ind_truncate()
382 allerror = error; in ext2_ind_truncate()
463 return (allerror); in ext2_ind_truncate()