Searched refs:nex (Results 1 – 4 of 4) 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/fs/xfs/ |
| H A D | xfs_trace.h | 2580 __field(xfs_extnum_t, nex) 2589 __entry->nex = ip->i_df.if_nextents; 2599 __entry->nex, 5290 __field(xfs_extnum_t, nex) 5299 __entry->nex = ip->i_df.if_nextents; 5307 __entry->nex,
|