/linux/fs/xfs/libxfs/ |
A D | xfs_bmap.h | 10 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 */ 185 xfs_filblks_t len, struct xfs_bmbt_irec *mval, 198 struct xfs_bmbt_irec *del); 201 struct xfs_bmbt_irec *del); 222 struct xfs_bmbt_irec *new, int *logflagsp); 234 struct xfs_bmbt_irec bi_bmap; 242 struct xfs_bmbt_irec *imap); 244 struct xfs_bmbt_irec *imap); [all …]
|
A D | xfs_inode_fork.h | 156 struct xfs_bmbt_irec *, int); 164 struct xfs_bmbt_irec *gotp); 168 struct xfs_bmbt_irec *gotp); 171 struct xfs_bmbt_irec *gotp); 174 struct xfs_bmbt_irec *gotp); 182 struct xfs_iext_cursor *cur, struct xfs_bmbt_irec *gotp) in xfs_iext_next_extent() 189 struct xfs_iext_cursor *cur, struct xfs_bmbt_irec *gotp) in xfs_iext_prev_extent() 199 struct xfs_iext_cursor *cur, struct xfs_bmbt_irec *gotp) in xfs_iext_peek_next_extent() 211 struct xfs_iext_cursor *cur, struct xfs_bmbt_irec *gotp) in xfs_iext_peek_prev_extent()
|
A D | xfs_refcount.h | 13 struct xfs_bmbt_irec; 40 struct xfs_bmbt_irec *irec); 42 struct xfs_bmbt_irec *irec);
|
A D | xfs_attr_remote.c | 384 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() 574 struct xfs_bmbt_irec *map = &dac->map; in xfs_attr_rmtval_find_space() 581 memset(map, 0, sizeof(struct xfs_bmbt_irec)); in xfs_attr_rmtval_find_space() 605 struct xfs_bmbt_irec *map = &dac->map; in xfs_attr_rmtval_set_blk() 645 struct xfs_bmbt_irec map; in xfs_attr_rmtval_invalidate()
|
A D | xfs_rmap.h | 164 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);
|
A D | xfs_bmap.c | 110 struct xfs_bmbt_irec *irec, in xfs_bmbt_lookup_eq() 159 struct xfs_bmbt_irec *irec) in xfs_bmbt_update() 616 struct xfs_bmbt_irec rec; in xfs_bmap_extents_to_btree() 782 struct xfs_bmbt_irec rec; in xfs_bmap_local_to_extents() 1214 struct xfs_bmbt_irec got; in xfs_bmap_first_unused() 1261 struct xfs_bmbt_irec got; in xfs_bmap_last_before() 1324 struct xfs_bmbt_irec rec; in xfs_bmap_isaeof() 1361 struct xfs_bmbt_irec rec; in xfs_bmap_last_offset() 1407 struct xfs_bmbt_irec old; in xfs_bmap_add_extent_delay_real() 1955 struct xfs_bmbt_irec old; in xfs_bmap_add_extent_unwritten_real() [all …]
|
A D | xfs_bmap_btree.h | 90 void xfs_bmbt_disk_set_all(struct xfs_bmbt_rec *r, struct xfs_bmbt_irec *s); 94 struct xfs_bmbt_irec *s);
|
A D | xfs_iext_tree.c | 55 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()
|
A D | xfs_attr_remote.h | 12 int xfs_attr_rmtval_stale(struct xfs_inode *ip, struct xfs_bmbt_irec *map,
|
A D | xfs_attr.h | 465 struct xfs_bmbt_irec map;
|
A D | xfs_types.h | 168 typedef struct xfs_bmbt_irec struct
|
A D | xfs_inode_fork.c | 112 struct xfs_bmbt_irec new; in xfs_iformat_extents() 550 struct xfs_bmbt_irec rec; in xfs_iextents_copy()
|
A D | xfs_bmap_btree.c | 64 struct xfs_bmbt_irec *irec) in xfs_bmbt_disk_get_all() 105 struct xfs_bmbt_irec *s) in xfs_bmbt_disk_set_all()
|
/linux/fs/xfs/ |
A D | xfs_bmap_util.h | 11 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,
|
A D | xfs_reflink.h | 23 struct xfs_bmbt_irec *irec, bool *shared); 24 int xfs_bmap_trim_cow(struct xfs_inode *ip, struct xfs_bmbt_irec *imap, 27 int xfs_reflink_allocate_cow(struct xfs_inode *ip, struct xfs_bmbt_irec *imap, 28 struct xfs_bmbt_irec *cmap, bool *shared, uint *lockmode,
|
A D | xfs_iomap.h | 12 struct xfs_bmbt_irec; 15 xfs_fileoff_t count_fsb, struct xfs_bmbt_irec *imap); 21 struct xfs_bmbt_irec *, u16);
|
A D | xfs_reflink.c | 171 struct xfs_bmbt_irec *irec, in xfs_reflink_trim_around_shared() 227 struct xfs_bmbt_irec *imap, in xfs_bmap_trim_cow() 248 struct xfs_bmbt_irec got; in xfs_reflink_convert_cow_locked() 308 struct xfs_bmbt_irec *imap, in xfs_find_trim_cow_extent() 309 struct xfs_bmbt_irec *cmap, in xfs_find_trim_cow_extent() 347 struct xfs_bmbt_irec *imap, in xfs_reflink_allocate_cow() 348 struct xfs_bmbt_irec *cmap, in xfs_reflink_allocate_cow() 988 struct xfs_bmbt_irec *dmap, in xfs_reflink_remap_extent() 991 struct xfs_bmbt_irec smap; in xfs_reflink_remap_extent() 1190 struct xfs_bmbt_irec imap; in xfs_reflink_remap_blocks() [all …]
|
A D | xfs_iomap.c | 56 struct xfs_bmbt_irec *imap, in xfs_bmbt_to_iomap() 159 struct xfs_bmbt_irec irec; in xfs_iomap_eof_align_last_fsb() 191 struct xfs_bmbt_irec *imap) in xfs_iomap_write_direct() 362 struct xfs_bmbt_irec prev, got; in xfs_iomap_prealloc_size() 612 struct xfs_bmbt_irec *imap, in imap_needs_alloc() 632 struct xfs_bmbt_irec *imap, in imap_needs_cow() 705 struct xfs_bmbt_irec *imap, in imap_spans_range() 727 struct xfs_bmbt_irec imap, cmap; in xfs_direct_write_iomap_begin() 870 struct xfs_bmbt_irec imap, cmap; in xfs_buffered_write_iomap_begin() 1156 struct xfs_bmbt_irec imap; in xfs_read_iomap_begin() [all …]
|
A D | xfs_bmap_util.c | 233 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() 597 struct xfs_bmbt_irec got, del; in xfs_bmap_punch_delalloc_range() 644 struct xfs_bmbt_irec imap; in xfs_can_free_eofblocks() 1363 struct xfs_bmbt_irec irec; in xfs_swap_extent_rmap() 1364 struct xfs_bmbt_irec uirec; in xfs_swap_extent_rmap() 1365 struct xfs_bmbt_irec tirec; in xfs_swap_extent_rmap()
|
A D | xfs_pnfs.c | 87 struct xfs_bmbt_irec imap; in xfs_fs_map_blocks() 192 struct xfs_bmbt_irec imap; in xfs_pnfs_validate_isize()
|
A D | xfs_symlink.c | 33 struct xfs_bmbt_irec mval[XFS_SYMLINK_MAPS]; in xfs_readlink_bmap_ilocked() 154 struct xfs_bmbt_irec mval[XFS_SYMLINK_MAPS]; in xfs_symlink()
|
A D | xfs_dquot.c | 296 struct xfs_bmbt_irec map; in xfs_dquot_disk_alloc() 396 struct xfs_bmbt_irec map; in xfs_dquot_disk_read() 732 struct xfs_bmbt_irec got; in xfs_dq_get_next_id()
|
/linux/fs/xfs/scrub/ |
A D | bmap.c | 104 struct xfs_bmbt_irec *irec, in xchk_bmap_get_rmap() 169 struct xfs_bmbt_irec *irec, in xchk_bmap_xref_rmap() 240 struct xfs_bmbt_irec *irec) in xchk_bmap_rt_iextent_xref() 251 struct xfs_bmbt_irec *irec) in xchk_bmap_iextent_xref() 298 struct xfs_bmbt_irec *irec) in xchk_bmap_dirattr_extent() 320 struct xfs_bmbt_irec *irec) in xchk_bmap_iextent() 389 struct xfs_bmbt_irec irec; in xchk_bmapbt_rec() 390 struct xfs_bmbt_irec iext_irec; in xchk_bmapbt_rec() 480 struct xfs_bmbt_irec irec; in xchk_bmap_check_rmap() 639 struct xfs_bmbt_irec irec; in xchk_bmap()
|
A D | rtbitmap.c | 65 struct xfs_bmbt_irec map; in xchk_rtbitmap_check_extents()
|
A D | quota.c | 174 struct xfs_bmbt_irec irec = { 0 }; in xchk_quota_data_fork()
|