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