Home
last modified time | relevance | path

Searched refs:if_broot_bytes (Results 1 – 9 of 9) sorted by relevance

/linux-3.4.99/fs/xfs/
Dxfs_inode_item.c70 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()
Dxfs_trans_inode.c162 (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()
Dxfs_inode.c615 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 …]
Dxfs_dfrag.c187 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()
Dxfs_bmap_btree.c621 ifp->if_broot_bytes, level == 0) / 2; in xfs_bmbt_get_minrecs()
639 ifp->if_broot_bytes, level == 0); in xfs_bmbt_get_maxrecs()
Dxfs_inode.h67 short if_broot_bytes; /* bytes allocated for root */ member
Dxfs_bmap.c307 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()
Dxfs_vnodeops.c618 ASSERT(ip->i_df.if_broot_bytes == 0); in xfs_inactive()
Dxfs_trace.h1631 __entry->broot_size = ip->i_df.if_broot_bytes;