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