Home
last modified time | relevance | path

Searched refs:xfs_filblks_t (Results 1 – 25 of 30) sorted by relevance

12

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_bmap.h183 xfs_filblks_t len);
189 xfs_filblks_t len, struct xfs_owner_info *oinfo,
200 xfs_filblks_t len, struct xfs_bmbt_irec *mval,
203 xfs_fileoff_t bno, xfs_filblks_t len, int flags,
206 xfs_fileoff_t bno, xfs_filblks_t *rlen, int flags,
209 xfs_fileoff_t bno, xfs_filblks_t len, int flags,
228 xfs_fileoff_t off, xfs_filblks_t len, xfs_filblks_t prealloc,
236 xfs_filblks_t len, in xfs_bmap_add_free()
258 xfs_filblks_t *blockcount, xfs_exntst_t state);
280 xfs_fileoff_t bno, xfs_filblks_t len, xfs_fsblock_t startblock,
Dxfs_types.h33 typedef uint64_t xfs_filblks_t; /* number of blocks in a file */ typedef
146 xfs_filblks_t br_blockcount; /* number of blocks */
Dxfs_bmap.c163 STATIC xfs_filblks_t
166 xfs_filblks_t len) /* delayed extent length */ in xfs_bmap_worst_indlen()
171 xfs_filblks_t rval; /* return value */ in xfs_bmap_worst_indlen()
489 xfs_filblks_t len, in xfs_bmap_validate_ret()
538 xfs_filblks_t len, in __xfs_bmap_add_free()
1543 xfs_filblks_t da_new; /* new count del alloc blocks used */ in xfs_bmap_add_extent_delay_real()
1544 xfs_filblks_t da_old; /* old count del alloc blocks used */ in xfs_bmap_add_extent_delay_real()
1545 xfs_filblks_t temp=0; /* value for da_new calculations */ in xfs_bmap_add_extent_delay_real()
2517 xfs_filblks_t newlen=0; /* new indirect size */ in xfs_bmap_add_extent_hole_delay()
2518 xfs_filblks_t oldlen=0; /* old indirect size */ in xfs_bmap_add_extent_hole_delay()
[all …]
Dxfs_bmap_btree.h91 extern xfs_filblks_t xfs_bmbt_disk_get_blockcount(xfs_bmbt_rec_t *r);
Dxfs_btree.h457 #define XFS_FILBLKS_MIN(a,b) min_t(xfs_filblks_t, (a), (b))
458 #define XFS_FILBLKS_MAX(a,b) max_t(xfs_filblks_t, (a), (b))
Dxfs_rmap.h204 xfs_fsblock_t startblock, xfs_filblks_t blockcount,
Dxfs_bmap_btree.c82 xfs_filblks_t
86 return (xfs_filblks_t)(be64_to_cpu(r->l1) & xfs_mask64lo(21)); in xfs_bmbt_disk_get_blockcount()
/linux-4.19.296/fs/xfs/
Dxfs_iomap.h24 static inline xfs_filblks_t
27 xfs_filblks_t count_fsb, in xfs_aligned_fsb_count()
Dxfs_bmap_util.h78 xfs_extnum_t xfs_bmap_count_leaves(struct xfs_ifork *ifp, xfs_filblks_t *count);
83 xfs_filblks_t *count);
Dxfs_reflink.c316 xfs_filblks_t count_fsb) in xfs_reflink_convert_cow_extent()
342 xfs_filblks_t count_fsb = end_fsb - offset_fsb; in xfs_reflink_convert_cow()
369 xfs_filblks_t count_fsb = imap->br_blockcount; in xfs_find_trim_cow_extent()
407 xfs_filblks_t count_fsb = imap->br_blockcount; in xfs_reflink_allocate_cow()
411 xfs_filblks_t resaligned; in xfs_reflink_allocate_cow()
644 xfs_filblks_t rlen; in xfs_reflink_end_cow()
1010 xfs_filblks_t rlen; in xfs_reflink_remap_extent()
1011 xfs_filblks_t unmap_len; in xfs_reflink_remap_extent()
1133 xfs_filblks_t len, in xfs_reflink_remap_blocks()
1139 xfs_filblks_t range_len; in xfs_reflink_remap_blocks()
[all …]
Dxfs_bmap_util.c220 xfs_filblks_t *count) in xfs_bmap_count_leaves()
245 xfs_filblks_t *count) in xfs_bmap_disk_count_leaves()
268 xfs_filblks_t *count) in xfs_bmap_count_tree()
346 xfs_filblks_t *count) in xfs_bmap_count_blocks()
519 xfs_filblks_t len; in xfs_getbmap()
787 xfs_filblks_t map_len; in xfs_free_eofblocks()
868 xfs_filblks_t allocated_fsb; in xfs_alloc_file_space()
869 xfs_filblks_t allocatesize_fsb; in xfs_alloc_file_space()
1009 xfs_filblks_t len_fsb, in xfs_unmap_extent()
1534 xfs_filblks_t count_fsb; in xfs_swap_extent_rmap()
[all …]
Dxfs_qm.h42 #define XFS_DQUOT_CLUSTER_SIZE_FSB (xfs_filblks_t)1
74 xfs_filblks_t qi_dqchunklen; /* # BBs in a chunk of dqs */
Dxfs_fsmap.h18 xfs_filblks_t fmr_length; /* length of segment, blocks */
Dxfs_trans_bmap.c51 xfs_filblks_t *blockcount, in xfs_trans_log_finish_bmap_update()
183 xfs_filblks_t count; in xfs_bmap_update_finish_item()
Dxfs_trans.h256 xfs_fsblock_t startblock, xfs_filblks_t blockcount,
280 xfs_fsblock_t startblock, xfs_filblks_t *blockcount,
Dxfs_iomap.c154 xfs_filblks_t count_fsb, resaligned; in xfs_iomap_write_direct()
661 xfs_filblks_t count_fsb; in xfs_iomap_write_allocate()
814 xfs_filblks_t count_fsb; in xfs_iomap_write_unwritten()
815 xfs_filblks_t numblks_fsb; in xfs_iomap_write_unwritten()
828 count_fsb = (xfs_filblks_t)(count_fsb - offset_fsb); in xfs_iomap_write_unwritten()
Dxfs_trans_rmap.c89 xfs_filblks_t blockcount, in xfs_trans_log_finish_rmap_update()
Dxfs_qm.c893 xfs_filblks_t blkcnt, in xfs_qm_reset_dqcounts_all()
971 xfs_filblks_t maxlblkcnt; in xfs_qm_reset_dqcounts_buf()
974 xfs_filblks_t rablkcnt; in xfs_qm_reset_dqcounts_buf()
1130 xfs_filblks_t rtblks = 0; /* total rt blks */ in xfs_qm_dqusage_adjust()
Dxfs_bmap_item.c386 xfs_filblks_t count; in xfs_bui_recover()
Dxfs_trace.h220 __field(xfs_filblks_t, blockcount)
1221 __field(xfs_filblks_t, blockcount)
1353 TP_PROTO(struct xfs_inode *ip, xfs_fileoff_t bno, xfs_filblks_t len,
1361 __field(xfs_filblks_t, len)
2333 xfs_filblks_t len,
2343 __field(xfs_filblks_t, l_len)
2377 xfs_filblks_t len, \
3058 xfs_filblks_t len, struct xfs_inode *dest,
3065 __field(xfs_filblks_t, len)
3213 __field(xfs_filblks_t, len)
/linux-4.19.296/fs/xfs/scrub/
Dialloc.c275 xfs_filblks_t *inode_blocks = bs->private; in xchk_iallocbt_rec()
370 xfs_filblks_t blocks; in xchk_iallocbt_xref_rmap_btreeblks()
408 xfs_filblks_t inode_blocks) in xchk_iallocbt_xref_rmap_inodes()
411 xfs_filblks_t blocks; in xchk_iallocbt_xref_rmap_inodes()
435 xfs_filblks_t inode_blocks = 0; in xchk_iallocbt()
Drefcount.c385 xfs_filblks_t cow_blocks) in xchk_refcount_xref_rmap()
388 xfs_filblks_t blocks; in xchk_refcount_xref_rmap()
Dcommon.h126 struct xfs_owner_info *oinfo, xfs_filblks_t *blocks);
Dinode.c477 xfs_filblks_t count; in xchk_inode_xref_bmap()
478 xfs_filblks_t acount; in xchk_inode_xref_bmap()
Dcommon.c317 xfs_filblks_t *blocks;
351 xfs_filblks_t *blocks) in xchk_count_rmap_ownedby_ag()

12