Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_bmap_btree.h87 static inline xfs_filblks_t startblockval(xfs_fsblock_t x) in startblockval()
89 return (xfs_filblks_t)((x) & ~STARTBLOCKMASK); in startblockval()
123 xfs_filblks_t br_blockcount; /* number of blocks */
210 extern xfs_filblks_t xfs_bmbt_get_blockcount(xfs_bmbt_rec_host_t *r);
215 extern xfs_filblks_t xfs_bmbt_disk_get_blockcount(xfs_bmbt_rec_t *r);
220 xfs_fsblock_t b, xfs_filblks_t c, xfs_exntst_t v);
221 extern void xfs_bmbt_set_blockcount(xfs_bmbt_rec_host_t *r, xfs_filblks_t v);
227 xfs_fsblock_t b, xfs_filblks_t c, xfs_exntst_t v);
Dxfs_bmap.h168 void xfs_bmap_add_free(xfs_fsblock_t bno, xfs_filblks_t len,
182 xfs_filblks_t len, struct xfs_bmbt_irec *mval,
185 xfs_filblks_t len, struct xfs_bmbt_irec *mval,
188 xfs_fileoff_t bno, xfs_filblks_t len, int flags,
193 xfs_fileoff_t bno, xfs_filblks_t len, int flags,
Dxfs_bmap_btree.c47 xfs_filblks_t blks, in xfs_extent_state()
124 s->br_blockcount = (xfs_filblks_t)(l1 & xfs_mask64lo(21)); in __xfs_bmbt_get_all()
145 xfs_filblks_t
149 return (xfs_filblks_t)(r->l1 & xfs_mask64lo(21)); in xfs_bmbt_get_blockcount()
201 xfs_filblks_t
205 return (xfs_filblks_t)(be64_to_cpu(r->l1) & xfs_mask64lo(21)); in xfs_bmbt_disk_get_blockcount()
228 xfs_filblks_t blockcount, in xfs_bmbt_set_allf()
286 xfs_filblks_t blockcount, in xfs_bmbt_disk_set_allf()
346 xfs_filblks_t v) in xfs_bmbt_set_blockcount()
Dxfs_iomap.c132 xfs_filblks_t count_fsb, resaligned; in xfs_iomap_write_direct()
284 xfs_filblks_t count_fsb; in xfs_iomap_eof_want_preallocate()
489 xfs_filblks_t count_fsb; in xfs_iomap_write_allocate()
642 xfs_filblks_t count_fsb; in xfs_iomap_write_unwritten()
643 xfs_filblks_t numblks_fsb; in xfs_iomap_write_unwritten()
658 count_fsb = (xfs_filblks_t)(count_fsb - offset_fsb); in xfs_iomap_write_unwritten()
Dxfs_qm.h38 #define XFS_DQUOT_CLUSTER_SIZE_FSB (xfs_filblks_t)1
61 xfs_filblks_t qi_dqchunklen; /* # BBs in a chunk of dqs */
Dxfs_bmap.c174 STATIC xfs_filblks_t
177 xfs_filblks_t len); /* delayed extent length */
187 xfs_filblks_t len,
228 xfs_filblks_t len, in xfs_bmbt_lookup_eq()
242 xfs_filblks_t len, in xfs_bmbt_lookup_ge()
281 xfs_filblks_t len, in xfs_bmbt_update()
411 xfs_filblks_t da_new; /* new count del alloc blocks used */ in xfs_bmap_add_extent_delay_real()
412 xfs_filblks_t da_old; /* old count del alloc blocks used */ in xfs_bmap_add_extent_delay_real()
413 xfs_filblks_t temp=0; /* value for da_new calculations */ in xfs_bmap_add_extent_delay_real()
414 xfs_filblks_t temp2=0;/* value for da_new calculations */ in xfs_bmap_add_extent_delay_real()
[all …]
Dxfs_btree.h429 #define XFS_FILBLKS_MIN(a,b) min_t(xfs_filblks_t, (a), (b))
430 #define XFS_FILBLKS_MAX(a,b) max_t(xfs_filblks_t, (a), (b))
Dxfs_types.h102 typedef __uint64_t xfs_filblks_t; /* number of blocks in a file */ typedef
Dxfs_qm.c861 xfs_filblks_t blkcnt, in xfs_qm_dqiter_bufs()
915 xfs_filblks_t maxlblkcnt; in xfs_qm_dqiterate()
918 xfs_filblks_t rablkcnt; in xfs_qm_dqiterate()
1064 xfs_filblks_t rtblks; /* total rt blks */ in xfs_qm_get_rtblks()
Dxfs_vnodeops.c171 xfs_filblks_t map_len; in xfs_free_eofblocks()
1495 xfs_filblks_t fs_blocks; in xfs_symlink()
1780 xfs_filblks_t allocated_fsb; in xfs_alloc_file_space()
1781 xfs_filblks_t allocatesize_fsb; in xfs_alloc_file_space()
Dxfs_trace.h195 __field(xfs_filblks_t, blockcount)
234 __field(xfs_filblks_t, blockcount)
986 __field(xfs_filblks_t, blockcount)
1115 TP_PROTO(struct xfs_inode *ip, xfs_fileoff_t bno, xfs_filblks_t len,
1123 __field(xfs_filblks_t, len)
Dxfs_inode.c1192 xfs_filblks_t unmap_len; in xfs_itruncate_extents()
3393 xfs_filblks_t blockcount = 0; /* number of blocks in extent */ in xfs_iext_bno_to_ext()