Home
last modified time | relevance | path

Searched full:nex (Results 1 – 5 of 5) sorted by relevance

/linux-6.8/fs/xfs/scrub/
Dinode_repair.c521 xfs_extnum_t nex; in xrep_dinode_bad_extents_fork() local
525 nex = xfs_dfork_nextents(dip, whichfork); in xrep_dinode_bad_extents_fork()
526 if (nex > dfork_size / sizeof(struct xfs_bmbt_rec)) in xrep_dinode_bad_extents_fork()
532 for (i = 0; i < nex; i++, dp++) { in xrep_dinode_bad_extents_fork()
554 xfs_extnum_t nex; in xrep_dinode_bad_bmbt_fork() local
560 nex = xfs_dfork_nextents(dip, whichfork); in xrep_dinode_bad_bmbt_fork()
561 if (nex <= dfork_size / sizeof(struct xfs_bmbt_rec)) in xrep_dinode_bad_bmbt_fork()
/linux-6.8/fs/xfs/libxfs/
Dxfs_inode_fork.c110 xfs_extnum_t nex = xfs_dfork_nextents(dip, whichfork); in xfs_iformat_extents() local
111 int size = nex * sizeof(xfs_bmbt_rec_t); in xfs_iformat_extents()
123 ip->i_ino, nex); in xfs_iformat_extents()
137 for (i = 0; i < nex; i++, dp++) { in xfs_iformat_extents()
/linux-6.8/Documentation/leds/
Dleds-mlxcpld.rst5 Provide system LED support for the nex Mellanox systems:
/linux-6.8/Documentation/devicetree/bindings/memory-controllers/
Dst,stm32-fmc2-ebi-props.yaml86 defined in nanoseconds from NBLx low to Chip Select NEx low.
/linux-6.8/fs/xfs/
Dxfs_trace.h2173 __field(xfs_extnum_t, nex)
2182 __entry->nex = ip->i_df.if_nextents;
2192 __entry->nex,