Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_inode_item_recover.c160 to->di_big_nextents = cpu_to_be64(from->di_big_nextents); in xfs_log_dinode_to_disk_iext_counters()
242 nextents = ldip->di_big_nextents; in xlog_dinode_verify_extent_counts()
H A Dxfs_inode_item.c541 to->di_big_nextents = xfs_ifork_nextents(&ip->i_df); in xfs_inode_to_log_dinode_iext_counters()
/linux/fs/xfs/libxfs/
H A Dxfs_inode_fork.h128 return be64_to_cpu(dip->di_big_nextents); in xfs_dfork_data_extents()
H A Dxfs_inode_buf.c303 to->di_big_nextents = cpu_to_be64(xfs_ifork_nextents(&ip->i_df)); in xfs_inode_to_disk_iext_counters()
H A Dxfs_format.h914 __be64 di_big_nextents; member
/linux/fs/xfs/scrub/
H A Dinode_repair.c1133 dip->di_big_nextents = cpu_to_be64(nextents); in xrep_dinode_set_data_nextents()