Searched defs:gfs2_jdesc (Results 1 – 1 of 1) sorted by relevance
500 struct gfs2_jdesc { struct501 struct list_head jd_list;502 struct list_head extent_list;503 unsigned int nr_extents;504 struct work_struct jd_work;505 struct inode *jd_inode;506 unsigned long jd_flags;508 unsigned int jd_jid;509 unsigned int jd_blocks;510 int jd_recover_error;[all …]