Searched refs:xlog_is_buffer_cancelled (Results 1 – 5 of 5) sorted by relevance
/linux-5.19.10/fs/xfs/libxfs/ |
D | xfs_log_recover.h | 119 bool xlog_is_buffer_cancelled(struct xlog *log, xfs_daddr_t blkno, uint len);
|
/linux-5.19.10/fs/xfs/ |
D | xfs_icreate_item.c | 230 if (xlog_is_buffer_cancelled(log, daddr, bb_per_cluster)) in xlog_recover_icreate_commit_pass2()
|
D | xfs_buf_item_recover.c | 100 xlog_is_buffer_cancelled( in xlog_is_buffer_cancelled() function 907 if (xlog_is_buffer_cancelled(log, buf_f->blf_blkno, in xlog_recover_buf_commit_pass2()
|
D | xfs_inode_item_recover.c | 304 if (xlog_is_buffer_cancelled(log, in_f->ilf_blkno, in_f->ilf_len)) { in xlog_recover_inode_commit_pass2()
|
D | xfs_log_recover.c | 1938 if (!xlog_is_buffer_cancelled(log, blkno, len)) in xlog_buf_readahead()
|