Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
Dxfs_refcount_item.c163 static inline struct xfs_cud_log_item *CUD_ITEM(struct xfs_log_item *lip) in CUD_ITEM()
165 return container_of(lip, struct xfs_cud_log_item, cud_item); in CUD_ITEM()
190 struct xfs_cud_log_item *cudp = CUD_ITEM(lip); in xfs_cud_item_format()
209 struct xfs_cud_log_item *cudp = CUD_ITEM(lip); in xfs_cud_item_release()
312 struct xfs_cud_log_item *cudp; in xfs_refcount_update_create_done()
Dxfs_refcount_item.h65 struct xfs_cud_log_item { struct
Dxfs_trans.h27 struct xfs_cud_log_item;
Dxfs_super.c2177 sizeof(struct xfs_cud_log_item), in xfs_init_caches()