Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Dinode_repair.c872 xfs_extnum_t nex; in xrep_dinode_bad_extents_fork() local
876 nex = xfs_dfork_nextents(dip, whichfork); in xrep_dinode_bad_extents_fork()
877 if (nex > dfork_size / sizeof(struct xfs_bmbt_rec)) in xrep_dinode_bad_extents_fork()
883 for (i = 0; i < nex; i++, dp++) { in xrep_dinode_bad_extents_fork()
905 xfs_extnum_t nex; in xrep_dinode_bad_bmbt_fork() local
911 nex = xfs_dfork_nextents(dip, whichfork); in xrep_dinode_bad_bmbt_fork()
912 if (nex <= dfork_size / sizeof(struct xfs_bmbt_rec)) in xrep_dinode_bad_bmbt_fork()
/linux/Documentation/leds/
H A Dleds-mlxcpld.rst5 Provide system LED support for the nex Mellanox systems:
/linux/fs/xfs/
H A Dxfs_trace.h2582 __field(xfs_extnum_t, nex)
2591 __entry->nex = ip->i_df.if_nextents;
2601 __entry->nex,
5292 __field(xfs_extnum_t, nex)
5301 __entry->nex = ip->i_df.if_nextents;
5309 __entry->nex,