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