Home
last modified time | relevance | path

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

/fs/9p/
Dvfs_super.c264 buf->f_ffree = rs.ffree; in v9fs_statfs()
/fs/xfs/
Dxfs_super.c807 int64_t ffree; in xfs_fs_statfs() local
849 ffree = statp->f_files - (icount - ifree); in xfs_fs_statfs()
850 statp->f_ffree = max_t(int64_t, ffree, 0); in xfs_fs_statfs()
/fs/fuse/
Dfuse_i.h1914 attr->ffree = stbuf->f_ffree; in convert_statfs_to_fuse()
1928 stbuf->f_ffree = attr->ffree; in convert_fuse_statfs()