Searched defs:xfs_defer_pending (Results 1 – 1 of 1) sorted by relevance
16 struct xfs_defer_pending { struct17 const struct xfs_defer_op_type *dfp_type; /* function pointers */18 struct list_head dfp_list; /* pending items */19 void *dfp_intent; /* log intent item */20 void *dfp_done; /* log done item */21 struct list_head dfp_work; /* work items */22 unsigned int dfp_count; /* # extent items */