Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/vboxsf/
H A Dsuper.c306 do_div(shfl_volinfo.available_allocation_bytes, in vboxsf_statfs()
308 stat->f_bfree = shfl_volinfo.available_allocation_bytes; in vboxsf_statfs()
309 stat->f_bavail = shfl_volinfo.available_allocation_bytes; in vboxsf_statfs()
H A Dshfl_hostintf.h478 s64 available_allocation_bytes; member