Searched refs:numblks (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/fs/xfs/ |
| H A D | xfs_buf.h | 228 size_t numblks, in xfs_buf_incore() argument 232 DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); in xfs_buf_incore() 241 size_t numblks, in xfs_buf_get() argument 244 DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); in xfs_buf_get() 253 size_t numblks, in xfs_buf_read() argument 258 DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); in xfs_buf_read() 268 size_t numblks, in xfs_buf_readahead() argument 271 DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); in xfs_buf_readahead() 275 int xfs_buf_get_uncached(struct xfs_buftarg *target, size_t numblks, 278 size_t numblks, struct xfs_buf **bpp,
|
| H A D | xfs_trans.h | 184 int numblks, in xfs_trans_get_buf() argument 188 DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); in xfs_trans_get_buf() 206 int numblks, in xfs_trans_read_buf() argument 211 DEFINE_SINGLE_BUF_MAP(map, blkno, numblks); in xfs_trans_read_buf()
|
| H A D | xfs_buf.c | 805 size_t numblks, in xfs_buf_read_uncached() argument 814 error = xfs_buf_get_uncached(target, numblks, &bp); in xfs_buf_read_uncached() 839 size_t numblks, in xfs_buf_get_uncached() argument 843 DEFINE_SINGLE_BUF_MAP(map, XFS_BUF_DADDR_NULL, numblks); in xfs_buf_get_uncached()
|
| /linux-6.15/fs/xfs/libxfs/ |
| H A D | xfs_ag.c | 297 size_t numblks, in xfs_get_aghdr_buf() argument 615 size_t numblks; member 641 .numblks = XFS_FSS_TO_BB(mp, 1), in xfs_ag_init_headers() 648 .numblks = XFS_FSS_TO_BB(mp, 1), in xfs_ag_init_headers() 655 .numblks = XFS_FSS_TO_BB(mp, 1), in xfs_ag_init_headers() 662 .numblks = XFS_FSS_TO_BB(mp, 1), in xfs_ag_init_headers() 669 .numblks = BTOBB(mp->m_sb.sb_blocksize), in xfs_ag_init_headers() 677 .numblks = BTOBB(mp->m_sb.sb_blocksize), in xfs_ag_init_headers() 685 .numblks = BTOBB(mp->m_sb.sb_blocksize), in xfs_ag_init_headers() 693 .numblks = BTOBB(mp->m_sb.sb_blocksize), in xfs_ag_init_headers() [all …]
|
| H A D | xfs_ag.h | 327 size_t numblks; /* size of header */ member
|
| /linux-6.15/drivers/scsi/lpfc/ |
| H A D | lpfc_scsi.c | 966 uint32_t numblks; in lpfc_bg_err_inject() local 980 numblks = (scsi_bufflen(sc) + blksize - 1) / blksize; in lpfc_bg_err_inject() 984 (phba->lpfc_injerr_lba >= (u64)(lba + numblks))) in lpfc_bg_err_inject() 988 numblks = sg_dma_len(sgpe) / in lpfc_bg_err_inject() 990 if (numblks < blockoff) in lpfc_bg_err_inject() 991 blockoff = numblks; in lpfc_bg_err_inject()
|
| /linux-6.15/fs/ext4/ |
| H A D | extents.c | 5896 int numblks = 0, i, ret = 0; in ext4_ext_replay_set_iblocks() local 5919 numblks += ret; in ext4_ext_replay_set_iblocks() 5937 numblks += path->p_depth; in ext4_ext_replay_set_iblocks() 5965 numblks++; in ext4_ext_replay_set_iblocks() 5970 inode->i_blocks = numblks << (inode->i_sb->s_blocksize_bits - 9); in ext4_ext_replay_set_iblocks()
|