Searched defs:xfs_defer_pending (Results 1 – 1 of 1) sorted by relevance
30 struct xfs_defer_pending { struct31 struct list_head dfp_list; /* pending items */32 struct list_head dfp_work; /* work items */33 struct xfs_log_item *dfp_intent; /* log intent item */34 struct xfs_log_item *dfp_done; /* log done item */35 unsigned int dfp_count; /* # extent items */36 enum xfs_defer_ops_type dfp_type;