Searched refs:if_broot_bytes (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/fs/xfs/ |
D | xfs_inode_item.c | 60 ip->i_df.if_broot_bytes > 0) { in xfs_inode_item_data_fork_size() 61 *nbytes += ip->i_df.if_broot_bytes; in xfs_inode_item_data_fork_size() 102 ip->i_afp->if_broot_bytes > 0) { in xfs_inode_item_attr_fork_size() 103 *nbytes += ip->i_afp->if_broot_bytes; in xfs_inode_item_attr_fork_size() 187 ip->i_df.if_broot_bytes > 0) { in xfs_inode_item_format_data_fork() 191 ip->i_df.if_broot_bytes); in xfs_inode_item_format_data_fork() 192 ilf->ilf_dsize = ip->i_df.if_broot_bytes; in xfs_inode_item_format_data_fork() 283 ip->i_afp->if_broot_bytes > 0) { in xfs_inode_item_format_attr_fork() 288 ip->i_afp->if_broot_bytes); in xfs_inode_item_format_attr_fork() 289 ilf->ilf_asize = ip->i_afp->if_broot_bytes; in xfs_inode_item_format_attr_fork()
|
D | xfs_bmap_util.c | 449 pp = XFS_BMAP_BROOT_PTR_ADDR(mp, block, 1, ifp->if_broot_bytes); in xfs_bmap_count_blocks()
|
D | xfs_inode.c | 1881 ASSERT(ip->i_df.if_broot_bytes == 0); in xfs_inactive()
|
D | xfs_trace.h | 1939 __entry->broot_size = ip->i_df.if_broot_bytes;
|
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_inode_fork.c | 401 ifp->if_broot_bytes = size; in xfs_iformat_btree() 501 if (ifp->if_broot_bytes == 0) { in xfs_iroot_realloc() 504 ifp->if_broot_bytes = (int)new_size; in xfs_iroot_realloc() 514 cur_max = xfs_bmbt_maxrecs(mp, ifp->if_broot_bytes, 0); in xfs_iroot_realloc() 521 ifp->if_broot_bytes); in xfs_iroot_realloc() 524 ifp->if_broot_bytes = (int)new_size; in xfs_iroot_realloc() 536 ASSERT((ifp->if_broot != NULL) && (ifp->if_broot_bytes > 0)); in xfs_iroot_realloc() 537 cur_max = xfs_bmbt_maxrecs(mp, ifp->if_broot_bytes, 0); in xfs_iroot_realloc() 571 ifp->if_broot_bytes); in xfs_iroot_realloc() 578 ifp->if_broot_bytes = (int)new_size; in xfs_iroot_realloc() [all …]
|
D | xfs_inode_fork.h | 60 short if_broot_bytes; /* bytes allocated for root */ member
|
D | xfs_bmap_btree.c | 550 ifp->if_broot_bytes, level == 0) / 2; in xfs_bmbt_get_minrecs() 568 ifp->if_broot_bytes, level == 0); in xfs_bmbt_get_maxrecs()
|
D | xfs_bmap.c | 364 xfs_check_block(block, mp, 1, ifp->if_broot_bytes); in xfs_bmap_check_leaf_extents() 365 pp = XFS_BMAP_BROOT_PTR_ADDR(mp, block, 1, ifp->if_broot_bytes); in xfs_bmap_check_leaf_extents() 684 ASSERT(xfs_bmbt_maxrecs(mp, ifp->if_broot_bytes, 0) == 1); in xfs_bmap_btree_to_extents() 685 pp = XFS_BMAP_BROOT_PTR_ADDR(mp, rblock, 1, ifp->if_broot_bytes); in xfs_bmap_btree_to_extents() 999 if (ip->i_df.if_broot_bytes <= XFS_IFORK_DSIZE(ip)) in xfs_bmap_add_attrfork_btree() 1272 pp = XFS_BMAP_BROOT_PTR_ADDR(mp, block, 1, ifp->if_broot_bytes); in xfs_bmap_read_extents()
|