Searched defs:gfs2_jdesc (Results 1 – 1 of 1) sorted by relevance
529 struct gfs2_jdesc { struct530 struct list_head jd_list;531 struct list_head extent_list;532 unsigned int nr_extents;533 struct work_struct jd_work;534 struct inode *jd_inode;535 unsigned long jd_flags;537 unsigned int jd_jid;538 u32 jd_blocks;539 int jd_recover_error;[all …]