Home
last modified time | relevance | path

Searched refs:dataptrs (Results 1 – 1 of 1) sorted by relevance

/fs/gfs2/
Dxattr.c237 __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()
[all …]