Searched refs:xlog_format_commit (Results 1 – 4 of 4) sorted by relevance
63 void xlog_format_commit(struct xlog_format_buf *lfb, unsigned int data_len);79 xlog_format_commit(lfb, len); in xlog_format_copy()
358 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()
60 xlog_format_commit(lfb, sizeof(struct xfs_dq_logformat)); in xfs_qm_dquot_logitem_format()
467 xlog_format_commit( in xlog_format_commit() function