Home
last modified time | relevance | path

Searched full:nex (Results 1 – 5 of 5) 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.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/Documentation/devicetree/bindings/memory-controllers/
H A Dst,stm32-fmc2-ebi-props.yaml86 defined in nanoseconds from NBLx low to Chip Select NEx low.
/linux/fs/xfs/
H A Dxfs_trace.h2550 __field(xfs_extnum_t, nex)
2559 __entry->nex = ip->i_df.if_nextents;
2569 __entry->nex,
5267 __field(xfs_extnum_t, nex)
5276 __entry->nex = ip->i_df.if_nextents;
5284 __entry->nex,