Home
last modified time | relevance | path

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

/linux-5.19.10/fs/gfs2/
Dxattr.h19 (sizeof(__be64) * (ea)->ea_num_ptrs)), 8)
21 #define GFS2_EA_IS_STUFFED(ea) (!(ea)->ea_num_ptrs)
Dxattr.c253 for (x = 0; x < ea->ea_num_ptrs; x++, dataptrs++) { in ea_dealloc_unstuffed()
281 for (x = 0; x < ea->ea_num_ptrs; x++, dataptrs++) { in ea_dealloc_unstuffed()
311 ea->ea_num_ptrs = 0; in ea_dealloc_unstuffed()
655 ea->ea_num_ptrs = 0; in ea_alloc_blk()
688 ea->ea_num_ptrs = 0; in ea_write()
697 ea->ea_num_ptrs = DIV_ROUND_UP(er->er_data_len, sdp->sd_jbsize); in ea_write()
698 for (x = 0; x < ea->ea_num_ptrs; x++) { in ea_write()
/linux-5.19.10/include/uapi/linux/
Dgfs2_ondisk.h405 __u8 ea_num_ptrs; member