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 | 870 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 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 | 2313 __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,
|