Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_inode_fork.c114 xfs_extnum_t nex = xfs_dfork_nextents(dip, whichfork); in xfs_iformat_extents() local
115 int size = nex * sizeof(xfs_bmbt_rec_t); in xfs_iformat_extents()
127 ip->i_ino, nex); in xfs_iformat_extents()
142 for (i = 0; i < nex; i++, dp++) { in xfs_iformat_extents()
/linux-6.12.1/fs/xfs/scrub/
Dinode_repair.c799 xfs_extnum_t nex; in xrep_dinode_bad_extents_fork() local
803 nex = xfs_dfork_nextents(dip, whichfork); in xrep_dinode_bad_extents_fork()
804 if (nex > dfork_size / sizeof(struct xfs_bmbt_rec)) in xrep_dinode_bad_extents_fork()
810 for (i = 0; i < nex; i++, dp++) { in xrep_dinode_bad_extents_fork()
832 xfs_extnum_t nex; in xrep_dinode_bad_bmbt_fork() local
838 nex = xfs_dfork_nextents(dip, whichfork); in xrep_dinode_bad_bmbt_fork()
839 if (nex <= dfork_size / sizeof(struct xfs_bmbt_rec)) in xrep_dinode_bad_bmbt_fork()
/linux-6.12.1/Documentation/leds/
Dleds-mlxcpld.rst5 Provide system LED support for the nex Mellanox systems:
/linux-6.12.1/fs/xfs/
Dxfs_trace.h2179 __field(xfs_extnum_t, nex)
2188 __entry->nex = ip->i_df.if_nextents;
2198 __entry->nex,
4888 __field(xfs_extnum_t, nex)
4897 __entry->nex = ip->i_df.if_nextents;
4905 __entry->nex,