Searched refs:cmap (Results 1 – 4 of 4) sorted by relevance
| /fs/xfs/ |
| A D | xfs_reflink.c | 364 struct xfs_bmbt_irec *cmap, in xfs_find_trim_cow_extent() argument 380 if (cmap->br_startoff > offset_fsb) { in xfs_find_trim_cow_extent() 388 xfs_trim_extent(imap, cmap->br_startoff, cmap->br_blockcount); in xfs_find_trim_cow_extent() 402 struct xfs_bmbt_irec *cmap, in xfs_reflink_convert_unwritten() argument 426 cmap->br_state = XFS_EXT_NORM; in xfs_reflink_convert_unwritten() 435 struct xfs_bmbt_irec *cmap, in xfs_reflink_fill_cow_hole() argument 502 struct xfs_bmbt_irec *cmap, in xfs_reflink_fill_delalloc() argument 542 cmap->br_blockcount, in xfs_reflink_fill_delalloc() 544 cmap, &nimaps); in xfs_reflink_fill_delalloc() 552 } while (cmap->br_startoff + cmap->br_blockcount <= imap->br_startoff); in xfs_reflink_fill_delalloc() [all …]
|
| A D | xfs_iomap.c | 846 struct xfs_bmbt_irec imap, cmap; in xfs_direct_write_iomap_begin() local 1010 length = XFS_FSB_TO_B(mp, cmap.br_startoff + cmap.br_blockcount); in xfs_direct_write_iomap_begin() 1101 struct xfs_bmbt_irec cmap; in xfs_atomic_write_cow_iomap_begin() local 1133 cmap.br_startoff = end_fsb; in xfs_atomic_write_cow_iomap_begin() 1139 end_fsb = cmap.br_startoff; in xfs_atomic_write_cow_iomap_begin() 1161 cmap.br_startoff = end_fsb; in xfs_atomic_write_cow_iomap_begin() 1195 cmap.br_state = XFS_EXT_NORM; in xfs_atomic_write_cow_iomap_begin() 1198 length = XFS_FSB_TO_B(mp, cmap.br_startoff + cmap.br_blockcount); in xfs_atomic_write_cow_iomap_begin() 1700 struct xfs_bmbt_irec imap, cmap; in xfs_buffered_write_iomap_begin() local 1792 &ccur, &cmap); in xfs_buffered_write_iomap_begin() [all …]
|
| A D | xfs_buf.c | 495 struct xfs_buf_map *cmap, in xfs_buf_find_insert() argument 581 struct xfs_buf_map cmap = { .bm_bn = map[0].bm_bn }; in xfs_buf_get_map() local 586 cmap.bm_flags |= XBM_LIVESCAN; in xfs_buf_get_map() 588 cmap.bm_len += map[i].bm_len; in xfs_buf_get_map() 590 error = xfs_buf_map_verify(btp, &cmap); in xfs_buf_get_map() 594 pag = xfs_buftarg_get_pag(btp, &cmap); in xfs_buf_get_map() 597 error = xfs_buf_lookup(bch, &cmap, flags, &bp); in xfs_buf_get_map() 609 error = xfs_buf_find_insert(btp, bch, pag, &cmap, map, nmaps, in xfs_buf_get_map()
|
| A D | xfs_reflink.h | 34 struct xfs_bmbt_irec *cmap, bool *shared, uint *lockmode,
|
Completed in 14 milliseconds