Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_bmap.h34 xfs_fsblock_t *firstblock; /* i/o first block allocated */
43 xfs_fsblock_t blkno; /* starting block of new extent */
67 xfs_fsblock_t xbfi_startblock;/* starting fs block number */
139 #define DELAYSTARTBLOCK ((xfs_fsblock_t)-1LL)
140 #define HOLESTARTBLOCK ((xfs_fsblock_t)-2LL)
142 static inline void xfs_bmap_init(xfs_bmap_free_t *flp, xfs_fsblock_t *fbp) in xfs_bmap_init()
194 void xfs_bmap_add_free(xfs_fsblock_t bno, xfs_filblks_t len,
217 xfs_fsblock_t *firstblock, xfs_extlen_t total,
222 xfs_extnum_t nexts, xfs_fsblock_t *firstblock,
229 int *done, xfs_fileoff_t stop_fsb, xfs_fsblock_t *firstblock,
Dxfs_bmap_btree.h111 extern xfs_fsblock_t xfs_bmbt_get_startblock(xfs_bmbt_rec_host_t *r);
120 xfs_fsblock_t b, xfs_filblks_t c, xfs_exntst_t v);
122 extern void xfs_bmbt_set_startblock(xfs_bmbt_rec_host_t *r, xfs_fsblock_t v);
127 xfs_fsblock_t b, xfs_filblks_t c, xfs_exntst_t v);
Dxfs_alloc.h105 xfs_fsblock_t fsbno; /* file system block number */
125 xfs_fsblock_t firstblock; /* io first block allocated */
212 xfs_fsblock_t bno, /* starting block number of extent */
Dxfs_types.h41 typedef __uint64_t xfs_fsblock_t; /* blockno in filesystem (agno|agbno) */ typedef
53 #define NULLFSBLOCK ((xfs_fsblock_t)-1)
Dxfs_btree.h226 xfs_fsblock_t firstblock; /* 1st blk allocated */
268 xfs_fsblock_t ptr, /* btree block disk address */
296 xfs_fsblock_t fsbno, /* file system block number */
339 xfs_fsblock_t fsbno, /* file system block number */
352 xfs_fsblock_t fsbno, /* file system block number */
Dxfs_bmap_btree.c111 s->br_startblock = (((xfs_fsblock_t)l0 & xfs_mask64lo(9)) << 43) | in __xfs_bmbt_get_all()
112 (((xfs_fsblock_t)l1) >> 21); in __xfs_bmbt_get_all()
144 xfs_fsblock_t
148 return (((xfs_fsblock_t)r->l0 & xfs_mask64lo(9)) << 43) | in xfs_bmbt_get_startblock()
149 (((xfs_fsblock_t)r->l1) >> 21); in xfs_bmbt_get_startblock()
203 xfs_fsblock_t startblock, in xfs_bmbt_set_allf()
243 xfs_fsblock_t startblock, in xfs_bmbt_disk_set_allf()
295 xfs_fsblock_t v) in xfs_bmbt_set_startblock()
527 xfs_fsblock_t fsbno = XFS_DADDR_TO_FSB(mp, XFS_BUF_ADDR(bp)); in xfs_bmbt_free_block()
Dxfs_dir2.h131 xfs_fsblock_t *first,
138 xfs_fsblock_t *first,
142 xfs_fsblock_t *first,
Dxfs_rtbitmap.c440 xfs_fsblock_t *rsb, /* in/out: summary block number */ in xfs_rtmodify_summary_int()
445 xfs_fsblock_t sb; /* summary fsblock */ in xfs_rtmodify_summary_int()
504 xfs_fsblock_t *rsb) /* in/out: summary block number */ in xfs_rtmodify_summary()
678 xfs_fsblock_t *rsb) /* in/out: summary block number */ in xfs_rtfree_range()
955 xfs_fsblock_t sb; /* summary file block number */ in xfs_rtfree_extent()
Dxfs_format.h112 xfs_fsblock_t sb_logstart; /* starting block of log if internal */
794 (((xfs_fsblock_t)(agno) << (mp)->m_sb.sb_agblklog) | (agbno))
801 (xfs_fsblock_t)(agno) * (mp)->m_sb.sb_agblocks + (agbno)))
1361 (((((xfs_fsblock_t)1) << STARTBLOCKMASKBITS) - 1) << STARTBLOCKVALBITS)
1363 static inline int isnullstartblock(xfs_fsblock_t x) in isnullstartblock()
1368 static inline xfs_fsblock_t nullstartblock(int k) in nullstartblock()
1374 static inline xfs_filblks_t startblockval(xfs_fsblock_t x) in startblockval()
1401 xfs_fsblock_t br_startblock; /* starting block number */
Dxfs_bmap.c111 xfs_fsblock_t bno, in xfs_bmbt_lookup_eq()
125 xfs_fsblock_t bno, in xfs_bmbt_lookup_ge()
164 xfs_fsblock_t bno, in xfs_bmbt_update()
251 xfs_fsblock_t bno) in xfs_bmap_get_bp()
338 xfs_fsblock_t bno; /* block # of "block" */ in xfs_bmap_check_leaf_extents()
417 xfs_fsblock_t nextbno; in xfs_bmap_check_leaf_extents()
570 xfs_fsblock_t bno, /* fs block number of extent */ in xfs_bmap_add_free()
669 xfs_fsblock_t cbno; /* child block number */ in xfs_bmap_btree_to_extents()
721 xfs_fsblock_t *firstblock, /* first-block-allocated */ in xfs_bmap_extents_to_btree()
889 xfs_fsblock_t *firstblock, /* first block allocated in xaction */ in xfs_bmap_local_to_extents()
[all …]
Dxfs_dir2.c261 xfs_fsblock_t *first, /* bmap's firstblock */ in xfs_dir_createname()
438 xfs_fsblock_t *first, /* bmap's firstblock */ in xfs_dir_removename()
500 xfs_fsblock_t *first, /* bmap's firstblock */ in xfs_dir_replace()
Dxfs_da_btree.h72 xfs_fsblock_t *firstblock; /* ptr to firstblock for bmap calls */
Dxfs_log_format.h519 xfs_fsblock_t ext_start;
Dxfs_ialloc_btree.c128 xfs_fsblock_t fsbno; in xfs_inobt_free_block()
Dxfs_btree.c171 xfs_fsblock_t bno, /* btree block disk address */ in xfs_btree_check_lptr()
567 xfs_fsblock_t fsbno, /* file system block number */ in xfs_btree_get_bufl()
718 xfs_fsblock_t fsbno, /* file system block number */ in xfs_btree_read_bufl()
748 xfs_fsblock_t fsbno, /* file system block number */ in xfs_btree_reada_bufl()
787 xfs_fsblock_t left = be64_to_cpu(block->bb_u.l.bb_leftsib); in xfs_btree_readahead_lblock()
788 xfs_fsblock_t right = be64_to_cpu(block->bb_u.l.bb_rightsib); in xfs_btree_readahead_lblock()
Dxfs_attr.c208 xfs_fsblock_t firstblock; in xfs_attr_set()
412 xfs_fsblock_t firstblock; in xfs_attr_remove()
Dxfs_inode_fork.c527 memmove(np, op, cur_max * (uint)sizeof(xfs_fsblock_t)); in xfs_iroot_realloc()
574 memcpy(np, op, new_max * (uint)sizeof(xfs_fsblock_t)); in xfs_iroot_realloc()
743 xfs_fsblock_t start_block; in xfs_iextents_copy()
Dxfs_alloc.c2669 xfs_fsblock_t bno, /* starting block number of extent */ in xfs_free_extent()
/linux-4.4.14/fs/xfs/
Dxfs_rtalloc.h116 xfs_buf_t **rbpp, xfs_fsblock_t *rsb,
120 xfs_fsblock_t *rsb);
123 struct xfs_buf **rbpp, xfs_fsblock_t *rsb);
Dxfs_iomap.c124 xfs_fsblock_t firstfsb; in xfs_iomap_write_direct()
360 STATIC xfs_fsblock_t
409 xfs_fsblock_t alloc_blocks) in xfs_quota_need_throttle()
431 xfs_fsblock_t *qblocks, in xfs_quota_calc_throttle()
471 STATIC xfs_fsblock_t
479 xfs_fsblock_t alloc_blocks = 0; in xfs_iomap_prealloc_size()
482 xfs_fsblock_t qblocks; in xfs_iomap_prealloc_size()
606 xfs_fsblock_t alloc_blocks; in xfs_iomap_write_delay()
692 xfs_fsblock_t first_block; in xfs_iomap_write_allocate()
848 xfs_fsblock_t firstfsb; in xfs_iomap_write_unwritten()
Dxfs_rtalloc.c53 xfs_fsblock_t *rsb, /* in/out: summary block number */ in xfs_rtget_summary()
71 xfs_fsblock_t *rsb, /* in/out: summary block number */ in xfs_rtany_summary()
120 xfs_fsblock_t sumbno; /* summary block number */ in xfs_rtcopy_summary()
157 xfs_fsblock_t *rsb) /* in/out: summary block number */ in xfs_rtallocate_range()
239 xfs_fsblock_t *rsb, /* in/out: summary block number */ in xfs_rtallocate_extent_block()
351 xfs_fsblock_t *rsb, /* in/out: summary block number */ in xfs_rtallocate_extent_exact()
430 xfs_fsblock_t *rsb, /* in/out: summary block number */ in xfs_rtallocate_extent_near()
624 xfs_fsblock_t *rsb, /* in/out: summary block number */ in xfs_rtallocate_extent_size()
772 xfs_fsblock_t firstblock;/* first block allocated in xaction */ in xfs_growfs_rt_alloc()
774 xfs_fsblock_t fsbno; /* filesystem block for bno */ in xfs_growfs_rt_alloc()
[all …]
Dxfs_trans_extfree.c63 xfs_fsblock_t start_block, in xfs_trans_log_efi_extent()
120 xfs_fsblock_t start_block, in xfs_trans_free_extent()
Dxfs_bmap_util.c52 xfs_fsb_to_db(struct xfs_inode *ip, xfs_fsblock_t fsb) in xfs_fsb_to_db()
69 xfs_fsblock_t start_fsb, in xfs_zero_extent()
348 xfs_fsblock_t blockno, /* file system block number */ in xfs_bmap_count_tree()
356 xfs_fsblock_t bno = blockno; in xfs_bmap_count_tree()
357 xfs_fsblock_t nextbno; in xfs_bmap_count_tree()
427 xfs_fsblock_t bno; /* block # of "block" */ in xfs_bmap_count_blocks()
474 xfs_fsblock_t startblock) in xfs_getbmapx_fix_eof_hole()
766 xfs_fsblock_t firstblock; in xfs_bmap_punch_delalloc_range()
964 xfs_fsblock_t firstfsb; in xfs_alloc_file_space()
1213 xfs_fsblock_t firstfsb; in xfs_free_file_space()
[all …]
Dxfs_trans.h218 xfs_fsblock_t,
224 struct xfs_efd_log_item *, xfs_fsblock_t,
Dxfs_bmap_util.h77 xfs_daddr_t xfs_fsb_to_db(struct xfs_inode *ip, xfs_fsblock_t fsb);
Dxfs_symlink.c179 xfs_fsblock_t first_block; in xfs_symlink()
440 xfs_fsblock_t first_block; in xfs_inactive_symlink_rmt()
Dxfs_mount.h341 int xfs_zero_extent(struct xfs_inode *ip, xfs_fsblock_t start_fsb,
Dxfs_inode.c1144 xfs_fsblock_t first_block; in xfs_create()
1429 xfs_fsblock_t first_block; in xfs_link()
1554 xfs_fsblock_t first_block; in xfs_itruncate_extents()
1776 xfs_fsblock_t first_block; in xfs_inactive_ifree()
2525 xfs_fsblock_t first_block; in xfs_remove()
2739 xfs_fsblock_t *first_block, in xfs_cross_rename()
2896 xfs_fsblock_t first_block; in xfs_rename()
Dxfs_trace.h224 __field(xfs_fsblock_t, startblock)
263 __field(xfs_fsblock_t, startblock)
720 TP_PROTO(struct xfs_inode *ip, xfs_fsblock_t blocks, int shift,
726 __field(xfs_fsblock_t, blocks)
1237 __field(xfs_fsblock_t, startblock)
1601 __field(xfs_fsblock_t, firstblock)
Dxfs_qm.c870 xfs_fsblock_t bno, in xfs_qm_dqiter_bufs()
951 xfs_fsblock_t rablkno; in xfs_qm_dqiterate()
Dxfs_dquot.c306 xfs_fsblock_t firstblock; in xfs_qm_dqalloc()
Dxfs_ioctl.c1128 xfs_fsblock_t extsize_fsb; in xfs_ioctl_setattr_check_extsize()
Dxfs_log_recover.c3793 xfs_fsblock_t startblock_fsb; in xlog_recover_process_efi()