Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_buf_item_recover.c161 if (buf_f->blf_flags & XFS_BLF_INODE_BUF) in xlog_recover_buf_reorder()
915 if (buf_f->blf_flags & XFS_BLF_INODE_BUF) in xlog_recover_buf_commit_pass2()
959 if (buf_f->blf_flags & XFS_BLF_INODE_BUF) { in xlog_recover_buf_commit_pass2()
H A Dxfs_trans_buf.c559 ASSERT(!(bip->__bli_format.blf_flags & XFS_BLF_INODE_BUF)); in xfs_trans_binval()
571 bip->__bli_format.blf_flags &= ~XFS_BLF_INODE_BUF; in xfs_trans_binval()
H A Dxfs_buf_item.c435 bip->__bli_format.blf_flags |= XFS_BLF_INODE_BUF; in xfs_buf_item_format()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_log_format.h495 #define XFS_BLF_INODE_BUF (1<<0) macro