Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_inode_fork.c116 xfs_extnum_t nex = xfs_dfork_nextents(dip, whichfork); in xfs_iformat_extents() local
117 int size = nex * sizeof(xfs_bmbt_rec_t); in xfs_iformat_extents()
129 ip->i_ino, nex); in xfs_iformat_extents()
144 for (i = 0; i < nex; i++, dp++) { in xfs_iformat_extents()
/linux/fs/xfs/scrub/
H A Dinode_repair.c870 xfs_extnum_t nex; in xrep_dinode_bad_extents_fork() local
874 nex = xfs_dfork_nextents(dip, whichfork); in xrep_dinode_bad_extents_fork()
875 if (nex > dfork_size / sizeof(struct xfs_bmbt_rec)) in xrep_dinode_bad_extents_fork()
881 for (i = 0; i < nex; i++, dp++) { in xrep_dinode_bad_extents_fork()
903 xfs_extnum_t nex; in xrep_dinode_bad_bmbt_fork() local
909 nex = xfs_dfork_nextents(dip, whichfork); in xrep_dinode_bad_bmbt_fork()
910 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.h2313 __field(xfs_extnum_t, nex)
2322 __entry->nex = ip->i_df.if_nextents;
2332 __entry->nex,
5063 __field(xfs_extnum_t, nex)
5072 __entry->nex = ip->i_df.if_nextents;
5080 __entry->nex,