Home
last modified time | relevance | path

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

12

/fs/xfs/
Dxfs_bmap.h36 xfs_fsblock_t xbfi_startblock;/* starting fs block number */
99 #define DELAYSTARTBLOCK ((xfs_fsblock_t)-1LL)
100 #define HOLESTARTBLOCK ((xfs_fsblock_t)-2LL)
102 static inline void xfs_bmap_init(xfs_bmap_free_t *flp, xfs_fsblock_t *fbp) in xfs_bmap_init()
112 xfs_fsblock_t *firstblock; /* i/o first block allocated */
121 xfs_fsblock_t blkno; /* starting block of new extent */
168 void xfs_bmap_add_free(xfs_fsblock_t bno, xfs_filblks_t len,
189 xfs_fsblock_t *firstblock, xfs_extlen_t total,
194 xfs_extnum_t nexts, xfs_fsblock_t *firstblock,
Dxfs_bmap_btree.h67 (((((xfs_fsblock_t)1) << STARTBLOCKMASKBITS) - 1) << STARTBLOCKVALBITS)
71 static inline int isnullstartblock(xfs_fsblock_t x) in isnullstartblock()
81 static inline xfs_fsblock_t nullstartblock(int k) in nullstartblock()
87 static inline xfs_filblks_t startblockval(xfs_fsblock_t x) in startblockval()
122 xfs_fsblock_t br_startblock; /* starting block number */
211 extern xfs_fsblock_t xfs_bmbt_get_startblock(xfs_bmbt_rec_host_t *r);
220 xfs_fsblock_t b, xfs_filblks_t c, xfs_exntst_t v);
222 extern void xfs_bmbt_set_startblock(xfs_bmbt_rec_host_t *r, xfs_fsblock_t v);
227 xfs_fsblock_t b, xfs_filblks_t c, xfs_exntst_t v);
Dxfs_bmap_btree.c108 s->br_startblock = (((xfs_fsblock_t)l0 & xfs_mask64lo(9)) << 43) | in __xfs_bmbt_get_all()
109 (((xfs_fsblock_t)l1) >> 21); in __xfs_bmbt_get_all()
118 s->br_startblock = (xfs_fsblock_t)b; in __xfs_bmbt_get_all()
121 s->br_startblock = (xfs_fsblock_t)(((xfs_dfsbno_t)l1) >> 21); in __xfs_bmbt_get_all()
155 xfs_fsblock_t
160 return (((xfs_fsblock_t)r->l0 & xfs_mask64lo(9)) << 43) | in xfs_bmbt_get_startblock()
161 (((xfs_fsblock_t)r->l1) >> 21); in xfs_bmbt_get_startblock()
169 return (xfs_fsblock_t)b; in xfs_bmbt_get_startblock()
171 return (xfs_fsblock_t)(((xfs_dfsbno_t)r->l1) >> 21); in xfs_bmbt_get_startblock()
227 xfs_fsblock_t startblock, in xfs_bmbt_set_allf()
[all …]
Dxfs_dir2.h39 xfs_fsblock_t *first,
46 xfs_fsblock_t *first,
50 xfs_fsblock_t *first,
Dxfs_types.h90 typedef __uint64_t xfs_fsblock_t; /* blockno in filesystem (agno|agbno) */ typedef
95 typedef __uint32_t xfs_fsblock_t; /* blockno in filesystem (agno|agbno) */ typedef
112 #define NULLFSBLOCK ((xfs_fsblock_t)-1)
Dxfs_rtalloc.c51 xfs_extlen_t, xfs_buf_t **, xfs_fsblock_t *);
53 xfs_rtblock_t, xfs_buf_t **, xfs_fsblock_t *, int *);
61 xfs_rtblock_t, xfs_buf_t **, xfs_fsblock_t *, xfs_suminfo_t *);
65 xfs_rtblock_t, int, xfs_buf_t **, xfs_fsblock_t *);
86 xfs_fsblock_t firstblock; /* first block allocated in xaction */ in xfs_growfs_rt_alloc()
88 xfs_fsblock_t fsbno; /* filesystem block for bno */ in xfs_growfs_rt_alloc()
207 xfs_fsblock_t *rsb, /* in/out: summary block number */ in xfs_rtallocate_extent_block()
319 xfs_fsblock_t *rsb, /* in/out: summary block number */ in xfs_rtallocate_extent_exact()
398 xfs_fsblock_t *rsb, /* in/out: summary block number */ in xfs_rtallocate_extent_near()
592 xfs_fsblock_t *rsb, /* in/out: summary block number */ in xfs_rtallocate_extent_size()
[all …]
Dxfs_alloc.h105 xfs_fsblock_t fsbno; /* file system block number */
123 xfs_fsblock_t firstblock; /* io first block allocated */
241 xfs_fsblock_t bno, /* starting block number of extent */
Dxfs_iomap.c133 xfs_fsblock_t firstfsb; in xfs_iomap_write_direct()
285 xfs_fsblock_t firstblock; in xfs_iomap_eof_want_preallocate()
328 STATIC xfs_fsblock_t
333 xfs_fsblock_t alloc_blocks = 0; in xfs_iomap_prealloc_size()
410 xfs_fsblock_t alloc_blocks = xfs_iomap_prealloc_size(mp, ip); in xfs_iomap_write_delay()
487 xfs_fsblock_t first_block; in xfs_iomap_write_allocate()
644 xfs_fsblock_t firstfsb; in xfs_iomap_write_unwritten()
Dxfs_btree.h243 xfs_fsblock_t firstblock; /* 1st blk allocated */
312 xfs_fsblock_t fsbno, /* file system block number */
355 xfs_fsblock_t fsbno, /* file system block number */
367 xfs_fsblock_t fsbno, /* file system block number */
Dxfs_trans_extfree.c63 xfs_fsblock_t start_block, in xfs_trans_log_efi_extent()
119 xfs_fsblock_t start_block, in xfs_trans_log_efd_extent()
Dxfs_bmap.c77 xfs_fsblock_t *firstblock, /* first block allocated */
88 xfs_fsblock_t *firstblock, /* first block allocated */
132 xfs_fsblock_t *firstblock, /* first-block-allocated */
148 xfs_fsblock_t *firstblock, /* first block allocated in xaction */
201 xfs_fsblock_t blockno,
227 xfs_fsblock_t bno, in xfs_bmbt_lookup_eq()
241 xfs_fsblock_t bno, in xfs_bmbt_lookup_ge()
280 xfs_fsblock_t bno, in xfs_bmbt_update()
297 xfs_fsblock_t *firstblock, /* first block allocated */ in xfs_bmap_add_attrfork_btree()
340 xfs_fsblock_t *firstblock, /* first block allocated */ in xfs_bmap_add_attrfork_extents()
[all …]
Dxfs_rw.h32 xfs_fsb_to_db(struct xfs_inode *ip, xfs_fsblock_t fsb) in xfs_fsb_to_db()
Dxfs_ag.h268 (((xfs_fsblock_t)(agno) << (mp)->m_sb.sb_agblklog) | (agbno))
275 (xfs_fsblock_t)(agno) * (mp)->m_sb.sb_agblocks + (agbno)))
Dxfs_vnodeops.c267 xfs_fsblock_t first_block; in xfs_inactive_symlink_rmt()
605 xfs_fsblock_t first_block; in xfs_inactive()
848 xfs_fsblock_t first_block; in xfs_create()
1220 xfs_fsblock_t first_block; in xfs_remove()
1383 xfs_fsblock_t first_block; in xfs_link()
1490 xfs_fsblock_t first_block; in xfs_symlink()
1784 xfs_fsblock_t firstfsb; in xfs_alloc_file_space()
2043 xfs_fsblock_t firstfsb; in xfs_free_file_space()
Dxfs_dir2.c197 xfs_fsblock_t *first, /* bmap's firstblock */ in xfs_dir_createname()
328 xfs_fsblock_t *first, /* bmap's firstblock */ in xfs_dir_removename()
409 xfs_fsblock_t *first, /* bmap's firstblock */ in xfs_dir_replace()
Dxfs_trans.h479 xfs_fsblock_t,
486 xfs_fsblock_t,
Dxfs_da_btree.h102 xfs_fsblock_t *firstblock; /* ptr to firstblock for bmap calls */
Dxfs_rename.c109 xfs_fsblock_t first_block; in xfs_rename()
Dxfs_ialloc_btree.c115 xfs_fsblock_t fsbno; in xfs_inobt_free_block()
Dxfs_trace.h194 __field(xfs_fsblock_t, startblock)
233 __field(xfs_fsblock_t, startblock)
985 __field(xfs_fsblock_t, startblock)
1343 __field(xfs_fsblock_t, firstblock)
Dxfs_qm.c860 xfs_fsblock_t bno, in xfs_qm_dqiter_bufs()
917 xfs_fsblock_t rablkno; in xfs_qm_dqiterate()
Dxfs_dquot.c267 xfs_fsblock_t firstblock; in xfs_qm_dqalloc()
Dxfs_attr.c240 xfs_fsblock_t firstblock; in xfs_attr_set_int()
473 xfs_fsblock_t firstblock; in xfs_attr_remove_int()
Dxfs_btree.c460 xfs_fsblock_t fsbno, /* file system block number */ in xfs_btree_get_bufl()
617 xfs_fsblock_t fsbno, /* file system block number */ in xfs_btree_read_bufl()
647 xfs_fsblock_t fsbno, /* file system block number */ in xfs_btree_reada_bufl()
Dxfs_ioctl.c1008 xfs_fsblock_t extsize_fsb; in xfs_ioctl_setattr()

12