Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
Dxfs_inode_item_recover.c190 to->di_nblocks = cpu_to_be64(from->di_nblocks); in xfs_log_dinode_to_disk()
256 if (unlikely(nextents + anextents > ldip->di_nblocks)) { in xlog_dinode_verify_extent_counts()
262 anextents, ldip->di_nblocks); in xlog_dinode_verify_extent_counts()
Dxfs_inode_item.c568 to->di_nblocks = ip->i_nblocks; in xfs_inode_to_log_dinode()
/linux-6.12.1/fs/jfs/
Djfs_dinode.h37 __le64 di_nblocks; /* 8: number of blocks allocated */ member
Djfs_imap.c3079 ip->i_blocks = LBLK2PBLK(ip->i_sb, le64_to_cpu(dip->di_nblocks)); in copy_from_dinode()
3128 dip->di_nblocks = cpu_to_le64(PBLK2LBLK(ip->i_sb, ip->i_blocks)); in copy_to_dinode()
/linux-6.12.1/fs/xfs/scrub/
Dinode.c530 if (be64_to_cpu(dip->di_nblocks) >= in xchk_dinode()
534 if (be64_to_cpu(dip->di_nblocks) >= mp->m_sb.sb_dblocks) in xchk_dinode()
677 if (count + acount != be64_to_cpu(dip->di_nblocks)) in xchk_inode_xref_bmap()
Dinode_repair.c1325 nblocks = be64_to_cpu(dip->di_nblocks); in xrep_dinode_zap_forks()
1354 dip->di_nblocks = 0; in xrep_dinode_zap_forks()
Dtrace.h2349 __entry->nblocks = be64_to_cpu(dip->di_nblocks);
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_inode_buf.c237 ip->i_nblocks = be64_to_cpu(from->di_nblocks); in xfs_inode_from_disk()
334 to->di_nblocks = cpu_to_be64(ip->i_nblocks); in xfs_inode_to_disk()
560 nblocks = be64_to_cpu(dip->di_nblocks); in xfs_dinode_verify()
Dxfs_log_format.h430 xfs_rfsblock_t di_nblocks; /* # of direct & btree blocks used */ member
Dxfs_format.h838 __be64 di_nblocks; /* # of direct & btree blocks used */ member