Home
last modified time | relevance | path

Searched refs:nsbuf (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/fs/xfs/
Dxfs_attr_list.c59 int sbsize, nsbuf, count, i; in xfs_attr_shortform_list() local
118 nsbuf = 0; in xfs_attr_shortform_list()
140 nsbuf++; in xfs_attr_shortform_list()
146 xfs_sort(sbuf, nsbuf, sizeof(*sbuf), xfs_attr_shortform_compare); in xfs_attr_shortform_list()
154 for (sbp = sbuf, i = 0; i < nsbuf; i++, sbp++) { in xfs_attr_shortform_list()
164 if (i == nsbuf) { in xfs_attr_shortform_list()
172 for ( ; i < nsbuf; i++, sbp++) { in xfs_attr_shortform_list()