Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
Dxfs_buf_item_recover.c240 switch (xfs_blft_from_flags(buf_f)) { in xlog_recover_validate_buf_type()
403 xfs_blft_from_flags(buf_f)); in xlog_recover_validate_buf_type()
793 blft = xfs_blft_from_flags(buf_f); in xlog_recover_get_buf_lsn()
1034 } else if ((xfs_blft_from_flags(buf_f) & XFS_BLFT_SB_BUF) && in xlog_recover_buf_commit_pass2()
Dxfs_buf_item.c412 (xfs_blft_from_flags(&bip->__bli_format) > XFS_BLFT_UNKNOWN_BUF in xfs_buf_item_format()
413 && xfs_blft_from_flags(&bip->__bli_format) < XFS_BLFT_MAX_BUF)); in xfs_buf_item_format()
Dxfs_trans_buf.c764 type = xfs_blft_from_flags(&sbip->__bli_format); in xfs_trans_buf_copy_type()
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_log_format.h590 xfs_blft_from_flags(struct xfs_buf_log_format *blf) in xfs_blft_from_flags() function