/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_bmap.h | 26 xfs_fileoff_t offset; /* offset in file filling in */ 174 void xfs_trim_extent(struct xfs_bmbt_irec *irec, xfs_fileoff_t bno, 182 xfs_extlen_t len, xfs_fileoff_t *unused, int whichfork); 184 xfs_fileoff_t *last_block, int whichfork); 185 int xfs_bmap_last_offset(struct xfs_inode *ip, xfs_fileoff_t *unused, 187 int xfs_bmapi_read(struct xfs_inode *ip, xfs_fileoff_t bno, 191 xfs_fileoff_t bno, xfs_filblks_t len, uint32_t flags, 194 xfs_fileoff_t bno, xfs_filblks_t *rlen, uint32_t flags, 197 xfs_fileoff_t bno, xfs_filblks_t len, uint32_t flags, 207 xfs_fileoff_t *next_fsb, xfs_fileoff_t offset_shift_fsb, [all …]
|
H A D | xfs_types.h | 32 typedef uint64_t xfs_fileoff_t; /* block number in a file */ typedef 50 #define NULLFILEOFF ((xfs_fileoff_t)-1) 164 xfs_fileoff_t br_startoff; /* starting file offset */ 236 bool xfs_verify_dablk(struct xfs_mount *mp, xfs_fileoff_t off); 239 bool xfs_verify_fileoff(struct xfs_mount *mp, xfs_fileoff_t off); 240 bool xfs_verify_fileext(struct xfs_mount *mp, xfs_fileoff_t off, 241 xfs_fileoff_t len);
|
H A D | xfs_types.c | 200 xfs_fileoff_t dabno) in xfs_verify_dablk() 211 xfs_fileoff_t off) in xfs_verify_fileoff() 220 xfs_fileoff_t off, in xfs_verify_fileext() 221 xfs_fileoff_t len) in xfs_verify_fileext()
|
H A 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 …]
|
H A D | xfs_bmap.c | 484 xfs_fileoff_t bno, in xfs_bmap_validate_ret() 1231 xfs_fileoff_t *first_unused, /* unused block */ in xfs_bmap_first_unused() 1237 xfs_fileoff_t lastaddr = 0; in xfs_bmap_first_unused() 1238 xfs_fileoff_t lowest, max; in xfs_bmap_first_unused() 1278 xfs_fileoff_t *last_block, /* last block */ in xfs_bmap_last_before() 1378 xfs_fileoff_t *last_block, in xfs_bmap_last_offset() 1419 xfs_fileoff_t new_endoff; /* end offset of new entry */ in xfs_bmap_add_extent_delay_real() 1975 xfs_fileoff_t new_endoff; /* end offset of new entry */ in xfs_bmap_add_extent_unwritten_real() 2886 xfs_fileoff_t *offp, /* in/out: aligned offset */ in xfs_bmap_extsize_align() 2889 xfs_fileoff_t orig_off; /* original offset */ in xfs_bmap_extsize_align() [all …]
|
H A 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() 616 (xfs_fileoff_t)attr->xattri_lblkno, in xfs_attr_rmtval_set_blk() 657 error = xfs_bmapi_read(args->dp, (xfs_fileoff_t)lblkno, in xfs_attr_rmtval_invalidate()
|
H A D | xfs_inode_fork.h | 190 struct xfs_ifork *ifp, xfs_fileoff_t bno, 194 struct xfs_ifork *ifp, xfs_fileoff_t *end,
|
H A D | xfs_dir2.c | 575 xfs_fileoff_t bno; /* directory offset of new block */ in xfs_dir2_grow_inode() 617 xfs_fileoff_t eof; in xfs_dir2_isblock() 642 xfs_fileoff_t eof; in xfs_dir2_isleaf() 668 xfs_fileoff_t bno; /* directory file offset */ in xfs_dir2_shrink_inode()
|
H A D | xfs_bmap_btree.h | 92 extern xfs_fileoff_t xfs_bmbt_disk_get_startoff(const struct xfs_bmbt_rec *r);
|
H A D | xfs_da_btree.h | 210 int xfs_da_grow_inode_int(struct xfs_da_args *args, xfs_fileoff_t *bno,
|
/openbmc/linux/fs/xfs/ |
H A 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, unsigned int flags, 18 xfs_fileoff_t xfs_iomap_eof_align_last_fsb(struct xfs_inode *ip, 19 xfs_fileoff_t end_fsb); 32 xfs_fileoff_t offset_fsb, in xfs_aligned_fsb_count()
|
H A D | xfs_iomap.c | 144 xfs_fileoff_t offset_fsb, in xfs_hole_to_iomap() 145 xfs_fileoff_t end_fsb) in xfs_hole_to_iomap() 157 static inline xfs_fileoff_t 200 xfs_fileoff_t 203 xfs_fileoff_t end_fsb) in xfs_iomap_eof_align_last_fsb() 224 xfs_fileoff_t aligned_end_fsb = roundup_64(end_fsb, align); in xfs_iomap_eof_align_last_fsb() 238 xfs_fileoff_t offset_fsb, in xfs_iomap_write_direct() 239 xfs_fileoff_t count_fsb, in xfs_iomap_write_direct() 411 xfs_fileoff_t offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_iomap_prealloc_size() 546 xfs_fileoff_t offset_fsb; in xfs_iomap_write_unwritten() [all …]
|
H A D | xfs_bmap_util.c | 77 xfs_fileoff_t orig_offset = ap->offset; in xfs_bmap_rtalloc() 353 xfs_fileoff_t bno, in xfs_getbmap_report_hole() 354 xfs_fileoff_t end) in xfs_getbmap_report_hole() 380 xfs_fileoff_t total_end) in xfs_getbmap_next_rec() 382 xfs_fileoff_t end = rec->br_startoff + rec->br_blockcount; in xfs_getbmap_next_rec() 412 xfs_fileoff_t bno, first_bno; in xfs_getbmap() 559 xfs_fileoff_t end = XFS_B_TO_FSB(mp, XFS_ISIZE(ip)); in xfs_getbmap() 598 xfs_fileoff_t start_fsb = XFS_B_TO_FSBT(mp, start_byte); in xfs_bmap_punch_delalloc_range() 599 xfs_fileoff_t end_fsb = XFS_B_TO_FSB(mp, end_byte); in xfs_bmap_punch_delalloc_range() 647 xfs_fileoff_t end_fsb; in xfs_can_free_eofblocks() [all …]
|
H A D | xfs_reflink.c | 247 xfs_fileoff_t offset_fsb, in xfs_reflink_convert_cow_locked() 290 xfs_fileoff_t offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_reflink_convert_cow() 291 xfs_fileoff_t end_fsb = XFS_B_TO_FSB(mp, offset + count); in xfs_reflink_convert_cow() 316 xfs_fileoff_t offset_fsb = imap->br_startoff; in xfs_find_trim_cow_extent() 353 xfs_fileoff_t offset_fsb = imap->br_startoff; in xfs_reflink_convert_unwritten() 566 xfs_fileoff_t offset_fsb, in xfs_reflink_cancel_cow_blocks() 567 xfs_fileoff_t end_fsb, in xfs_reflink_cancel_cow_blocks() 653 xfs_fileoff_t offset_fsb; in xfs_reflink_cancel_cow_range() 654 xfs_fileoff_t end_fsb; in xfs_reflink_cancel_cow_range() 707 xfs_fileoff_t *offset_fsb, in xfs_reflink_end_cow_extent() [all …]
|
H A D | xfs_reflink.h | 50 struct xfs_trans **tpp, xfs_fileoff_t offset_fsb, 51 xfs_fileoff_t end_fsb, bool cancel_real);
|
H A D | xfs_fsmap.h | 17 xfs_fileoff_t fmr_offset; /* file offset of segment */
|
H A D | xfs_aops.c | 245 xfs_fileoff_t offset_fsb = XFS_B_TO_FSBT(mp, offset); in xfs_map_blocks() 246 xfs_fileoff_t end_fsb = XFS_B_TO_FSB(mp, offset + count); in xfs_map_blocks() 247 xfs_fileoff_t cow_fsb; in xfs_map_blocks()
|
H A D | xfs_bmap_util.h | 49 xfs_fileoff_t *offp, xfs_extlen_t *lenp);
|
H A D | xfs_dquot.h | 71 xfs_fileoff_t q_fileoffset;
|
/openbmc/linux/fs/xfs/scrub/ |
H A D | common.h | 40 xfs_fileoff_t offset, int *error); 45 int whichfork, xfs_fileoff_t offset, int *error); 56 xfs_fileoff_t offset); 63 int whichfork, xfs_fileoff_t offset); 67 xfs_fileoff_t offset);
|
H A D | common.c | 125 xfs_fileoff_t offset, in __xchk_fblock_process_error() 156 xfs_fileoff_t offset, in xchk_fblock_process_error() 167 xfs_fileoff_t offset, in xchk_fblock_xref_process_error() 268 xfs_fileoff_t offset) in xchk_fblock_set_corrupt() 279 xfs_fileoff_t offset) in xchk_fblock_xref_set_corrupt() 303 xfs_fileoff_t offset) in xchk_fblock_set_warning()
|
H A D | rtsummary.c | 122 xfs_fileoff_t rbmoff; in xchk_rtsum_record_free() 184 xfs_fileoff_t off; in xchk_rtsum_compare()
|
H A D | quota.c | 89 xfs_fileoff_t offset; in xchk_quota_item() 185 xfs_fileoff_t max_dqid_off; in xchk_quota_data_fork()
|
H A D | dir.c | 39 xfs_fileoff_t offset, in xchk_dir_check_ftype() 629 xfs_fileoff_t leaf_lblk; in xchk_directory_blocks() 630 xfs_fileoff_t free_lblk; in xchk_directory_blocks() 631 xfs_fileoff_t lblk; in xchk_directory_blocks()
|
H A D | bmap.c | 125 xfs_fileoff_t offset; in xchk_bmap_get_rmap() 373 xfs_fileoff_t off; in xchk_bmap_dirattr_extent() 839 xfs_fileoff_t endoff; in xchk_bmap()
|