Searched refs:nex (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/xfs/libxfs/
H A Dxfs_inode_fork.c114 xfs_extnum_t nex = xfs_dfork_nextents(dip, whichfork); local
115 int size = nex * sizeof(xfs_bmbt_rec_t);
127 ip->i_ino, nex);
142 for (i = 0; i < nex; i++, dp++) {
/linux-master/fs/xfs/scrub/
H A Dinode_repair.c735 xfs_extnum_t nex; local
739 nex = xfs_dfork_nextents(dip, whichfork);
740 if (nex > dfork_size / sizeof(struct xfs_bmbt_rec))
746 for (i = 0; i < nex; i++, dp++) {
768 xfs_extnum_t nex; local
774 nex = xfs_dfork_nextents(dip, whichfork);
775 if (nex <= dfork_size / sizeof(struct xfs_bmbt_rec))
/linux-master/fs/xfs/
H A Dxfs_trace.h2175 __field(xfs_extnum_t, nex)
2184 __entry->nex = ip->i_df.if_nextents;
2194 __entry->nex,

Completed in 119 milliseconds