Home
last modified time | relevance | path

Searched refs:aforkblks (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/fs/xfs/
Dxfs_dfrag.c84 int aforkblks = 0; in xfs_swapext() local
266 error = xfs_bmap_count_blocks(tp, ip, XFS_ATTR_FORK, &aforkblks); in xfs_swapext()
299 ip->i_d.di_nblocks = tip->i_d.di_nblocks - taforkblks + aforkblks; in xfs_swapext()
300 tip->i_d.di_nblocks = tmp + taforkblks - aforkblks; in xfs_swapext()