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