Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/fs/xfs/libxfs/
A Dxfs_bmap.h175 xfs_filblks_t len);
188 xfs_filblks_t len, struct xfs_bmbt_irec *mval,
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,
217 xfs_fileoff_t off, xfs_filblks_t len, xfs_filblks_t prealloc,
266 xfs_fileoff_t bno, xfs_filblks_t len, xfs_fsblock_t startblock,
A Dxfs_types.h33 typedef uint64_t xfs_filblks_t; /* number of blocks in a file */ typedef
165 xfs_filblks_t br_blockcount; /* number of blocks */
A Dxfs_bmap.c169 STATIC xfs_filblks_t
485 xfs_filblks_t len, in xfs_bmap_validate_ret()
3693 xfs_filblks_t len) in xfs_trim_extent()
3729 xfs_filblks_t len, in xfs_bmapi_trim_map()
3828 xfs_filblks_t len, in xfs_bmapi_read()
3921 xfs_filblks_t len, in xfs_bmapi_reserve_delalloc()
4150 xfs_filblks_t len, in xfs_bmapi_convert_unwritten()
4599 xfs_filblks_t len, in xfs_bmapi_remap()
4686 static xfs_filblks_t
5020 xfs_filblks_t len; in xfs_bmap_del_extent_real()
[all …]
A Dxfs_alloc.h226 xfs_filblks_t len, const struct xfs_owner_info *oinfo,
249 xfs_filblks_t len, in xfs_free_extent_later()
A Dxfs_bmap_btree.h91 extern xfs_filblks_t xfs_bmbt_disk_get_blockcount(const struct xfs_bmbt_rec *r);
A Dxfs_btree.h470 #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))
A 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()
A Dxfs_format.h1335 #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()
A Dxfs_inode_buf.c467 xfs_filblks_t nblocks; in xfs_dinode_verify()
/linux-6.3-rc2/fs/xfs/
A Dxfs_iomap.h30 static inline xfs_filblks_t
33 xfs_filblks_t count_fsb, in xfs_aligned_fsb_count()
A Dxfs_bmap_util.h74 xfs_extnum_t xfs_bmap_count_leaves(struct xfs_ifork *ifp, xfs_filblks_t *count);
77 xfs_filblks_t *count);
A Dxfs_bmap_util.c230 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()
783 xfs_filblks_t allocated_fsb; in xfs_alloc_file_space()
784 xfs_filblks_t allocatesize_fsb; in xfs_alloc_file_space()
910 xfs_filblks_t len_fsb, in xfs_unmap_extent()
1377 xfs_filblks_t count_fsb; in xfs_swap_extent_rmap()
1379 xfs_filblks_t ilen; in xfs_swap_extent_rmap()
1380 xfs_filblks_t rlen; in xfs_swap_extent_rmap()
1503 xfs_filblks_t aforkblks = 0; in xfs_swap_extent_forks()
[all …]
A Dxfs_fsmap.h18 xfs_filblks_t fmr_length; /* length of segment, blocks */
A Dxfs_reflink.c248 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()
1359 xfs_filblks_t len; in xfs_reflink_remap_blocks()
1360 xfs_filblks_t remapped_len = 0; in xfs_reflink_remap_blocks()
1365 len = min_t(xfs_filblks_t, XFS_B_TO_FSB(mp, remap_len), in xfs_reflink_remap_blocks()
A Dxfs_qm.h61 xfs_filblks_t qi_dqchunklen; /* # BBs in a chunk of dqs */
A Dxfs_iomap.c246 xfs_filblks_t resaligned; in xfs_iomap_write_direct()
555 xfs_filblks_t count_fsb; in xfs_iomap_write_unwritten()
556 xfs_filblks_t numblks_fsb; in xfs_iomap_write_unwritten()
569 count_fsb = (xfs_filblks_t)(count_fsb - offset_fsb); in xfs_iomap_write_unwritten()
A Dxfs_qm.c910 xfs_filblks_t blkcnt, in xfs_qm_reset_dqcounts_all()
984 xfs_filblks_t maxlblkcnt; in xfs_qm_reset_dqcounts_buf()
987 xfs_filblks_t rablkcnt; in xfs_qm_reset_dqcounts_buf()
1141 xfs_filblks_t rtblks = 0; /* total rt blks */ in xfs_qm_dqusage_adjust()
A Dxfs_symlink.c161 xfs_filblks_t fs_blocks; in xfs_symlink()
A Dxfs_trace.h367 __field(xfs_filblks_t, blockcount)
1461 __field(xfs_filblks_t, blockcount)
1593 TP_PROTO(struct xfs_inode *ip, xfs_fileoff_t fileoff, xfs_filblks_t len,
1601 __field(xfs_filblks_t, len)
2613 xfs_filblks_t len,
2623 __field(xfs_filblks_t, l_len)
2657 xfs_filblks_t len, \
3443 xfs_filblks_t len, struct xfs_inode *dest,
3450 __field(xfs_filblks_t, len)
3546 __field(xfs_filblks_t, len)
A Dxfs_inode.c1336 xfs_filblks_t unmap_len; in xfs_itruncate_extents_flags()
/linux-6.3-rc2/fs/xfs/scrub/
A Dialloc.c513 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()
A Drefcount.c363 xfs_filblks_t cow_blocks) in xchk_refcount_xref_rmap()
366 xfs_filblks_t blocks; in xchk_refcount_xref_rmap()
A Dcommon.h132 const struct xfs_owner_info *oinfo, xfs_filblks_t *blocks);
A Dinode.c506 xfs_filblks_t count; in xchk_inode_xref_bmap()
507 xfs_filblks_t acount; in xchk_inode_xref_bmap()
A Dcommon.c323 xfs_filblks_t *blocks;
357 xfs_filblks_t *blocks) in xchk_count_rmap_ownedby_ag()

Completed in 55 milliseconds

12