Searched refs:blf_len (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_buf_item_recover.c | 164 xlog_buf_readahead(log, buf_f->blf_blkno, buf_f->blf_len, NULL); in xlog_recover_buf_ra_pass2() 186 else if (xlog_add_buffer_cancelled(log, bf->blf_blkno, bf->blf_len)) in xlog_recover_buf_commit_pass1() 884 buf_f->blf_len)) in xlog_recover_buf_commit_pass2() 889 buf_f->blf_len)) in xlog_recover_buf_commit_pass2() 899 error = xfs_buf_read(mp->m_ddev_targp, buf_f->blf_blkno, buf_f->blf_len, in xlog_recover_buf_commit_pass2()
|
H A D | xfs_buf_item.c | 757 bip->bli_formats[i].blf_len = bp->b_maps[i].bm_len; in xfs_buf_item_init()
|
H A D | xfs_trace.h | 2168 __entry->len = buf_f->blf_len;
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_buf_item_recover.c | 173 xlog_buf_readahead(log, buf_f->blf_blkno, buf_f->blf_len, NULL); in xlog_recover_buf_ra_pass2() 195 else if (xlog_add_buffer_cancelled(log, bf->blf_blkno, bf->blf_len)) in xlog_recover_buf_commit_pass1() 903 buf_f->blf_len)) in xlog_recover_buf_commit_pass2() 908 buf_f->blf_len)) in xlog_recover_buf_commit_pass2() 918 error = xfs_buf_read(mp->m_ddev_targp, buf_f->blf_blkno, buf_f->blf_len, in xlog_recover_buf_commit_pass2()
|
H A D | xfs_buf_item.c | 881 bip->bli_formats[i].blf_len = bp->b_maps[i].bm_len; in xfs_buf_item_init()
|
H A D | xfs_trace.h | 2305 __entry->len = buf_f->blf_len;
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_log_format.h | 494 unsigned short blf_len; /* number of blocks in this buf */ member
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_log_format.h | 531 unsigned short blf_len; /* number of blocks in this buf */ member
|
Completed in 20 milliseconds