Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_log.h63 void xlog_format_commit(struct xlog_format_buf *lfb, unsigned int data_len);
79 xlog_format_commit(lfb, len); in xlog_format_copy()
H A Dxfs_inode_item.c358 xlog_format_commit(lfb, data_bytes); in xfs_inode_item_format_data_fork()
439 xlog_format_commit(lfb, data_bytes); in xfs_inode_item_format_attr_fork()
628 xlog_format_commit(lfb, xfs_log_dinode_size(ip->i_mount)); in xfs_inode_item_format_core()
669 xlog_format_commit(lfb, sizeof(*ilf)); in xfs_inode_item_format()
H A Dxfs_dquot_item.c60 xlog_format_commit(lfb, sizeof(struct xfs_dq_logformat)); in xfs_qm_dquot_logitem_format()
H A Dxfs_log_cil.c467 xlog_format_commit( in xlog_format_commit() function