Home
last modified time | relevance | path

Searched refs:rud_format (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/fs/xfs/
Dxfs_rmap_item.c211 rudp->rud_format.rud_type = XFS_LI_RUD; in xfs_rud_item_format()
212 rudp->rud_format.rud_size = 1; in xfs_rud_item_format()
214 xlog_copy_iovec(lv, &vecp, XLOG_REG_TYPE_RUD_FORMAT, &rudp->rud_format, in xfs_rud_item_format()
251 rudp->rud_format.rud_rui_id = ruip->rui_format.rui_id; in xfs_trans_get_rud()
Dxfs_rmap_item.h74 struct xfs_rud_log_format rud_format; member