Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
A Dxfs_inode_fork.c204 ifp->if_broot_bytes = size; in xfs_iformat_btree()
380 if (ifp->if_broot_bytes == 0) { in xfs_iroot_realloc()
383 ifp->if_broot_bytes = (int)new_size; in xfs_iroot_realloc()
393 cur_max = xfs_bmbt_maxrecs(mp, ifp->if_broot_bytes, 0); in xfs_iroot_realloc()
399 ifp->if_broot_bytes); in xfs_iroot_realloc()
402 ifp->if_broot_bytes = (int)new_size; in xfs_iroot_realloc()
415 cur_max = xfs_bmbt_maxrecs(mp, ifp->if_broot_bytes, 0); in xfs_iroot_realloc()
448 ifp->if_broot_bytes); in xfs_iroot_realloc()
455 ifp->if_broot_bytes = (int)new_size; in xfs_iroot_realloc()
632 (ifp->if_broot_bytes > 0)) { in xfs_iflush_fork()
[all …]
A Dxfs_inode_fork.h24 short if_broot_bytes; /* bytes allocated for root */ member
A Dxfs_bmap_btree.c311 ifp->if_broot_bytes, level == 0) / 2; in xfs_bmbt_get_minrecs()
329 ifp->if_broot_bytes, level == 0); in xfs_bmbt_get_maxrecs()
A Dxfs_btree_staging.c389 ifp->if_broot_bytes = (int)new_size; in xfs_btree_bload_prep_block()
A Dxfs_bmap.c351 xfs_check_block(block, mp, 1, ifp->if_broot_bytes); in xfs_bmap_check_leaf_extents()
352 pp = XFS_BMAP_BROOT_PTR_ADDR(mp, block, 1, ifp->if_broot_bytes); in xfs_bmap_check_leaf_extents()
562 ASSERT(xfs_bmbt_maxrecs(mp, ifp->if_broot_bytes, 0) == 1); in xfs_bmap_btree_to_extents()
564 pp = XFS_BMAP_BROOT_PTR_ADDR(mp, rblock, 1, ifp->if_broot_bytes); in xfs_bmap_btree_to_extents()
/linux/fs/xfs/
A Dxfs_inode_item.c65 ip->i_df.if_broot_bytes > 0) { in xfs_inode_item_data_fork_size()
66 *nbytes += ip->i_df.if_broot_bytes; in xfs_inode_item_data_fork_size()
106 ip->i_afp->if_broot_bytes > 0) { in xfs_inode_item_attr_fork_size()
107 *nbytes += ip->i_afp->if_broot_bytes; in xfs_inode_item_attr_fork_size()
188 ip->i_df.if_broot_bytes > 0) { in xfs_inode_item_format_data_fork()
192 ip->i_df.if_broot_bytes); in xfs_inode_item_format_data_fork()
193 ilf->ilf_dsize = ip->i_df.if_broot_bytes; in xfs_inode_item_format_data_fork()
272 ip->i_afp->if_broot_bytes > 0) { in xfs_inode_item_format_attr_fork()
277 ip->i_afp->if_broot_bytes); in xfs_inode_item_format_attr_fork()
278 ilf->ilf_asize = ip->i_afp->if_broot_bytes; in xfs_inode_item_format_attr_fork()
A Dxfs_inode.c1735 ASSERT(ip->i_df.if_broot_bytes == 0); in xfs_inactive()
A Dxfs_trace.h2182 __entry->broot_size = ip->i_df.if_broot_bytes;

Completed in 27 milliseconds