Home
last modified time | relevance | path

Searched refs:xfs_bmbt_irec (Results 1 – 25 of 41) sorted by relevance

12

/linux-6.1.9/fs/xfs/libxfs/
Dxfs_bmap.h10 struct xfs_bmbt_irec;
22 struct xfs_bmbt_irec prev; /* extent before the new one */
23 struct xfs_bmbt_irec got; /* extent after, or delayed */
147 static inline bool xfs_bmap_is_real_extent(struct xfs_bmbt_irec *irec) in xfs_bmap_is_real_extent()
158 static inline bool xfs_bmap_is_written_extent(struct xfs_bmbt_irec *irec) in xfs_bmap_is_written_extent()
171 void xfs_trim_extent(struct xfs_bmbt_irec *irec, xfs_fileoff_t bno,
185 xfs_filblks_t len, struct xfs_bmbt_irec *mval,
189 xfs_extlen_t total, struct xfs_bmbt_irec *mval, int *nmap);
197 struct xfs_iext_cursor *cur, struct xfs_bmbt_irec *got,
198 struct xfs_bmbt_irec *del);
[all …]
Dxfs_inode_fork.h183 struct xfs_bmbt_irec *, int);
191 struct xfs_bmbt_irec *gotp);
195 struct xfs_bmbt_irec *gotp);
198 struct xfs_bmbt_irec *gotp);
201 struct xfs_bmbt_irec *gotp);
209 struct xfs_iext_cursor *cur, struct xfs_bmbt_irec *gotp) in xfs_iext_next_extent()
216 struct xfs_iext_cursor *cur, struct xfs_bmbt_irec *gotp) in xfs_iext_prev_extent()
226 struct xfs_iext_cursor *cur, struct xfs_bmbt_irec *gotp) in xfs_iext_peek_next_extent()
238 struct xfs_iext_cursor *cur, struct xfs_bmbt_irec *gotp) in xfs_iext_peek_prev_extent()
Dxfs_refcount.h13 struct xfs_bmbt_irec;
71 struct xfs_bmbt_irec *irec);
73 struct xfs_bmbt_irec *irec);
Dxfs_rmap.h164 struct xfs_bmbt_irec ri_bmap;
169 int whichfork, struct xfs_bmbt_irec *imap);
171 int whichfork, struct xfs_bmbt_irec *imap);
174 struct xfs_bmbt_irec *imap);
Dxfs_attr_remote.c384 struct xfs_bmbt_irec map[ATTR_RMTVALUE_MAPSIZE]; in xfs_attr_rmtval_get()
477 struct xfs_bmbt_irec map; in xfs_attr_rmtval_set_value()
541 struct xfs_bmbt_irec *map, in xfs_attr_rmtval_stale()
579 struct xfs_bmbt_irec *map = &attr->xattri_map; in xfs_attr_rmtval_find_space()
586 memset(map, 0, sizeof(struct xfs_bmbt_irec)); in xfs_attr_rmtval_find_space()
610 struct xfs_bmbt_irec *map = &attr->xattri_map; in xfs_attr_rmtval_set_blk()
651 struct xfs_bmbt_irec map; in xfs_attr_rmtval_invalidate()
Dxfs_bmap.c108 struct xfs_bmbt_irec *irec, in xfs_bmbt_lookup_eq()
157 struct xfs_bmbt_irec *irec) in xfs_bmbt_update()
614 struct xfs_bmbt_irec rec; in xfs_bmap_extents_to_btree()
780 struct xfs_bmbt_irec rec; in xfs_bmap_local_to_extents()
1135 struct xfs_bmbt_irec new; in xfs_iread_bmbt_block()
1211 struct xfs_bmbt_irec got; in xfs_bmap_first_unused()
1258 struct xfs_bmbt_irec got; in xfs_bmap_last_before()
1288 struct xfs_bmbt_irec *rec, in xfs_bmap_last_extent()
1321 struct xfs_bmbt_irec rec; in xfs_bmap_isaeof()
1358 struct xfs_bmbt_irec rec; in xfs_bmap_last_offset()
[all …]
Dxfs_bmap_btree.h90 void xfs_bmbt_disk_set_all(struct xfs_bmbt_rec *r, struct xfs_bmbt_irec *s);
94 struct xfs_bmbt_irec *s);
Dxfs_iext_tree.c55 struct xfs_bmbt_irec *irec) in xfs_iext_set()
73 struct xfs_bmbt_irec *irec, in xfs_iext_get()
628 struct xfs_bmbt_irec *irec, in xfs_iext_insert()
924 struct xfs_bmbt_irec *gotp) in xfs_iext_lookup_extent()
965 struct xfs_bmbt_irec *gotp) in xfs_iext_lookup_extent_before()
982 struct xfs_bmbt_irec *new) in xfs_iext_update_extent()
989 struct xfs_bmbt_irec old; in xfs_iext_update_extent()
1011 struct xfs_bmbt_irec *gotp) in xfs_iext_get_extent()
Dxfs_attr_remote.h12 int xfs_attr_rmtval_stale(struct xfs_inode *ip, struct xfs_bmbt_irec *map,
Dxfs_attr.h529 struct xfs_bmbt_irec xattri_map;
Dxfs_types.h161 typedef struct xfs_bmbt_irec struct
Dxfs_bmap_btree.c64 struct xfs_bmbt_irec *irec) in xfs_bmbt_disk_get_all()
105 struct xfs_bmbt_irec *s) in xfs_bmbt_disk_set_all()
Dxfs_inode_fork.c111 struct xfs_bmbt_irec new; in xfs_iformat_extents()
548 struct xfs_bmbt_irec rec; in xfs_iextents_copy()
/linux-6.1.9/fs/xfs/
Dxfs_bmap_util.h11 struct xfs_bmbt_irec;
46 int xfs_bmap_extsize_align(struct xfs_mount *mp, struct xfs_bmbt_irec *gotp,
47 struct xfs_bmbt_irec *prevp, xfs_extlen_t extsz,
52 int whichfork, struct xfs_bmbt_irec *rec,
Dxfs_reflink.h20 struct xfs_bmbt_irec *irec, bool *shared);
21 int xfs_bmap_trim_cow(struct xfs_inode *ip, struct xfs_bmbt_irec *imap,
24 int xfs_reflink_allocate_cow(struct xfs_inode *ip, struct xfs_bmbt_irec *imap,
25 struct xfs_bmbt_irec *cmap, bool *shared, uint *lockmode,
Dxfs_iomap.h12 struct xfs_bmbt_irec;
16 struct xfs_bmbt_irec *imap);
22 struct xfs_bmbt_irec *imap, unsigned int mapping_flags,
Dxfs_reflink.c170 struct xfs_bmbt_irec *irec, in xfs_reflink_trim_around_shared()
230 struct xfs_bmbt_irec *imap, in xfs_bmap_trim_cow()
251 struct xfs_bmbt_irec got; in xfs_reflink_convert_cow_locked()
311 struct xfs_bmbt_irec *imap, in xfs_find_trim_cow_extent()
312 struct xfs_bmbt_irec *cmap, in xfs_find_trim_cow_extent()
349 struct xfs_bmbt_irec *imap, in xfs_reflink_convert_unwritten()
350 struct xfs_bmbt_irec *cmap, in xfs_reflink_convert_unwritten()
382 struct xfs_bmbt_irec *imap, in xfs_reflink_fill_cow_hole()
383 struct xfs_bmbt_irec *cmap, in xfs_reflink_fill_cow_hole()
452 struct xfs_bmbt_irec *imap, in xfs_reflink_fill_delalloc()
[all …]
Dxfs_iomap.c55 struct xfs_bmbt_irec *imap, in xfs_bmbt_to_iomap()
165 struct xfs_bmbt_irec irec; in xfs_iomap_eof_align_last_fsb()
198 struct xfs_bmbt_irec *imap) in xfs_iomap_write_direct()
371 struct xfs_bmbt_irec prev, got; in xfs_iomap_prealloc_size()
624 struct xfs_bmbt_irec *imap, in imap_needs_alloc()
644 struct xfs_bmbt_irec *imap, in imap_needs_cow()
717 struct xfs_bmbt_irec *imap, in imap_spans_range()
739 struct xfs_bmbt_irec imap, cmap; in xfs_direct_write_iomap_begin()
911 struct xfs_bmbt_irec imap, cmap; in xfs_buffered_write_iomap_begin()
1201 struct xfs_bmbt_irec imap; in xfs_read_iomap_begin()
[all …]
Dxfs_bmap_util.c233 struct xfs_bmbt_irec got; in xfs_bmap_count_leaves()
304 struct xfs_bmbt_irec *got) in xfs_getbmap_report_one()
381 struct xfs_bmbt_irec *rec, in xfs_getbmap_next_rec()
416 struct xfs_bmbt_irec got, rec; in xfs_getbmap()
598 struct xfs_bmbt_irec got, del; in xfs_bmap_punch_delalloc_range()
645 struct xfs_bmbt_irec imap; in xfs_can_free_eofblocks()
1370 struct xfs_bmbt_irec irec; in xfs_swap_extent_rmap()
1371 struct xfs_bmbt_irec uirec; in xfs_swap_extent_rmap()
1372 struct xfs_bmbt_irec tirec; in xfs_swap_extent_rmap()
Dxfs_pnfs.c121 struct xfs_bmbt_irec imap; in xfs_fs_map_blocks()
228 struct xfs_bmbt_irec imap; in xfs_pnfs_validate_isize()
Dxfs_symlink.c34 struct xfs_bmbt_irec mval[XFS_SYMLINK_MAPS]; in xfs_readlink_bmap_ilocked()
163 struct xfs_bmbt_irec mval[XFS_SYMLINK_MAPS]; in xfs_symlink()
Dxfs_attr_inactive.c39 struct xfs_bmbt_irec map; in xfs_attr3_rmt_stale()
/linux-6.1.9/fs/xfs/scrub/
Dbmap.c104 struct xfs_bmbt_irec *irec, in xchk_bmap_get_rmap()
153 struct xfs_bmbt_irec *irec, in xchk_bmap_xref_rmap()
224 struct xfs_bmbt_irec *irec) in xchk_bmap_rt_iextent_xref()
235 struct xfs_bmbt_irec *irec) in xchk_bmap_iextent_xref()
282 struct xfs_bmbt_irec *irec) in xchk_bmap_dirattr_extent()
304 struct xfs_bmbt_irec *irec) in xchk_bmap_iextent()
373 struct xfs_bmbt_irec irec; in xchk_bmapbt_rec()
374 struct xfs_bmbt_irec iext_irec; in xchk_bmapbt_rec()
464 struct xfs_bmbt_irec irec; in xchk_bmap_check_rmap()
623 struct xfs_bmbt_irec irec; in xchk_bmap()
Drtbitmap.c66 struct xfs_bmbt_irec map; in xchk_rtbitmap_check_extents()
Dquota.c174 struct xfs_bmbt_irec irec = { 0 }; in xchk_quota_data_fork()

12