ea_num_ptrs       247 fs/gfs2/xattr.c 	for (x = 0; x < ea->ea_num_ptrs; x++, dataptrs++) {
ea_num_ptrs       274 fs/gfs2/xattr.c 	for (x = 0; x < ea->ea_num_ptrs; x++, dataptrs++) {
ea_num_ptrs       304 fs/gfs2/xattr.c 		ea->ea_num_ptrs = 0;
ea_num_ptrs       641 fs/gfs2/xattr.c 	ea->ea_num_ptrs = 0;
ea_num_ptrs       674 fs/gfs2/xattr.c 		ea->ea_num_ptrs = 0;
ea_num_ptrs       683 fs/gfs2/xattr.c 		ea->ea_num_ptrs = DIV_ROUND_UP(er->er_data_len, sdp->sd_jbsize);
ea_num_ptrs       684 fs/gfs2/xattr.c 		for (x = 0; x < ea->ea_num_ptrs; x++) {
ea_num_ptrs        19 fs/gfs2/xattr.h 				  (sizeof(__be64) * (ea)->ea_num_ptrs)), 8)
ea_num_ptrs        21 fs/gfs2/xattr.h #define GFS2_EA_IS_STUFFED(ea) (!(ea)->ea_num_ptrs)
ea_num_ptrs       398 include/uapi/linux/gfs2_ondisk.h 	__u8 ea_num_ptrs;