| /Linux-v5.10/fs/xfs/libxfs/ |
| D | xfs_bmap.h | 27 xfs_fileoff_t offset; /* offset in file filling in */ 186 void xfs_trim_extent(struct xfs_bmbt_irec *irec, xfs_fileoff_t bno, 197 xfs_extlen_t len, xfs_fileoff_t *unused, int whichfork); 199 xfs_fileoff_t *last_block, int whichfork); 200 int xfs_bmap_last_offset(struct xfs_inode *ip, xfs_fileoff_t *unused, 203 int xfs_bmapi_read(struct xfs_inode *ip, xfs_fileoff_t bno, 207 xfs_fileoff_t bno, xfs_filblks_t len, int flags, 210 xfs_fileoff_t bno, xfs_filblks_t *rlen, int flags, 213 xfs_fileoff_t bno, xfs_filblks_t len, int flags, 223 xfs_fileoff_t *next_fsb, xfs_fileoff_t offset_shift_fsb, [all …]
|
| D | xfs_types.h | 31 typedef uint64_t xfs_fileoff_t; /* block number in a file */ typedef 48 #define NULLFILEOFF ((xfs_fileoff_t)-1) 164 xfs_fileoff_t br_startoff; /* starting file offset */ 199 bool xfs_verify_dablk(struct xfs_mount *mp, xfs_fileoff_t off);
|
| D | xfs_iext_tree.c | 279 xfs_fileoff_t offset) in xfs_iext_key_cmp() 291 xfs_fileoff_t offset) in xfs_iext_rec_cmp() 306 xfs_fileoff_t offset, in xfs_iext_find_level() 331 xfs_fileoff_t offset) in xfs_iext_node_pos() 346 xfs_fileoff_t offset) in xfs_iext_node_insert_pos() 428 xfs_fileoff_t old_offset, in xfs_iext_update_node() 429 xfs_fileoff_t new_offset, in xfs_iext_update_node() 632 xfs_fileoff_t offset = irec->br_startoff; in xfs_iext_insert() 725 xfs_fileoff_t offset, in xfs_iext_remove_node() 792 xfs_fileoff_t offset, in xfs_iext_rebalance_leaf() [all …]
|
| D | xfs_bmap.c | 483 xfs_fileoff_t bno, in xfs_bmap_validate_ret() 1273 xfs_fileoff_t *first_unused, /* unused block */ in xfs_bmap_first_unused() 1279 xfs_fileoff_t lastaddr = 0; in xfs_bmap_first_unused() 1280 xfs_fileoff_t lowest, max; in xfs_bmap_first_unused() 1322 xfs_fileoff_t *last_block, /* last block */ in xfs_bmap_last_before() 1426 xfs_fileoff_t *last_block, in xfs_bmap_last_offset() 1499 xfs_fileoff_t new_endoff; /* end offset of new entry */ in xfs_bmap_add_extent_delay_real() 2050 xfs_fileoff_t new_endoff; /* end offset of new entry */ in xfs_bmap_add_extent_unwritten_real() 2961 xfs_fileoff_t *offp, /* in/out: aligned offset */ in xfs_bmap_extsize_align() 2964 xfs_fileoff_t orig_off; /* original offset */ in xfs_bmap_extsize_align() [all …]
|
| D | xfs_attr_remote.c | 404 error = xfs_bmapi_read(args->dp, (xfs_fileoff_t)lblkno, in xfs_attr_rmtval_get() 452 xfs_fileoff_t lfileoff = 0; in xfs_attr_rmt_find_hole() 503 error = xfs_bmapi_read(dp, (xfs_fileoff_t)lblkno, in xfs_attr_rmtval_set_value() 604 error = xfs_bmapi_write(args->trans, dp, (xfs_fileoff_t)lblkno, in xfs_attr_rmtval_set() 655 error = xfs_bmapi_read(args->dp, (xfs_fileoff_t)lblkno, in xfs_attr_rmtval_invalidate()
|
| D | xfs_inode_fork.h | 107 struct xfs_ifork *ifp, xfs_fileoff_t bno, 111 struct xfs_ifork *ifp, xfs_fileoff_t *end,
|
| D | xfs_rmap.h | 27 xfs_fileoff_t offset) in xfs_rmap_ino_owner() 180 uint64_t owner, int whichfork, xfs_fileoff_t startoff,
|
| D | xfs_dir2.c | 562 xfs_fileoff_t bno; /* directory offset of new block */ in xfs_dir2_grow_inode() 603 xfs_fileoff_t last; /* last file offset */ in xfs_dir2_isblock() 625 xfs_fileoff_t last; /* last file offset */ in xfs_dir2_isleaf() 645 xfs_fileoff_t bno; /* directory file offset */ in xfs_dir2_shrink_inode()
|
| D | xfs_refcount.h | 66 static inline xfs_fileoff_t xfs_refcount_max_unmap(int log_res) in xfs_refcount_max_unmap()
|
| D | xfs_bmap_btree.h | 92 extern xfs_fileoff_t xfs_bmbt_disk_get_startoff(xfs_bmbt_rec_t *r);
|
| D | xfs_types.c | 216 xfs_fileoff_t dabno) in xfs_verify_dablk()
|
| /Linux-v5.10/fs/xfs/ |
| D | xfs_iomap.h | 14 int xfs_iomap_write_direct(struct xfs_inode *ip, xfs_fileoff_t offset_fsb, 15 xfs_fileoff_t count_fsb, struct xfs_bmbt_irec *imap); 17 xfs_fileoff_t xfs_iomap_eof_align_last_fsb(struct xfs_inode *ip, 18 xfs_fileoff_t end_fsb); 25 xfs_fileoff_t offset_fsb, in xfs_aligned_fsb_count()
|
| D | xfs_iomap.c | 95 xfs_fileoff_t offset_fsb, in xfs_hole_to_iomap() 96 xfs_fileoff_t end_fsb) in xfs_hole_to_iomap() 108 static inline xfs_fileoff_t 151 xfs_fileoff_t 154 xfs_fileoff_t end_fsb) in xfs_iomap_eof_align_last_fsb() 175 xfs_fileoff_t aligned_end_fsb = roundup_64(end_fsb, align); in xfs_iomap_eof_align_last_fsb() 189 xfs_fileoff_t offset_fsb, in xfs_iomap_write_direct() 190 xfs_fileoff_t count_fsb, in xfs_iomap_write_direct() 372 xfs_fileoff_t offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_iomap_prealloc_size() 507 xfs_fileoff_t offset_fsb; in xfs_iomap_write_unwritten() [all …]
|
| D | xfs_bmap_util.c | 313 xfs_fileoff_t bno, in xfs_getbmap_report_hole() 314 xfs_fileoff_t end) in xfs_getbmap_report_hole() 340 xfs_fileoff_t total_end) in xfs_getbmap_next_rec() 342 xfs_fileoff_t end = rec->br_startoff + rec->br_blockcount; in xfs_getbmap_next_rec() 372 xfs_fileoff_t bno, first_bno; in xfs_getbmap() 520 xfs_fileoff_t end = XFS_B_TO_FSB(mp, XFS_ISIZE(ip)); in xfs_getbmap() 552 xfs_fileoff_t start_fsb, in xfs_bmap_punch_delalloc_range() 553 xfs_fileoff_t length) in xfs_bmap_punch_delalloc_range() 556 xfs_fileoff_t end_fsb = start_fsb + length; in xfs_bmap_punch_delalloc_range() 641 xfs_fileoff_t end_fsb; in xfs_free_eofblocks() [all …]
|
| D | xfs_bmap_util.h | 34 xfs_fileoff_t start_fsb, xfs_fileoff_t length); 49 xfs_fileoff_t *offp, xfs_extlen_t *lenp);
|
| D | xfs_reflink.c | 244 xfs_fileoff_t offset_fsb, in xfs_reflink_convert_cow_locked() 287 xfs_fileoff_t offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_reflink_convert_cow() 288 xfs_fileoff_t end_fsb = XFS_B_TO_FSB(mp, offset + count); in xfs_reflink_convert_cow() 313 xfs_fileoff_t offset_fsb = imap->br_startoff; in xfs_find_trim_cow_extent() 354 xfs_fileoff_t offset_fsb = imap->br_startoff; in xfs_reflink_allocate_cow() 460 xfs_fileoff_t offset_fsb, in xfs_reflink_cancel_cow_blocks() 461 xfs_fileoff_t end_fsb, in xfs_reflink_cancel_cow_blocks() 545 xfs_fileoff_t offset_fsb; in xfs_reflink_cancel_cow_range() 546 xfs_fileoff_t end_fsb; in xfs_reflink_cancel_cow_range() 599 xfs_fileoff_t offset_fsb, in xfs_reflink_end_cow_extent() [all …]
|
| D | xfs_reflink.h | 35 struct xfs_trans **tpp, xfs_fileoff_t offset_fsb, 36 xfs_fileoff_t end_fsb, bool cancel_real);
|
| D | xfs_aops.c | 347 xfs_fileoff_t offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_map_blocks() 348 xfs_fileoff_t end_fsb = XFS_B_TO_FSB(mp, offset + count); in xfs_map_blocks() 349 xfs_fileoff_t cow_fsb; in xfs_map_blocks() 539 xfs_fileoff_t start_fsb = XFS_B_TO_FSBT(mp, fileoff); in xfs_discard_page() 540 xfs_fileoff_t pageoff_fsb = XFS_B_TO_FSBT(mp, pageoff); in xfs_discard_page()
|
| D | xfs_fsmap.h | 17 xfs_fileoff_t fmr_offset; /* file offset of segment */
|
| /Linux-v5.10/fs/xfs/scrub/ |
| D | common.h | 38 xfs_fileoff_t offset, int *error); 43 int whichfork, xfs_fileoff_t offset, int *error); 54 xfs_fileoff_t offset); 61 int whichfork, xfs_fileoff_t offset); 65 xfs_fileoff_t offset);
|
| D | common.c | 120 xfs_fileoff_t offset, in __xchk_fblock_process_error() 150 xfs_fileoff_t offset, in xchk_fblock_process_error() 161 xfs_fileoff_t offset, in xchk_fblock_xref_process_error() 262 xfs_fileoff_t offset) in xchk_fblock_set_corrupt() 273 xfs_fileoff_t offset) in xchk_fblock_xref_set_corrupt() 297 xfs_fileoff_t offset) in xchk_fblock_set_warning()
|
| D | quota.c | 83 xfs_fileoff_t offset; in xchk_quota_item() 179 xfs_fileoff_t max_dqid_off; in xchk_quota_data_fork()
|
| D | bmap.c | 93 xfs_fileoff_t lastoff; 109 xfs_fileoff_t offset; in xchk_bmap_get_rmap() 300 xfs_fileoff_t off; in xchk_bmap_dirattr_extent() 649 xfs_fileoff_t endoff; in xchk_bmap()
|
| D | dir.c | 46 xfs_fileoff_t offset, in xchk_dir_check_ftype() 653 xfs_fileoff_t leaf_lblk; in xchk_directory_blocks() 654 xfs_fileoff_t free_lblk; in xchk_directory_blocks() 655 xfs_fileoff_t lblk; in xchk_directory_blocks()
|
| D | trace.h | 159 xfs_fileoff_t offset, int error, void *ret_ip), 166 __field(xfs_fileoff_t, offset) 266 xfs_fileoff_t offset, void *ret_ip), 273 __field(xfs_fileoff_t, offset) 296 xfs_fileoff_t offset, void *ret_ip), \
|