Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/vboxsf/
H A Dsuper.c287 struct shfl_volinfo shfl_volinfo; in vboxsf_statfs() local
293 buf_len = sizeof(shfl_volinfo); in vboxsf_statfs()
295 &buf_len, &shfl_volinfo); in vboxsf_statfs()
300 stat->f_bsize = shfl_volinfo.bytes_per_allocation_unit; in vboxsf_statfs()
302 do_div(shfl_volinfo.total_allocation_bytes, in vboxsf_statfs()
303 shfl_volinfo.bytes_per_allocation_unit); in vboxsf_statfs()
304 stat->f_blocks = shfl_volinfo.total_allocation_bytes; in vboxsf_statfs()
306 do_div(shfl_volinfo.available_allocation_bytes, in vboxsf_statfs()
307 shfl_volinfo in vboxsf_statfs()
[all...]
H A Dshfl_hostintf.h476 struct shfl_volinfo { struct
/kernel/linux/linux-6.6/fs/vboxsf/
H A Dsuper.c287 struct shfl_volinfo shfl_volinfo; in vboxsf_statfs() local
293 buf_len = sizeof(shfl_volinfo); in vboxsf_statfs()
295 &buf_len, &shfl_volinfo); in vboxsf_statfs()
300 stat->f_bsize = shfl_volinfo.bytes_per_allocation_unit; in vboxsf_statfs()
302 do_div(shfl_volinfo.total_allocation_bytes, in vboxsf_statfs()
303 shfl_volinfo.bytes_per_allocation_unit); in vboxsf_statfs()
304 stat->f_blocks = shfl_volinfo.total_allocation_bytes; in vboxsf_statfs()
306 do_div(shfl_volinfo.available_allocation_bytes, in vboxsf_statfs()
307 shfl_volinfo in vboxsf_statfs()
[all...]
H A Dshfl_hostintf.h476 struct shfl_volinfo { struct

Completed in 5 milliseconds