Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/fs/xfs/libxfs/
H A Dxfs_bmap.h187 xfs_filblks_t len);
193 xfs_filblks_t len, const struct xfs_owner_info *oinfo,
204 xfs_filblks_t len, struct xfs_bmbt_irec *mval,
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,
233 xfs_fileoff_t off, xfs_filblks_t len, xfs_filblks_t prealloc,
247 xfs_filblks_t len, in xfs_bmap_add_free()
269 xfs_filblks_t *blockcount, xfs_exntst_t state);
291 xfs_fileoff_t bno, xfs_filblks_t len, xfs_fsblock_t startblock,
H A Dxfs_bmap.c161 STATIC xfs_filblks_t
164 xfs_filblks_t len) /* delayed extent length */ in xfs_bmap_worst_indlen()
169 xfs_filblks_t rval; /* return value */ in xfs_bmap_worst_indlen()
484 xfs_filblks_t len, in xfs_bmap_validate_ret()
533 xfs_filblks_t len, in __xfs_bmap_add_free()
1504 xfs_filblks_t da_new; /* new count del alloc blocks used */ in xfs_bmap_add_extent_delay_real()
1505 xfs_filblks_t da_old; /* old count del alloc blocks used */ in xfs_bmap_add_extent_delay_real()
1506 xfs_filblks_t temp=0; /* value for da_new calculations */ in xfs_bmap_add_extent_delay_real()
2580 xfs_filblks_t newlen=0; /* new indirect size */ in xfs_bmap_add_extent_hole_delay()
2581 xfs_filblks_t oldlen=0; /* old indirect size */ in xfs_bmap_add_extent_hole_delay()
[all …]
H A Dxfs_types.h33 typedef uint64_t xfs_filblks_t; /* number of blocks in a file */ typedef
167 xfs_filblks_t br_blockcount; /* number of blocks */
H A Dxfs_bmap_btree.h91 extern xfs_filblks_t xfs_bmbt_disk_get_blockcount(xfs_bmbt_rec_t *r);
H A Dxfs_btree.h444 #define XFS_FILBLKS_MIN(a,b) min_t(xfs_filblks_t, (a), (b))
445 #define XFS_FILBLKS_MAX(a,b) max_t(xfs_filblks_t, (a), (b))
H A Dxfs_bmap_btree.c79 xfs_filblks_t
83 return (xfs_filblks_t)(be64_to_cpu(r->l1) & xfs_mask64lo(21)); in xfs_bmbt_disk_get_blockcount()
H A Dxfs_rmap.h181 xfs_fsblock_t startblock, xfs_filblks_t blockcount,
H A Dxfs_format.h1422 #define XFS_DQUOT_CLUSTER_SIZE_FSB (xfs_filblks_t)1
1807 static inline xfs_filblks_t startblockval(xfs_fsblock_t x) in startblockval()
1809 return (xfs_filblks_t)((x) & ~STARTBLOCKMASK); in startblockval()
/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_iomap.h23 static inline xfs_filblks_t
26 xfs_filblks_t count_fsb, in xfs_aligned_fsb_count()
H A Dxfs_bmap_util.c186 xfs_filblks_t *count) in xfs_bmap_count_leaves()
212 xfs_filblks_t *count) in xfs_bmap_count_blocks()
375 xfs_filblks_t len; in xfs_getbmap()
643 xfs_filblks_t map_len; in xfs_free_eofblocks()
724 xfs_filblks_t allocated_fsb; in xfs_alloc_file_space()
725 xfs_filblks_t allocatesize_fsb; in xfs_alloc_file_space()
867 xfs_filblks_t len_fsb, in xfs_unmap_extent()
1330 xfs_filblks_t count_fsb; in xfs_swap_extent_rmap()
1332 xfs_filblks_t ilen; in xfs_swap_extent_rmap()
1333 xfs_filblks_t rlen; in xfs_swap_extent_rmap()
[all …]
H A Dxfs_reflink.c245 xfs_filblks_t count_fsb) in xfs_reflink_convert_cow_locked()
289 xfs_filblks_t count_fsb = end_fsb - offset_fsb; in xfs_reflink_convert_cow()
314 xfs_filblks_t count_fsb = imap->br_blockcount; in xfs_find_trim_cow_extent()
355 xfs_filblks_t count_fsb = imap->br_blockcount; in xfs_reflink_allocate_cow()
359 xfs_filblks_t resaligned; in xfs_reflink_allocate_cow()
607 xfs_filblks_t rlen; in xfs_reflink_end_cow_extent()
1106 xfs_filblks_t len = smap.br_blockcount; in xfs_reflink_remap_extent()
1170 xfs_filblks_t len; in xfs_reflink_remap_blocks()
1171 xfs_filblks_t remapped_len = 0; in xfs_reflink_remap_blocks()
1176 len = min_t(xfs_filblks_t, XFS_B_TO_FSB(mp, remap_len), in xfs_reflink_remap_blocks()
H 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);
H A Dxfs_fsmap.h18 xfs_filblks_t fmr_length; /* length of segment, blocks */
H A Dxfs_bmap_item.c243 xfs_filblks_t *blockcount, in xfs_trans_log_finish_bmap_update()
371 xfs_filblks_t count; in xfs_bmap_update_finish_item()
438 xfs_filblks_t count; in xfs_bui_item_recover()
H A Dxfs_qm.h62 xfs_filblks_t qi_dqchunklen; /* # BBs in a chunk of dqs */
H A Dxfs_iomap.c195 xfs_filblks_t resaligned; in xfs_iomap_write_direct()
508 xfs_filblks_t count_fsb; in xfs_iomap_write_unwritten()
509 xfs_filblks_t numblks_fsb; in xfs_iomap_write_unwritten()
522 count_fsb = (xfs_filblks_t)(count_fsb - offset_fsb); in xfs_iomap_write_unwritten()
H A Dxfs_qm.c909 xfs_filblks_t blkcnt, in xfs_qm_reset_dqcounts_all()
983 xfs_filblks_t maxlblkcnt; in xfs_qm_reset_dqcounts_buf()
986 xfs_filblks_t rablkcnt; in xfs_qm_reset_dqcounts_buf()
1140 xfs_filblks_t rtblks = 0; /* total rt blks */ in xfs_qm_dqusage_adjust()
H A Dxfs_trace.h232 __field(xfs_filblks_t, blockcount)
1320 __field(xfs_filblks_t, blockcount)
1452 TP_PROTO(struct xfs_inode *ip, xfs_fileoff_t bno, xfs_filblks_t len,
1460 __field(xfs_filblks_t, len)
2475 xfs_filblks_t len,
2485 __field(xfs_filblks_t, l_len)
2519 xfs_filblks_t len, \
3199 xfs_filblks_t len, struct xfs_inode *dest,
3206 __field(xfs_filblks_t, len)
3306 __field(xfs_filblks_t, len)
H A Dxfs_symlink.c150 xfs_filblks_t fs_blocks; in xfs_symlink()
H A Dxfs_rmap_item.c314 xfs_filblks_t blockcount, in xfs_trans_log_finish_rmap_update()
/OK3568_Linux_fs/kernel/fs/xfs/scrub/
H A Dialloc.c515 xfs_filblks_t blocks; in xchk_iallocbt_xref_rmap_btreeblks()
554 xfs_filblks_t blocks; in xchk_iallocbt_xref_rmap_inodes()
555 xfs_filblks_t inode_blocks; in xchk_iallocbt_xref_rmap_inodes()
H A Drefcount.c373 xfs_filblks_t cow_blocks) in xchk_refcount_xref_rmap()
376 xfs_filblks_t blocks; in xchk_refcount_xref_rmap()
H A Dinode.c482 xfs_filblks_t count; in xchk_inode_xref_bmap()
483 xfs_filblks_t acount; in xchk_inode_xref_bmap()
H A Dcommon.h128 const struct xfs_owner_info *oinfo, xfs_filblks_t *blocks);
H A Dcommon.c319 xfs_filblks_t *blocks;
353 xfs_filblks_t *blocks) in xchk_count_rmap_ownedby_ag()

12