/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_bmap.h | 34 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 */ 130 #define DELAYSTARTBLOCK ((xfs_fsblock_t)-1LL) 131 #define HOLESTARTBLOCK ((xfs_fsblock_t)-2LL) 133 static inline void xfs_bmap_init(xfs_bmap_free_t *flp, xfs_fsblock_t *fbp) in xfs_bmap_init() 185 void xfs_bmap_add_free(xfs_fsblock_t bno, xfs_filblks_t len, 208 xfs_fsblock_t *firstblock, xfs_extlen_t total, 213 xfs_extnum_t nexts, xfs_fsblock_t *firstblock, 220 int *done, xfs_fileoff_t stop_fsb, xfs_fsblock_t *firstblock,
|
D | xfs_bmap_btree.h | 111 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);
|
D | xfs_alloc.h | 104 xfs_fsblock_t fsbno; /* file system block number */ 122 xfs_fsblock_t firstblock; /* io first block allocated */ 210 xfs_fsblock_t bno, /* starting block number of extent */
|
D | xfs_btree.h | 219 xfs_fsblock_t firstblock; /* 1st blk allocated */ 261 xfs_fsblock_t ptr, /* btree block disk address */ 289 xfs_fsblock_t fsbno, /* file system block number */ 332 xfs_fsblock_t fsbno, /* file system block number */ 345 xfs_fsblock_t fsbno, /* file system block number */
|
D | xfs_types.h | 41 typedef __uint64_t xfs_fsblock_t; /* blockno in filesystem (agno|agbno) */ typedef 53 #define NULLFSBLOCK ((xfs_fsblock_t)-1)
|
D | xfs_bmap_btree.c | 111 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() 526 xfs_fsblock_t fsbno = XFS_DADDR_TO_FSB(mp, XFS_BUF_ADDR(bp)); in xfs_bmbt_free_block()
|
D | xfs_dir2.h | 131 xfs_fsblock_t *first, 138 xfs_fsblock_t *first, 142 xfs_fsblock_t *first,
|
D | xfs_rtbitmap.c | 440 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()
|
D | xfs_format.h | 104 xfs_fsblock_t sb_logstart; /* starting block of log if internal */ 775 (((xfs_fsblock_t)(agno) << (mp)->m_sb.sb_agblklog) | (agbno)) 782 (xfs_fsblock_t)(agno) * (mp)->m_sb.sb_agblocks + (agbno))) 1314 (((((xfs_fsblock_t)1) << STARTBLOCKMASKBITS) - 1) << STARTBLOCKVALBITS) 1316 static inline int isnullstartblock(xfs_fsblock_t x) in isnullstartblock() 1321 static inline xfs_fsblock_t nullstartblock(int k) in nullstartblock() 1327 static inline xfs_filblks_t startblockval(xfs_fsblock_t x) in startblockval() 1354 xfs_fsblock_t br_startblock; /* starting block number */
|
D | xfs_bmap.c | 111 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 …]
|
D | xfs_dir2.c | 261 xfs_fsblock_t *first, /* bmap's firstblock */ in xfs_dir_createname() 435 xfs_fsblock_t *first, /* bmap's firstblock */ in xfs_dir_removename() 497 xfs_fsblock_t *first, /* bmap's firstblock */ in xfs_dir_replace()
|
D | xfs_da_btree.h | 72 xfs_fsblock_t *firstblock; /* ptr to firstblock for bmap calls */
|
D | xfs_ialloc_btree.c | 128 xfs_fsblock_t fsbno; in xfs_inobt_free_block()
|
D | xfs_log_format.h | 519 xfs_fsblock_t ext_start;
|
D | xfs_btree.c | 168 xfs_fsblock_t bno, /* btree block disk address */ in xfs_btree_check_lptr() 552 xfs_fsblock_t fsbno, /* file system block number */ in xfs_btree_get_bufl() 703 xfs_fsblock_t fsbno, /* file system block number */ in xfs_btree_read_bufl() 733 xfs_fsblock_t fsbno, /* file system block number */ in xfs_btree_reada_bufl() 772 xfs_fsblock_t left = be64_to_cpu(block->bb_u.l.bb_leftsib); in xfs_btree_readahead_lblock() 773 xfs_fsblock_t right = be64_to_cpu(block->bb_u.l.bb_rightsib); in xfs_btree_readahead_lblock()
|
D | xfs_attr.c | 206 xfs_fsblock_t firstblock; in xfs_attr_set() 413 xfs_fsblock_t firstblock; in xfs_attr_remove()
|
D | xfs_inode_fork.c | 527 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()
|
D | xfs_alloc.c | 2596 xfs_fsblock_t bno, /* starting block number of extent */ in xfs_free_extent()
|
/linux-4.1.27/fs/xfs/ |
D | xfs_iomap.c | 124 xfs_fsblock_t firstfsb; in xfs_iomap_write_direct() 322 STATIC xfs_fsblock_t 371 xfs_fsblock_t alloc_blocks) in xfs_quota_need_throttle() 393 xfs_fsblock_t *qblocks, in xfs_quota_calc_throttle() 433 STATIC xfs_fsblock_t 441 xfs_fsblock_t alloc_blocks = 0; in xfs_iomap_prealloc_size() 444 xfs_fsblock_t qblocks; in xfs_iomap_prealloc_size() 568 xfs_fsblock_t alloc_blocks; in xfs_iomap_write_delay() 654 xfs_fsblock_t first_block; in xfs_iomap_write_allocate() 810 xfs_fsblock_t firstfsb; in xfs_iomap_write_unwritten()
|
D | xfs_rtalloc.h | 116 xfs_buf_t **rbpp, xfs_fsblock_t *rsb, 120 xfs_fsblock_t *rsb); 123 struct xfs_buf **rbpp, xfs_fsblock_t *rsb);
|
D | xfs_rtalloc.c | 53 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 …]
|
D | xfs_trans_extfree.c | 62 xfs_fsblock_t start_block, in xfs_trans_log_efi_extent() 118 xfs_fsblock_t start_block, in xfs_trans_log_efd_extent()
|
D | xfs_bmap_util.c | 52 xfs_fsb_to_db(struct xfs_inode *ip, xfs_fsblock_t fsb) in xfs_fsb_to_db() 322 xfs_fsblock_t blockno, /* file system block number */ in xfs_bmap_count_tree() 330 xfs_fsblock_t bno = blockno; in xfs_bmap_count_tree() 331 xfs_fsblock_t nextbno; in xfs_bmap_count_tree() 401 xfs_fsblock_t bno; /* block # of "block" */ in xfs_bmap_count_blocks() 448 xfs_fsblock_t startblock) in xfs_getbmapx_fix_eof_hole() 740 xfs_fsblock_t firstblock; in xfs_bmap_punch_delalloc_range() 941 xfs_fsblock_t firstfsb; in xfs_alloc_file_space() 1175 xfs_fsblock_t firstfsb; in xfs_free_file_space() 1398 xfs_fsblock_t first_block; in xfs_shift_file_space()
|
D | xfs_trans.h | 222 xfs_fsblock_t, 229 xfs_fsblock_t,
|
D | xfs_bmap_util.h | 77 xfs_daddr_t xfs_fsb_to_db(struct xfs_inode *ip, xfs_fsblock_t fsb);
|
D | xfs_symlink.c | 179 xfs_fsblock_t first_block; in xfs_symlink() 444 xfs_fsblock_t first_block; in xfs_inactive_symlink_rmt()
|
D | xfs_inode.c | 1128 xfs_fsblock_t first_block; in xfs_create() 1429 xfs_fsblock_t first_block; in xfs_link() 1560 xfs_fsblock_t first_block; in xfs_itruncate_extents() 1804 xfs_fsblock_t first_block; in xfs_inactive_ifree() 2538 xfs_fsblock_t first_block; in xfs_remove() 2755 xfs_fsblock_t *first_block, in xfs_cross_rename() 2912 xfs_fsblock_t first_block; in xfs_rename()
|
D | xfs_trace.h | 224 __field(xfs_fsblock_t, startblock) 263 __field(xfs_fsblock_t, startblock) 718 TP_PROTO(struct xfs_inode *ip, xfs_fsblock_t blocks, int shift, 724 __field(xfs_fsblock_t, blocks) 1188 __field(xfs_fsblock_t, startblock) 1551 __field(xfs_fsblock_t, firstblock)
|
D | xfs_qm.c | 871 xfs_fsblock_t bno, in xfs_qm_dqiter_bufs() 952 xfs_fsblock_t rablkno; in xfs_qm_dqiterate()
|
D | xfs_dquot.c | 306 xfs_fsblock_t firstblock; in xfs_qm_dqalloc()
|
D | xfs_ioctl.c | 1117 xfs_fsblock_t extsize_fsb; in xfs_ioctl_setattr_check_extsize()
|
D | xfs_log_recover.c | 3721 xfs_fsblock_t startblock_fsb; in xlog_recover_process_efi()
|