/linux-6.1.9/fs/xfs/libxfs/ |
D | xfs_bmap.h | 172 xfs_filblks_t len); 185 xfs_filblks_t len, struct xfs_bmbt_irec *mval, 188 xfs_fileoff_t bno, xfs_filblks_t len, uint32_t flags, 191 xfs_fileoff_t bno, xfs_filblks_t *rlen, uint32_t flags, 194 xfs_fileoff_t bno, xfs_filblks_t len, uint32_t flags, 214 xfs_fileoff_t off, xfs_filblks_t len, xfs_filblks_t prealloc, 240 xfs_filblks_t *blockcount, xfs_exntst_t state); 262 xfs_fileoff_t bno, xfs_filblks_t len, xfs_fsblock_t startblock,
|
D | xfs_bmap.c | 169 STATIC xfs_filblks_t 172 xfs_filblks_t len) /* delayed extent length */ in xfs_bmap_worst_indlen() 177 xfs_filblks_t rval; /* return value */ in xfs_bmap_worst_indlen() 485 xfs_filblks_t len, in xfs_bmap_validate_ret() 1400 xfs_filblks_t da_new; /* new count del alloc blocks used */ in xfs_bmap_add_extent_delay_real() 1401 xfs_filblks_t da_old; /* old count del alloc blocks used */ in xfs_bmap_add_extent_delay_real() 1402 xfs_filblks_t temp=0; /* value for da_new calculations */ in xfs_bmap_add_extent_delay_real() 2476 xfs_filblks_t newlen=0; /* new indirect size */ in xfs_bmap_add_extent_hole_delay() 2477 xfs_filblks_t oldlen=0; /* old indirect size */ in xfs_bmap_add_extent_hole_delay() 2480 xfs_filblks_t temp; /* temp for indirect calculations */ in xfs_bmap_add_extent_hole_delay() [all …]
|
D | xfs_types.h | 33 typedef uint64_t xfs_filblks_t; /* number of blocks in a file */ typedef 165 xfs_filblks_t br_blockcount; /* number of blocks */
|
D | xfs_alloc.h | 215 xfs_filblks_t len, const struct xfs_owner_info *oinfo, 238 xfs_filblks_t len, in xfs_free_extent_later()
|
D | xfs_bmap_btree.h | 91 extern xfs_filblks_t xfs_bmbt_disk_get_blockcount(const struct xfs_bmbt_rec *r);
|
D | xfs_btree.h | 470 #define XFS_FILBLKS_MIN(a,b) min_t(xfs_filblks_t, (a), (b)) 471 #define XFS_FILBLKS_MAX(a,b) max_t(xfs_filblks_t, (a), (b))
|
D | xfs_rmap.h | 184 xfs_fsblock_t startblock, xfs_filblks_t blockcount,
|
D | xfs_bmap_btree.c | 81 xfs_filblks_t 85 return (xfs_filblks_t)(be64_to_cpu(r->l1) & xfs_mask64lo(21)); in xfs_bmbt_disk_get_blockcount()
|
D | xfs_format.h | 1335 #define XFS_DQUOT_CLUSTER_SIZE_FSB (xfs_filblks_t)1 1702 static inline xfs_filblks_t startblockval(xfs_fsblock_t x) in startblockval() 1704 return (xfs_filblks_t)((x) & ~STARTBLOCKMASK); in startblockval()
|
/linux-6.1.9/fs/xfs/ |
D | xfs_iomap.h | 29 static inline xfs_filblks_t 32 xfs_filblks_t count_fsb, in xfs_aligned_fsb_count()
|
D | xfs_bmap_util.h | 74 xfs_extnum_t xfs_bmap_count_leaves(struct xfs_ifork *ifp, xfs_filblks_t *count); 77 xfs_filblks_t *count);
|
D | xfs_bmap_util.c | 230 xfs_filblks_t *count) in xfs_bmap_count_leaves() 256 xfs_filblks_t *count) in xfs_bmap_count_blocks() 417 xfs_filblks_t len; in xfs_getbmap() 781 xfs_filblks_t allocated_fsb; in xfs_alloc_file_space() 782 xfs_filblks_t allocatesize_fsb; in xfs_alloc_file_space() 908 xfs_filblks_t len_fsb, in xfs_unmap_extent() 1375 xfs_filblks_t count_fsb; in xfs_swap_extent_rmap() 1377 xfs_filblks_t ilen; in xfs_swap_extent_rmap() 1378 xfs_filblks_t rlen; in xfs_swap_extent_rmap() 1394 count_fsb = (xfs_filblks_t)(end_fsb - offset_fsb); in xfs_swap_extent_rmap() [all …]
|
D | xfs_fsmap.h | 18 xfs_filblks_t fmr_length; /* length of segment, blocks */
|
D | xfs_reflink.c | 248 xfs_filblks_t count_fsb) in xfs_reflink_convert_cow_locked() 292 xfs_filblks_t count_fsb = end_fsb - offset_fsb; in xfs_reflink_convert_cow() 317 xfs_filblks_t count_fsb = imap->br_blockcount; in xfs_find_trim_cow_extent() 354 xfs_filblks_t count_fsb = imap->br_blockcount; in xfs_reflink_convert_unwritten() 390 xfs_filblks_t resaligned; in xfs_reflink_fill_cow_hole() 1361 xfs_filblks_t len; in xfs_reflink_remap_blocks() 1362 xfs_filblks_t remapped_len = 0; in xfs_reflink_remap_blocks() 1367 len = min_t(xfs_filblks_t, XFS_B_TO_FSB(mp, remap_len), in xfs_reflink_remap_blocks()
|
D | xfs_bmap_item.c | 254 xfs_filblks_t *blockcount, in xfs_trans_log_finish_bmap_update() 382 xfs_filblks_t count; in xfs_bmap_update_finish_item() 481 xfs_filblks_t count; in xfs_bui_item_recover()
|
D | xfs_qm.h | 61 xfs_filblks_t qi_dqchunklen; /* # BBs in a chunk of dqs */
|
D | xfs_iomap.c | 202 xfs_filblks_t resaligned; in xfs_iomap_write_direct() 510 xfs_filblks_t count_fsb; in xfs_iomap_write_unwritten() 511 xfs_filblks_t numblks_fsb; in xfs_iomap_write_unwritten() 524 count_fsb = (xfs_filblks_t)(count_fsb - offset_fsb); in xfs_iomap_write_unwritten()
|
D | xfs_qm.c | 902 xfs_filblks_t blkcnt, in xfs_qm_reset_dqcounts_all() 976 xfs_filblks_t maxlblkcnt; in xfs_qm_reset_dqcounts_buf() 979 xfs_filblks_t rablkcnt; in xfs_qm_reset_dqcounts_buf() 1133 xfs_filblks_t rtblks = 0; /* total rt blks */ in xfs_qm_dqusage_adjust()
|
D | xfs_trace.h | 362 __field(xfs_filblks_t, blockcount) 1455 __field(xfs_filblks_t, blockcount) 1587 TP_PROTO(struct xfs_inode *ip, xfs_fileoff_t fileoff, xfs_filblks_t len, 1595 __field(xfs_filblks_t, len) 2612 xfs_filblks_t len, 2622 __field(xfs_filblks_t, l_len) 2656 xfs_filblks_t len, \ 3363 xfs_filblks_t len, struct xfs_inode *dest, 3370 __field(xfs_filblks_t, len) 3466 __field(xfs_filblks_t, len)
|
D | xfs_symlink.c | 161 xfs_filblks_t fs_blocks; in xfs_symlink()
|
/linux-6.1.9/fs/xfs/scrub/ |
D | ialloc.c | 513 xfs_filblks_t blocks; in xchk_iallocbt_xref_rmap_btreeblks() 552 xfs_filblks_t blocks; in xchk_iallocbt_xref_rmap_inodes() 553 xfs_filblks_t inode_blocks; in xchk_iallocbt_xref_rmap_inodes()
|
D | refcount.c | 363 xfs_filblks_t cow_blocks) in xchk_refcount_xref_rmap() 366 xfs_filblks_t blocks; in xchk_refcount_xref_rmap()
|
D | common.h | 132 const struct xfs_owner_info *oinfo, xfs_filblks_t *blocks);
|
D | inode.c | 506 xfs_filblks_t count; in xchk_inode_xref_bmap() 507 xfs_filblks_t acount; in xchk_inode_xref_bmap()
|
D | common.c | 323 xfs_filblks_t *blocks; 357 xfs_filblks_t *blocks) in xchk_count_rmap_ownedby_ag()
|