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