Home
last modified time | relevance | path

Searched refs:bavail (Results 1 - 7 of 7) sorted by relevance

/third_party/node/test/common/
H A Dtmpdir.js64 const { bavail, bsize } = fs.statfsSync(tmpPath);
65 return bavail >= Math.ceil(size / bsize);
/third_party/node/lib/internal/fs/
H A Dutils.js570 constructor(type, bsize, blocks, bfree, bavail, files, ffree) {
575 this.bavail = bavail;
/third_party/ntfs-3g/include/fuse-lite/
H A Dfuse_kernel.h99 __u64 bavail; member
/third_party/node/test/parallel/
H A Dtest-fs-promises.js93 assert.strictEqual(typeof stat.bavail, valueType);
/third_party/libfuse/include/
H A Dfuse_kernel.h274 uint64_t bavail; member
/third_party/ntfs-3g/libfuse-lite/
H A Dfuse_lowlevel.c276 kstatfs->bavail = stbuf->f_bavail; in convert_statfs()
/third_party/libfuse/lib/
H A Dfuse_lowlevel.c313 kstatfs->bavail = stbuf->f_bavail;

Completed in 11 milliseconds