Lines Matching refs:dataptrs
231 __be64 *dataptrs; in ea_dealloc_unstuffed() local
246 dataptrs = GFS2_EA2DATAPTRS(ea); in ea_dealloc_unstuffed()
247 for (x = 0; x < ea->ea_num_ptrs; x++, dataptrs++) { in ea_dealloc_unstuffed()
248 if (*dataptrs) { in ea_dealloc_unstuffed()
250 bn = be64_to_cpu(*dataptrs); in ea_dealloc_unstuffed()
273 dataptrs = GFS2_EA2DATAPTRS(ea); in ea_dealloc_unstuffed()
274 for (x = 0; x < ea->ea_num_ptrs; x++, dataptrs++) { in ea_dealloc_unstuffed()
275 if (!*dataptrs) in ea_dealloc_unstuffed()
277 bn = be64_to_cpu(*dataptrs); in ea_dealloc_unstuffed()
288 *dataptrs = 0; in ea_dealloc_unstuffed()
446 __be64 *dataptrs = GFS2_EA2DATAPTRS(ea); in gfs2_iter_unstuffed() local
457 error = gfs2_meta_read(ip->i_gl, be64_to_cpu(*dataptrs), 0, 0, in gfs2_iter_unstuffed()
464 dataptrs++; in gfs2_iter_unstuffed()