Home
last modified time | relevance | path

Searched refs:xlog_is_buffer_cancelled (Results 1 – 5 of 5) sorted by relevance

/linux-5.19.10/fs/xfs/libxfs/
Dxfs_log_recover.h119 bool xlog_is_buffer_cancelled(struct xlog *log, xfs_daddr_t blkno, uint len);
/linux-5.19.10/fs/xfs/
Dxfs_icreate_item.c230 if (xlog_is_buffer_cancelled(log, daddr, bb_per_cluster)) in xlog_recover_icreate_commit_pass2()
Dxfs_buf_item_recover.c100 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()
Dxfs_inode_item_recover.c304 if (xlog_is_buffer_cancelled(log, in_f->ilf_blkno, in_f->ilf_len)) { in xlog_recover_inode_commit_pass2()
Dxfs_log_recover.c1938 if (!xlog_is_buffer_cancelled(log, blkno, len)) in xlog_buf_readahead()