Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/
Dxfs_itable.c357 int ubcount; /* size of user's buffer */ in xfs_bulkstat() local
373 ubcount = *ubcountp; /* statstruct's */ in xfs_bulkstat()
375 ac.ac_ubleft = ubcount * statstruct_size; /* bytes */; in xfs_bulkstat()
439 while (irbp < irbufend && icount < ubcount) { in xfs_bulkstat()