Searched refs:if_broot_bytes (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/xfs/libxfs/ |
| H A D | xfs_inode_fork.c | 205 ifp->if_broot_bytes = size; in xfs_iformat_btree() 373 if (ifp->if_broot_bytes == 0) { in xfs_iroot_realloc() 376 ifp->if_broot_bytes = (int)new_size; in xfs_iroot_realloc() 386 cur_max = xfs_bmbt_maxrecs(mp, ifp->if_broot_bytes, 0); in xfs_iroot_realloc() 392 ifp->if_broot_bytes); in xfs_iroot_realloc() 395 ifp->if_broot_bytes = (int)new_size; in xfs_iroot_realloc() 407 ASSERT((ifp->if_broot != NULL) && (ifp->if_broot_bytes > 0)); in xfs_iroot_realloc() 408 cur_max = xfs_bmbt_maxrecs(mp, ifp->if_broot_bytes, 0); in xfs_iroot_realloc() 442 ifp->if_broot_bytes); in xfs_iroot_realloc() 449 ifp->if_broot_bytes = (int)new_size; in xfs_iroot_realloc() [all …]
|
| H A D | xfs_inode_fork.h | 24 short if_broot_bytes; /* bytes allocated for root */ member
|
| H A D | xfs_bmap_btree.c | 309 ifp->if_broot_bytes, level == 0) / 2; in xfs_bmbt_get_minrecs() 327 ifp->if_broot_bytes, level == 0); in xfs_bmbt_get_maxrecs()
|
| H A D | xfs_btree_staging.c | 389 ifp->if_broot_bytes = (int)new_size; in xfs_btree_bload_prep_block()
|
| H A D | xfs_bmap.c | 348 xfs_check_block(block, mp, 1, ifp->if_broot_bytes); in xfs_bmap_check_leaf_extents() 349 pp = XFS_BMAP_BROOT_PTR_ADDR(mp, block, 1, ifp->if_broot_bytes); in xfs_bmap_check_leaf_extents() 610 ASSERT(xfs_bmbt_maxrecs(mp, ifp->if_broot_bytes, 0) == 1); in xfs_bmap_btree_to_extents() 612 pp = XFS_BMAP_BROOT_PTR_ADDR(mp, rblock, 1, ifp->if_broot_bytes); in xfs_bmap_btree_to_extents() 936 if (ip->i_df.if_broot_bytes <= XFS_IFORK_DSIZE(ip)) in xfs_bmap_add_attrfork_btree()
|
| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A D | xfs_inode_item.c | 65 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()
|
| H A D | xfs_inode.c | 1815 ASSERT(ip->i_df.if_broot_bytes == 0); in xfs_inactive()
|
| H A D | xfs_trace.h | 2043 __entry->broot_size = ip->i_df.if_broot_bytes;
|