Searched full:nex (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_inode_fork.c | 116 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 D | inode_repair.c | 872 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 D | leds-mlxcpld.rst | 5 Provide system LED support for the nex Mellanox systems:
|
| /linux/Documentation/devicetree/bindings/memory-controllers/ |
| H A D | st,stm32-fmc2-ebi-props.yaml | 86 defined in nanoseconds from NBLx low to Chip Select NEx low.
|
| /linux/fs/xfs/ |
| H A D | xfs_trace.h | 2550 __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,
|