Home
last modified time | relevance | path

Searched refs:xlog_format_start (Results 1 – 3 of 3) sorted by relevance

/linux/fs/xfs/
H A Dxfs_inode_item.c356 p = xlog_format_start(lfb, XLOG_REG_TYPE_IEXT); in xfs_inode_item_format_data_fork()
437 p = xlog_format_start(lfb, XLOG_REG_TYPE_IATTR_EXT); in xfs_inode_item_format_attr_fork()
626 dic = xlog_format_start(lfb, XLOG_REG_TYPE_ICORE); in xfs_inode_item_format_core()
652 ilf = xlog_format_start(lfb, XLOG_REG_TYPE_IFORMAT); in xfs_inode_item_format()
H A Dxfs_dquot_item.c53 qlf = xlog_format_start(lfb, XLOG_REG_TYPE_QFORMAT); in xfs_qm_dquot_logitem_format()
H A Dxfs_log_cil.c435 xlog_format_start( in xlog_format_start() function