Searched refs:if_broot_bytes (Results 1 – 9 of 9) sorted by relevance
/fs/xfs/ |
D | xfs_inode_item.c | 70 ip->i_df.if_broot_bytes > 0) in xfs_inode_item_size() 106 ip->i_afp->if_broot_bytes > 0) in xfs_inode_item_size() 263 ip->i_df.if_broot_bytes > 0) { in xfs_inode_item_format() 266 vecp->i_len = ip->i_df.if_broot_bytes; in xfs_inode_item_format() 270 iip->ili_format.ilf_dsize = ip->i_df.if_broot_bytes; in xfs_inode_item_format() 277 ip->i_df.if_broot_bytes); in xfs_inode_item_format() 282 ASSERT(ip->i_df.if_broot_bytes == 0); in xfs_inode_item_format() 388 ip->i_afp->if_broot_bytes > 0) { in xfs_inode_item_format() 392 vecp->i_len = ip->i_afp->if_broot_bytes; in xfs_inode_item_format() 396 iip->ili_format.ilf_asize = ip->i_afp->if_broot_bytes; in xfs_inode_item_format()
|
D | xfs_trans_inode.c | 162 (ip->i_df.if_broot_bytes > 0)); in xfs_trans_inode_broot_debug() 163 iip->ili_root_size = ip->i_df.if_broot_bytes; in xfs_trans_inode_broot_debug()
|
D | xfs_inode.c | 615 ifp->if_broot_bytes = size; in xfs_iformat_btree() 1811 if (ifp->if_broot_bytes == 0) { in xfs_iroot_realloc() 1814 ifp->if_broot_bytes = (int)new_size; in xfs_iroot_realloc() 1824 cur_max = xfs_bmbt_maxrecs(mp, ifp->if_broot_bytes, 0); in xfs_iroot_realloc() 1831 ifp->if_broot_bytes); in xfs_iroot_realloc() 1834 ifp->if_broot_bytes = (int)new_size; in xfs_iroot_realloc() 1835 ASSERT(ifp->if_broot_bytes <= in xfs_iroot_realloc() 1846 ASSERT((ifp->if_broot != NULL) && (ifp->if_broot_bytes > 0)); in xfs_iroot_realloc() 1847 cur_max = xfs_bmbt_maxrecs(mp, ifp->if_broot_bytes, 0); in xfs_iroot_realloc() 1880 ifp->if_broot_bytes); in xfs_iroot_realloc() [all …]
|
D | xfs_dfrag.c | 187 tip->i_df.if_broot_bytes > XFS_IFORK_BOFF(ip)) in xfs_swap_extents_check_format() 197 ip->i_df.if_broot_bytes > XFS_IFORK_BOFF(tip)) in xfs_swap_extents_check_format()
|
D | xfs_bmap_btree.c | 621 ifp->if_broot_bytes, level == 0) / 2; in xfs_bmbt_get_minrecs() 639 ifp->if_broot_bytes, level == 0); in xfs_bmbt_get_maxrecs()
|
D | xfs_inode.h | 67 short if_broot_bytes; /* bytes allocated for root */ member
|
D | xfs_bmap.c | 307 if (ip->i_df.if_broot_bytes <= XFS_IFORK_DSIZE(ip)) in xfs_bmap_add_attrfork_btree() 2657 ASSERT(xfs_bmbt_maxrecs(mp, ifp->if_broot_bytes, 0) == 1); in xfs_bmap_btree_to_extents() 2658 pp = XFS_BMAP_BROOT_PTR_ADDR(mp, rblock, 1, ifp->if_broot_bytes); in xfs_bmap_btree_to_extents() 4069 pp = XFS_BMAP_BROOT_PTR_ADDR(mp, block, 1, ifp->if_broot_bytes); in xfs_bmap_read_extents() 5801 xfs_check_block(block, mp, 1, ifp->if_broot_bytes); in xfs_bmap_check_leaf_extents() 5802 pp = XFS_BMAP_BROOT_PTR_ADDR(mp, block, 1, ifp->if_broot_bytes); in xfs_bmap_check_leaf_extents() 5962 pp = XFS_BMAP_BROOT_PTR_ADDR(mp, block, 1, ifp->if_broot_bytes); in xfs_bmap_count_blocks()
|
D | xfs_vnodeops.c | 618 ASSERT(ip->i_df.if_broot_bytes == 0); in xfs_inactive()
|
D | xfs_trace.h | 1631 __entry->broot_size = ip->i_df.if_broot_bytes;
|