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

/linux-master/fs/xfs/libxfs/
H A Dxfs_inode_fork.c214 ifp->if_broot_bytes = size;
411 if (ifp->if_broot_bytes == 0) {
415 ifp->if_broot_bytes = (int)new_size;
425 cur_max = xfs_bmbt_maxrecs(mp, ifp->if_broot_bytes, 0);
431 ifp->if_broot_bytes);
434 ifp->if_broot_bytes = (int)new_size;
446 ASSERT((ifp->if_broot != NULL) && (ifp->if_broot_bytes > 0));
447 cur_max = xfs_bmbt_maxrecs(mp, ifp->if_broot_bytes, 0);
480 ifp->if_broot_bytes);
487 ifp->if_broot_bytes
[all...]
H A Dxfs_inode_fork.h23 short if_broot_bytes; /* bytes allocated for root */ member in struct:xfs_ifork
H A Dxfs_bmap_btree.c304 ifp->if_broot_bytes, level == 0) / 2;
319 ifp->if_broot_bytes, level == 0);
H A Dxfs_btree_staging.c307 ifp->if_broot_bytes = (int)new_size;
H A Dxfs_bmap.c374 xfs_check_block(block, mp, 1, ifp->if_broot_bytes);
375 pp = XFS_BMAP_BROOT_PTR_ADDR(mp, block, 1, ifp->if_broot_bytes);
586 ASSERT(xfs_bmbt_maxrecs(mp, ifp->if_broot_bytes, 0) == 1);
588 pp = XFS_BMAP_BROOT_PTR_ADDR(mp, rblock, 1, ifp->if_broot_bytes);
/linux-master/fs/xfs/
H A Dxfs_inode_item.c214 ip->i_df.if_broot_bytes > 0) {
215 *nbytes += ip->i_df.if_broot_bytes;
255 ip->i_af.if_broot_bytes > 0) {
256 *nbytes += ip->i_af.if_broot_bytes;
337 ip->i_df.if_broot_bytes > 0) {
341 ip->i_df.if_broot_bytes);
342 ilf->ilf_dsize = ip->i_df.if_broot_bytes;
415 ip->i_af.if_broot_bytes > 0) {
420 ip->i_af.if_broot_bytes);
421 ilf->ilf_asize = ip->i_af.if_broot_bytes;
[all...]
H A Dxfs_inode.c1806 ASSERT(ip->i_df.if_broot_bytes == 0);
H A Dxfs_trace.h2185 __entry->broot_size = ip->i_df.if_broot_bytes;

Completed in 140 milliseconds