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

/haiku/headers/posix/sys/
H A Dstatvfs.h17 fsblkcnt_t f_bavail; /* number of free blocks available to processes */ member in struct:statvfs
/haiku/src/system/libroot/posix/sys/
H A Dstatvfs.c22 statvfs->f_bavail = statvfs->f_bfree = info.free_blocks;
/haiku/src/tools/fs_shell/
H A Dfuse.cpp394 sfs->f_bavail = sfs->f_bfree = info.free_blocks;

Completed in 40 milliseconds