/fs/xfs/ |
D | xfs_bmap.h | 50 xfs_fsblock_t xbfi_startblock;/* starting fs block number */ 106 #define DELAYSTARTBLOCK ((xfs_fsblock_t)-1LL) 107 #define HOLESTARTBLOCK ((xfs_fsblock_t)-2LL) 109 static inline void xfs_bmap_init(xfs_bmap_free_t *flp, xfs_fsblock_t *fbp) in xfs_bmap_init() 119 xfs_fsblock_t firstblock; /* i/o first block allocated */ 120 xfs_fsblock_t rval; /* starting block of new extent */ 185 xfs_fsblock_t bno, /* fs block number of extent */ 286 xfs_fsblock_t *firstblock, /* first allocated block 307 xfs_fsblock_t *fsb, /* output: mapped block */ 324 xfs_fsblock_t *firstblock, /* first allocated block
|
D | xfs_bmap_btree.h | 75 (((((xfs_fsblock_t)1) << STARTBLOCKMASKBITS) - 1) << STARTBLOCKVALBITS) 79 static inline int isnullstartblock(xfs_fsblock_t x) in isnullstartblock() 89 static inline xfs_fsblock_t nullstartblock(int k) in nullstartblock() 95 static inline xfs_filblks_t startblockval(xfs_fsblock_t x) in startblockval() 130 xfs_fsblock_t br_startblock; /* starting block number */ 219 extern xfs_fsblock_t xfs_bmbt_get_startblock(xfs_bmbt_rec_host_t *r); 229 xfs_fsblock_t b, xfs_filblks_t c, xfs_exntst_t v); 231 extern void xfs_bmbt_set_startblock(xfs_bmbt_rec_host_t *r, xfs_fsblock_t v); 237 xfs_fsblock_t b, xfs_filblks_t c, xfs_exntst_t v);
|
D | xfs_bmap_btree.c | 115 s->br_startblock = (((xfs_fsblock_t)l0 & xfs_mask64lo(9)) << 43) | in __xfs_bmbt_get_all() 116 (((xfs_fsblock_t)l1) >> 21); in __xfs_bmbt_get_all() 125 s->br_startblock = (xfs_fsblock_t)b; in __xfs_bmbt_get_all() 128 s->br_startblock = (xfs_fsblock_t)(((xfs_dfsbno_t)l1) >> 21); in __xfs_bmbt_get_all() 162 xfs_fsblock_t 167 return (((xfs_fsblock_t)r->l0 & xfs_mask64lo(9)) << 43) | in xfs_bmbt_get_startblock() 168 (((xfs_fsblock_t)r->l1) >> 21); in xfs_bmbt_get_startblock() 176 return (xfs_fsblock_t)b; in xfs_bmbt_get_startblock() 178 return (xfs_fsblock_t)(((xfs_dfsbno_t)r->l1) >> 21); in xfs_bmbt_get_startblock() 244 xfs_fsblock_t startblock, in xfs_bmbt_set_allf() [all …]
|
D | xfs_dir2.h | 74 xfs_fsblock_t *first, 81 xfs_fsblock_t *first, 85 xfs_fsblock_t *first,
|
D | xfs_alloc.h | 76 xfs_fsblock_t fsbno; /* file system block number */ 94 xfs_fsblock_t firstblock; /* io first block allocated */ 209 xfs_fsblock_t bno, /* starting block number of extent */
|
D | xfs_rtalloc.c | 56 xfs_extlen_t, xfs_buf_t **, xfs_fsblock_t *); 58 xfs_rtblock_t, xfs_buf_t **, xfs_fsblock_t *, int *); 66 xfs_rtblock_t, xfs_buf_t **, xfs_fsblock_t *, xfs_suminfo_t *); 70 xfs_rtblock_t, int, xfs_buf_t **, xfs_fsblock_t *); 91 xfs_fsblock_t firstblock; /* first block allocated in xaction */ in xfs_growfs_rt_alloc() 93 xfs_fsblock_t fsbno; /* filesystem block for bno */ in xfs_growfs_rt_alloc() 213 xfs_fsblock_t *rsb, /* in/out: summary block number */ in xfs_rtallocate_extent_block() 325 xfs_fsblock_t *rsb, /* in/out: summary block number */ in xfs_rtallocate_extent_exact() 404 xfs_fsblock_t *rsb, /* in/out: summary block number */ in xfs_rtallocate_extent_near() 598 xfs_fsblock_t *rsb, /* in/out: summary block number */ in xfs_rtallocate_extent_size() [all …]
|
D | xfs_types.h | 100 typedef __uint64_t xfs_fsblock_t; /* blockno in filesystem (agno|agbno) */ typedef 105 typedef __uint32_t xfs_fsblock_t; /* blockno in filesystem (agno|agbno) */ typedef 122 #define NULLFSBLOCK ((xfs_fsblock_t)-1)
|
D | xfs_btree.h | 264 xfs_fsblock_t firstblock; /* 1st blk allocated */ 333 xfs_fsblock_t fsbno, /* file system block number */ 376 xfs_fsblock_t fsbno, /* file system block number */ 402 xfs_fsblock_t fsbno, /* file system block number */
|
D | xfs_trans_extfree.c | 65 xfs_fsblock_t start_block, in xfs_trans_log_efi_extent() 122 xfs_fsblock_t start_block, in xfs_trans_log_efd_extent()
|
D | xfs_iomap.c | 135 xfs_fsblock_t start_block; in xfs_imap_to_bmap() 403 xfs_fsblock_t firstfsb; in xfs_iomap_write_direct() 564 xfs_fsblock_t firstblock; in xfs_iomap_eof_want_preallocate() 610 xfs_fsblock_t firstblock; in xfs_iomap_write_delay() 704 xfs_fsblock_t first_block; in xfs_iomap_write_allocate() 863 xfs_fsblock_t firstfsb; in xfs_iomap_write_unwritten()
|
D | xfs_bmap.c | 78 xfs_fsblock_t *firstblock, /* first block allocated */ 89 xfs_fsblock_t *firstblock, /* first block allocated */ 103 xfs_fsblock_t *first, /* pointer to firstblock variable */ 121 xfs_fsblock_t *first, /* pointer to firstblock variable */ 224 xfs_fsblock_t *firstblock, /* first-block-allocated */ 240 xfs_fsblock_t *firstblock, /* first block allocated in xaction */ 383 xfs_fsblock_t blockno, 409 xfs_fsblock_t bno, in xfs_bmbt_lookup_eq() 423 xfs_fsblock_t bno, in xfs_bmbt_lookup_ge() 442 xfs_fsblock_t bno, in xfs_bmbt_update() [all …]
|
D | xfs_ag.h | 230 (((xfs_fsblock_t)(agno) << (mp)->m_sb.sb_agblklog) | (agbno)) 237 (xfs_fsblock_t)(agno) * (mp)->m_sb.sb_agblocks + (agbno)))
|
D | xfs_rw.h | 32 xfs_fsb_to_db(struct xfs_inode *ip, xfs_fsblock_t fsb) in xfs_fsb_to_db()
|
D | xfs_dir2.c | 204 xfs_fsblock_t *first, /* bmap's firstblock */ in xfs_dir_createname() 335 xfs_fsblock_t *first, /* bmap's firstblock */ in xfs_dir_removename() 416 xfs_fsblock_t *first, /* bmap's firstblock */ in xfs_dir_replace()
|
D | xfs_vnodeops.c | 821 xfs_fsblock_t first_block; in xfs_inactive_symlink_rmt() 1126 xfs_fsblock_t first_block; in xfs_inactive() 1395 xfs_fsblock_t first_block; in xfs_create() 1794 xfs_fsblock_t first_block; in xfs_remove() 1982 xfs_fsblock_t first_block; in xfs_link() 2129 xfs_fsblock_t first_block; in xfs_mkdir() 2331 xfs_fsblock_t first_block; in xfs_symlink() 2748 xfs_fsblock_t firstfsb; in xfs_alloc_file_space() 3033 xfs_fsblock_t firstfsb; in xfs_free_file_space()
|
D | xfs_da_btree.h | 102 xfs_fsblock_t *firstblock; /* ptr to firstblock for bmap calls */
|
D | xfs_rename.c | 111 xfs_fsblock_t first_block; in xfs_rename()
|
D | xfs_trans.h | 958 xfs_fsblock_t, 965 xfs_fsblock_t,
|
D | xfs_ialloc_btree.c | 120 xfs_fsblock_t fsbno; in xfs_inobt_free_block()
|
D | xfs_btree.c | 466 xfs_fsblock_t fsbno, /* file system block number */ in xfs_btree_get_bufl() 625 xfs_fsblock_t fsbno, /* file system block number */ in xfs_btree_read_bufl() 696 xfs_fsblock_t fsbno, /* file system block number */ in xfs_btree_reada_bufl()
|
D | xfs_attr.c | 242 xfs_fsblock_t firstblock; in xfs_attr_set_int() 482 xfs_fsblock_t firstblock; in xfs_attr_remove_int()
|
D | xfs_inode.c | 1475 xfs_fsblock_t first_block; in xfs_itruncate_finish() 2553 xfs_fsblock_t start_block; in xfs_iextents_copy()
|
D | xfs_alloc.c | 2568 xfs_fsblock_t bno, /* starting block number of extent */ in xfs_free_extent()
|
/fs/xfs/quota/ |
D | xfs_qm.c | 1460 xfs_fsblock_t bno, in xfs_qm_dqiter_bufs() 1521 xfs_fsblock_t rablkno; in xfs_qm_dqiterate()
|
D | xfs_dquot.c | 421 xfs_fsblock_t firstblock; in xfs_qm_dqalloc()
|