Searched refs:if_broot_bytes (Results 1 – 8 of 8) sorted by relevance
/linux-4.19.296/fs/xfs/libxfs/ |
D | xfs_inode_fork.c | 306 ifp->if_broot_bytes = size; in xfs_iformat_btree() 370 if (ifp->if_broot_bytes == 0) { in xfs_iroot_realloc() 373 ifp->if_broot_bytes = (int)new_size; in xfs_iroot_realloc() 383 cur_max = xfs_bmbt_maxrecs(mp, ifp->if_broot_bytes, 0); in xfs_iroot_realloc() 389 ifp->if_broot_bytes); in xfs_iroot_realloc() 392 ifp->if_broot_bytes = (int)new_size; in xfs_iroot_realloc() 404 ASSERT((ifp->if_broot != NULL) && (ifp->if_broot_bytes > 0)); in xfs_iroot_realloc() 405 cur_max = xfs_bmbt_maxrecs(mp, ifp->if_broot_bytes, 0); in xfs_iroot_realloc() 439 ifp->if_broot_bytes); in xfs_iroot_realloc() 446 ifp->if_broot_bytes = (int)new_size; in xfs_iroot_realloc() [all …]
|
D | xfs_inode_fork.h | 19 short if_broot_bytes; /* bytes allocated for root */ member
|
D | xfs_bmap_btree.c | 312 ifp->if_broot_bytes, level == 0) / 2; in xfs_bmbt_get_minrecs() 330 ifp->if_broot_bytes, level == 0); in xfs_bmbt_get_maxrecs()
|
D | xfs_bmap.c | 355 xfs_check_block(block, mp, 1, ifp->if_broot_bytes); in xfs_bmap_check_leaf_extents() 356 pp = XFS_BMAP_BROOT_PTR_ADDR(mp, block, 1, ifp->if_broot_bytes); in xfs_bmap_check_leaf_extents() 612 ASSERT(xfs_bmbt_maxrecs(mp, ifp->if_broot_bytes, 0) == 1); in xfs_bmap_btree_to_extents() 613 pp = XFS_BMAP_BROOT_PTR_ADDR(mp, rblock, 1, ifp->if_broot_bytes); in xfs_bmap_btree_to_extents() 932 if (ip->i_df.if_broot_bytes <= XFS_IFORK_DSIZE(ip)) in xfs_bmap_add_attrfork_btree() 1196 pp = XFS_BMAP_BROOT_PTR_ADDR(mp, block, 1, ifp->if_broot_bytes); in xfs_iread_extents()
|
/linux-4.19.296/fs/xfs/ |
D | xfs_inode_item.c | 50 ip->i_df.if_broot_bytes > 0) { in xfs_inode_item_data_fork_size() 51 *nbytes += ip->i_df.if_broot_bytes; in xfs_inode_item_data_fork_size() 91 ip->i_afp->if_broot_bytes > 0) { in xfs_inode_item_attr_fork_size() 92 *nbytes += ip->i_afp->if_broot_bytes; in xfs_inode_item_attr_fork_size() 173 ip->i_df.if_broot_bytes > 0) { in xfs_inode_item_format_data_fork() 177 ip->i_df.if_broot_bytes); in xfs_inode_item_format_data_fork() 178 ilf->ilf_dsize = ip->i_df.if_broot_bytes; in xfs_inode_item_format_data_fork() 257 ip->i_afp->if_broot_bytes > 0) { in xfs_inode_item_format_attr_fork() 262 ip->i_afp->if_broot_bytes); in xfs_inode_item_format_attr_fork() 263 ilf->ilf_asize = ip->i_afp->if_broot_bytes; in xfs_inode_item_format_attr_fork()
|
D | xfs_bmap_util.c | 381 pp = XFS_BMAP_BROOT_PTR_ADDR(mp, block, 1, ifp->if_broot_bytes); in xfs_bmap_count_blocks()
|
D | xfs_inode.c | 1853 ASSERT(ip->i_df.if_broot_bytes == 0); in xfs_inactive()
|
D | xfs_trace.h | 1909 __entry->broot_size = ip->i_df.if_broot_bytes;
|