Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/
Dxfs_itable.c343 int ubcount; /* size of user's buffer */ in xfs_bulkstat() local
359 ubcount = *ubcountp; /* statstruct's */ in xfs_bulkstat()
361 ac.ac_ubleft = ubcount * statstruct_size; /* bytes */; in xfs_bulkstat()
424 while (irbp < irbufend && icount < ubcount) { in xfs_bulkstat()