Searched refs:xfs_filblks_t (Results 1 – 16 of 16) sorted by relevance
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_bmap_btree.h | 110 extern xfs_filblks_t xfs_bmbt_get_blockcount(xfs_bmbt_rec_host_t *r); 115 extern xfs_filblks_t xfs_bmbt_disk_get_blockcount(xfs_bmbt_rec_t *r); 120 xfs_fsblock_t b, xfs_filblks_t c, xfs_exntst_t v); 121 extern void xfs_bmbt_set_blockcount(xfs_bmbt_rec_host_t *r, xfs_filblks_t v); 127 xfs_fsblock_t b, xfs_filblks_t c, xfs_exntst_t v);
|
D | xfs_bmap.h | 185 void xfs_bmap_add_free(xfs_fsblock_t bno, xfs_filblks_t len, 201 xfs_filblks_t len, struct xfs_bmbt_irec *mval, 204 xfs_filblks_t len, struct xfs_bmbt_irec *mval, 207 xfs_fileoff_t bno, xfs_filblks_t len, int flags, 212 xfs_fileoff_t bno, xfs_filblks_t len, int flags,
|
D | xfs_bmap_btree.c | 44 xfs_filblks_t blks, in xfs_extent_state() 113 s->br_blockcount = (xfs_filblks_t)(l1 & xfs_mask64lo(21)); in __xfs_bmbt_get_all() 134 xfs_filblks_t 138 return (xfs_filblks_t)(r->l1 & xfs_mask64lo(21)); in xfs_bmbt_get_blockcount() 177 xfs_filblks_t 181 return (xfs_filblks_t)(be64_to_cpu(r->l1) & xfs_mask64lo(21)); in xfs_bmbt_disk_get_blockcount() 204 xfs_filblks_t blockcount, in xfs_bmbt_set_allf() 244 xfs_filblks_t blockcount, in xfs_bmbt_disk_set_allf() 282 xfs_filblks_t v) in xfs_bmbt_set_blockcount()
|
D | xfs_types.h | 45 typedef __uint64_t xfs_filblks_t; /* number of blocks in a file */ typedef
|
D | xfs_bmap.c | 112 xfs_filblks_t len, in xfs_bmbt_lookup_eq() 126 xfs_filblks_t len, in xfs_bmbt_lookup_ge() 165 xfs_filblks_t len, in xfs_bmbt_update() 178 STATIC xfs_filblks_t 181 xfs_filblks_t len) /* delayed extent length */ in xfs_bmap_worst_indlen() 186 xfs_filblks_t rval; /* return value */ in xfs_bmap_worst_indlen() 523 xfs_filblks_t len, in xfs_bmap_validate_ret() 571 xfs_filblks_t len, /* length of extent */ in xfs_bmap_add_free() 1722 xfs_filblks_t da_new; /* new count del alloc blocks used */ in xfs_bmap_add_extent_delay_real() 1723 xfs_filblks_t da_old; /* old count del alloc blocks used */ in xfs_bmap_add_extent_delay_real() [all …]
|
D | xfs_btree.h | 442 #define XFS_FILBLKS_MIN(a,b) min_t(xfs_filblks_t, (a), (b)) 443 #define XFS_FILBLKS_MAX(a,b) max_t(xfs_filblks_t, (a), (b))
|
D | xfs_format.h | 1327 static inline xfs_filblks_t startblockval(xfs_fsblock_t x) in startblockval() 1329 return (xfs_filblks_t)((x) & ~STARTBLOCKMASK); in startblockval() 1355 xfs_filblks_t br_blockcount; /* number of blocks */
|
D | xfs_inode_fork.c | 1535 xfs_filblks_t blockcount = 0; /* number of blocks in extent */ in xfs_iext_bno_to_ext()
|
/linux-4.1.27/fs/xfs/ |
D | xfs_qm.h | 54 #define XFS_DQUOT_CLUSTER_SIZE_FSB (xfs_filblks_t)1 77 xfs_filblks_t qi_dqchunklen; /* # BBs in a chunk of dqs */
|
D | xfs_iomap.c | 123 xfs_filblks_t count_fsb, resaligned; in xfs_iomap_write_direct() 262 xfs_filblks_t count_fsb; in xfs_iomap_eof_want_preallocate() 656 xfs_filblks_t count_fsb; in xfs_iomap_write_allocate() 808 xfs_filblks_t count_fsb; in xfs_iomap_write_unwritten() 809 xfs_filblks_t numblks_fsb; in xfs_iomap_write_unwritten() 824 count_fsb = (xfs_filblks_t)(count_fsb - offset_fsb); in xfs_iomap_write_unwritten()
|
D | xfs_qm.c | 872 xfs_filblks_t blkcnt, in xfs_qm_dqiter_bufs() 950 xfs_filblks_t maxlblkcnt; in xfs_qm_dqiterate() 953 xfs_filblks_t rablkcnt; in xfs_qm_dqiterate() 1098 xfs_filblks_t rtblks; /* total rt blks */ in xfs_qm_get_rtblks()
|
D | xfs_bmap_util.c | 843 xfs_filblks_t map_len; in xfs_free_eofblocks() 937 xfs_filblks_t allocated_fsb; in xfs_alloc_file_space() 938 xfs_filblks_t allocatesize_fsb; in xfs_alloc_file_space()
|
D | xfs_trace.h | 225 __field(xfs_filblks_t, blockcount) 264 __field(xfs_filblks_t, blockcount) 1189 __field(xfs_filblks_t, blockcount) 1323 TP_PROTO(struct xfs_inode *ip, xfs_fileoff_t bno, xfs_filblks_t len, 1331 __field(xfs_filblks_t, len)
|
D | xfs_symlink.c | 184 xfs_filblks_t fs_blocks; in xfs_symlink()
|
D | xfs_file.c | 1307 xfs_filblks_t end; in xfs_seek_hole_data()
|
D | xfs_inode.c | 1563 xfs_filblks_t unmap_len; in xfs_itruncate_extents()
|