Home
last modified time | relevance | path

Searched refs:xfs_cud_log_item (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/fs/xfs/
Dxfs_refcount_item.c219 static inline struct xfs_cud_log_item *CUD_ITEM(struct xfs_log_item *lip) in CUD_ITEM()
221 return container_of(lip, struct xfs_cud_log_item, cud_item); in CUD_ITEM()
246 struct xfs_cud_log_item *cudp = CUD_ITEM(lip); in xfs_cud_item_format()
297 struct xfs_cud_log_item *cudp = CUD_ITEM(lip); in xfs_cud_item_unlock()
316 struct xfs_cud_log_item *cudp = CUD_ITEM(lip); in xfs_cud_item_committed()
361 struct xfs_cud_log_item *
367 struct xfs_cud_log_item *cudp; in xfs_cud_init()
392 struct xfs_cud_log_item *cudp; in xfs_cui_recover()
Dxfs_refcount_item.h71 struct xfs_cud_log_item { struct
81 struct xfs_cud_log_item *xfs_cud_init(struct xfs_mount *, argument
Dxfs_trans_refcount.c24 struct xfs_cud_log_item *
29 struct xfs_cud_log_item *cudp; in xfs_trans_get_cud()
44 struct xfs_cud_log_item *cudp, in xfs_trans_log_finish_refcount_update()
Dxfs_trans.h26 struct xfs_cud_log_item;
263 struct xfs_cud_log_item *xfs_trans_get_cud(struct xfs_trans *tp,
266 struct xfs_cud_log_item *cudp,
Dxfs_super.c1929 xfs_cud_zone = kmem_zone_init(sizeof(struct xfs_cud_log_item), in xfs_init_zones()