Lines Matching refs:dataptrs
241 __be64 *dataptrs; in ea_dealloc_unstuffed() local
256 dataptrs = GFS2_EA2DATAPTRS(ea); in ea_dealloc_unstuffed()
257 for (x = 0; x < ea->ea_num_ptrs; x++, dataptrs++) { in ea_dealloc_unstuffed()
258 if (*dataptrs) { in ea_dealloc_unstuffed()
260 bn = be64_to_cpu(*dataptrs); in ea_dealloc_unstuffed()
284 dataptrs = GFS2_EA2DATAPTRS(ea); in ea_dealloc_unstuffed()
285 for (x = 0; x < ea->ea_num_ptrs; x++, dataptrs++) { in ea_dealloc_unstuffed()
286 if (!*dataptrs) in ea_dealloc_unstuffed()
288 bn = be64_to_cpu(*dataptrs); in ea_dealloc_unstuffed()
299 *dataptrs = 0; in ea_dealloc_unstuffed()
464 __be64 *dataptrs = GFS2_EA2DATAPTRS(ea); in gfs2_iter_unstuffed() local
475 error = gfs2_meta_read(ip->i_gl, be64_to_cpu(*dataptrs), 0, 0, in gfs2_iter_unstuffed()
482 dataptrs++; in gfs2_iter_unstuffed()