Lines Matching refs:attr_extents
129 xfs_aextnum_t attr_extents; member
746 ri->attr_extents++; in xrep_dinode_walk_rmap()
858 ri->data_extents, ri->rt_extents, ri->attr_extents); in xrep_dinode_count_rmaps()
1295 xfs_extnum_t attr_extents, data_extents; in xrep_dinode_ensure_forkoff() local
1322 attr_extents = xfs_dfork_attr_extents(dip); in xrep_dinode_ensure_forkoff()
1323 if (attr_extents) { in xrep_dinode_ensure_forkoff()
1330 afork_min = sizeof(struct xfs_bmbt_rec) * attr_extents; in xrep_dinode_ensure_forkoff()
1331 } else if (ri->attr_extents > 0) { in xrep_dinode_ensure_forkoff()
1463 ri->attr_extents > 0 && in xrep_dinode_ensure_forkoff()
1500 xfs_extnum_t attr_extents; in xrep_dinode_zap_forks() local
1511 attr_extents = xfs_dfork_attr_extents(dip); in xrep_dinode_zap_forks()
1517 if (attr_extents > nblocks) in xrep_dinode_zap_forks()
1519 if (data_extents + attr_extents > nblocks) in xrep_dinode_zap_forks()
1539 attr_extents = xfs_dfork_attr_extents(dip); in xrep_dinode_zap_forks()
1540 if (data_extents + attr_extents == 0) in xrep_dinode_zap_forks()