Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_inode_fork.c107 xfs_extnum_t nex = xfs_dfork_nextents(dip, whichfork); in xfs_iformat_extents() local
108 int size = nex * sizeof(xfs_bmbt_rec_t); in xfs_iformat_extents()
120 ip->i_ino, nex); in xfs_iformat_extents()
134 for (i = 0; i < nex; i++, dp++) { in xfs_iformat_extents()
/openbmc/linux/Documentation/leds/
H A Dleds-mlxcpld.rst5 Provide system LED support for the nex Mellanox systems:
/openbmc/linux/fs/xfs/
H A Dxfs_trace.h2170 __field(xfs_extnum_t, nex)
2179 __entry->nex = ip->i_df.if_nextents;
2189 __entry->nex,