Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_buf_item_recover.c164 if (buf_f->blf_flags & XFS_BLF_INODE_BUF) in xlog_recover_buf_reorder()
979 if (buf_f->blf_flags & XFS_BLF_INODE_BUF) in xlog_recover_buf_commit_pass2()
1023 if (buf_f->blf_flags & XFS_BLF_INODE_BUF) { in xlog_recover_buf_commit_pass2()
H A Dxfs_trans_buf.c601 ASSERT(!(bip->__bli_format.blf_flags & XFS_BLF_INODE_BUF)); in xfs_trans_binval()
613 bip->__bli_format.blf_flags &= ~XFS_BLF_INODE_BUF; in xfs_trans_binval()
H A Dxfs_buf_item.c436 bip->__bli_format.blf_flags |= XFS_BLF_INODE_BUF; in xfs_buf_item_format()
/linux/fs/xfs/libxfs/
H A Dxfs_log_format.h502 #define XFS_BLF_INODE_BUF (1<<0) macro