Searched refs:di_nblocks (Results 1 – 7 of 7) sorted by relevance
192 to->di_nblocks = cpu_to_be64(from->di_nblocks); in xfs_log_dinode_to_disk() 259 if (unlikely(nextents + anextents > ldip->di_nblocks)) { in xlog_dinode_verify_extent_counts() 265 anextents, ldip->di_nblocks); in xlog_dinode_verify_extent_counts()
577 to->di_nblocks = ip->i_nblocks; in xfs_inode_to_log_dinode()
37 __le64 di_nblocks; /* 8: number of blocks allocated */ member
241 ip->i_nblocks = be64_to_cpu(from->di_nblocks); in xfs_inode_from_disk() 348 to->di_nblocks = cpu_to_be64(ip->i_nblocks); in xfs_inode_to_disk() 670 nblocks = be64_to_cpu(dip->di_nblocks); in xfs_dinode_verify()
929 __be64 di_nblocks; /* # of direct & btree blocks used */ member
1512 nblocks = be64_to_cpu(dip->di_nblocks); in xrep_dinode_zap_forks() 1535 * Zero di_nblocks if we don't have any extents at all to satisfy the in xrep_dinode_zap_forks() 1541 dip->di_nblocks = 0; in xrep_dinode_zap_forks()
2460 __entry->nblocks = be64_to_cpu(dip->di_nblocks);