Home
last modified time | relevance | path

Searched refs:f_ffree (Results 1 – 25 of 50) sorted by relevance

12

/fs/
A Dstatfs.c144 if (st->f_ffree != -1 && in do_statfs_native()
145 (st->f_ffree & 0xffffffff00000000ULL)) in do_statfs_native()
155 buf.f_ffree = st->f_ffree; in do_statfs_native()
179 buf.f_ffree = st->f_ffree; in do_statfs64()
257 tmp.f_tinode = min_t(u64, sbuf.f_ffree, UINT_MAX); in SYSCALL_DEFINE2()
259 tmp.f_tinode = sbuf.f_ffree; in SYSCALL_DEFINE2()
277 if (kbuf->f_ffree != 0xffffffffffffffffULL in put_compat_statfs()
278 && (kbuf->f_ffree & 0xffffffff00000000ULL)) in put_compat_statfs()
288 buf.f_ffree = kbuf->f_ffree; in put_compat_statfs()
335 buf.f_ffree = kbuf->f_ffree; in put_compat_statfs64()
[all …]
/fs/cachefiles/
A Dcache.c232 if (stats.f_ffree > fnr) in cachefiles_has_space()
233 stats.f_ffree -= fnr; in cachefiles_has_space()
235 stats.f_ffree = 0; in cachefiles_has_space()
243 if (stats.f_ffree < cache->fstop || in cachefiles_has_space()
248 if (stats.f_ffree < cache->fcull || in cachefiles_has_space()
253 stats.f_ffree >= cache->frun && in cachefiles_has_space()
/fs/xfs/
A Dxfs_qm_bhv.c55 statp->f_ffree = min(statp->f_ffree, remaining); in xfs_fill_statvfs_from_dquot()
/fs/hostfs/
A Dhostfs_kern.c193 long long f_ffree; in hostfs_statfs() local
199 &f_ffree, &sf->f_fsid, sizeof(sf->f_fsid), in hostfs_statfs()
207 sf->f_ffree = f_ffree; in hostfs_statfs()
A Dhostfs_user.c414 *ffree_out = buf.f_ffree; in do_statfs()
/fs/9p/
A Dvfs_super.c236 buf->f_ffree = rs.ffree; in v9fs_statfs()
/fs/freevxfs/
A Dvxfs_super.c87 bufp->f_ffree = fs32_to_cpu(infp, raw_sb->vs_ifree); in vxfs_statfs()
/fs/efs/
A Dsuper.c362 buf->f_ffree = sbi->inode_free; /* free inodes */ in efs_statfs()
/fs/coda/
A Dinode.c348 buf->f_ffree = 9000000; in coda_statfs()
A Dupcall.c565 sfs->f_ffree = outp->coda_statfs.stat.f_ffree; in venus_statfs()
/fs/vboxsf/
A Dsuper.c309 stat->f_ffree = 1000000; in vboxsf_statfs()
/fs/hfs/
A Dsuper.c108 buf->f_ffree = HFS_SB(sb)->free_ablocks; in hfs_statfs()
/fs/adfs/
A Dsuper.c187 buf->f_ffree = (long)(buf->f_bfree * buf->f_files) / (long)buf->f_blocks; in adfs_statfs()
/fs/romfs/
A Dsuper.c407 buf->f_bfree = buf->f_bavail = buf->f_ffree; in romfs_statfs()
/fs/nfsd/
A Dnfs3xdr.c1197 p = xdr_encode_hyper(p, s->f_ffree); /* free inodes */ in svcxdr_encode_fsstat3resok()
1198 p = xdr_encode_hyper(p, s->f_ffree); /* user available inodes */ in svcxdr_encode_fsstat3resok()
/fs/orangefs/
A Dsuper.c192 buf->f_ffree = (sector_t) new_op->downcall.resp.statfs.files_avail; in orangefs_statfs()
/fs/bfs/
A Dinode.c229 buf->f_ffree = info->si_freei; in bfs_statfs()
/fs/omfs/
A Dinode.c285 buf->f_bfree = buf->f_bavail = buf->f_ffree = in omfs_statfs()
/fs/qnx6/
A Dinode.c167 buf->f_ffree = fs32_to_cpu(sbi, sbi->sb->sb_free_inodes); in qnx6_statfs()
/fs/squashfs/
A Dsuper.c583 buf->f_ffree = 0; in squashfs_statfs()
/fs/hfsplus/
A Dsuper.c327 buf->f_ffree = 0xFFFFFFFF - sbi->next_cnid; in hfsplus_statfs()
/fs/hpfs/
A Dsuper.c195 buf->f_ffree = hpfs_get_free_dnodes(s); in hpfs_statfs()
/fs/ext2/
A Dsuper.c1501 buf->f_ffree = ext2_count_free_inodes(sb); in ext2_statfs()
1502 es->s_free_inodes_count = cpu_to_le32(buf->f_ffree); in ext2_statfs()
/fs/minix/
A Dinode.c403 buf->f_ffree = minix_count_free_inodes(sb); in minix_statfs()
/fs/jffs2/
A Dfs.c219 buf->f_ffree = 0; in jffs2_statfs()

Completed in 58 milliseconds

12