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

/linux-4.4.14/fs/xfs/
H A Dxfs_attr_list.c76 int sbsize, nsbuf, count, i; xfs_attr_shortform_list() local
141 nsbuf = 0; xfs_attr_shortform_list()
162 nsbuf++; xfs_attr_shortform_list()
168 xfs_sort(sbuf, nsbuf, sizeof(*sbuf), xfs_attr_shortform_compare); xfs_attr_shortform_list()
176 for (sbp = sbuf, i = 0; i < nsbuf; i++, sbp++) { xfs_attr_shortform_list()
186 if (i == nsbuf) { xfs_attr_shortform_list()
194 for ( ; i < nsbuf; i++, sbp++) { xfs_attr_shortform_list()

Completed in 51 milliseconds