Lines Matching refs:dataptrs
237 __be64 *dataptrs; in ea_dealloc_unstuffed() local
252 dataptrs = GFS2_EA2DATAPTRS(ea); in ea_dealloc_unstuffed()
253 for (x = 0; x < ea->ea_num_ptrs; x++, dataptrs++) { in ea_dealloc_unstuffed()
254 if (*dataptrs) { in ea_dealloc_unstuffed()
256 bn = be64_to_cpu(*dataptrs); in ea_dealloc_unstuffed()
280 dataptrs = GFS2_EA2DATAPTRS(ea); in ea_dealloc_unstuffed()
281 for (x = 0; x < ea->ea_num_ptrs; x++, dataptrs++) { in ea_dealloc_unstuffed()
282 if (!*dataptrs) in ea_dealloc_unstuffed()
284 bn = be64_to_cpu(*dataptrs); in ea_dealloc_unstuffed()
295 *dataptrs = 0; in ea_dealloc_unstuffed()
460 __be64 *dataptrs = GFS2_EA2DATAPTRS(ea); in gfs2_iter_unstuffed() local
471 error = gfs2_meta_read(ip->i_gl, be64_to_cpu(*dataptrs), 0, 0, in gfs2_iter_unstuffed()
478 dataptrs++; in gfs2_iter_unstuffed()