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