Home
last modified time | relevance | path

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

12

/fs/
Dstatfs.c125 if (st->f_ffree != -1 && in do_statfs_native()
126 (st->f_ffree & 0xffffffff00000000ULL)) in do_statfs_native()
136 buf.f_ffree = st->f_ffree; in do_statfs_native()
160 buf.f_ffree = st->f_ffree; in do_statfs64()
238 tmp.f_tinode = sbuf.f_ffree; in SYSCALL_DEFINE2()
Dcompat.c224 if (kbuf->f_ffree != 0xffffffffffffffffULL in put_compat_statfs()
225 && (kbuf->f_ffree & 0xffffffff00000000ULL)) in put_compat_statfs()
235 __put_user(kbuf->f_ffree, &ubuf->f_ffree) || in put_compat_statfs()
279 if (kbuf->f_ffree != 0xffffffffffffffffULL in put_compat_statfs64()
280 && (kbuf->f_ffree & 0xffffffff00000000ULL)) in put_compat_statfs64()
290 __put_user(kbuf->f_ffree, &ubuf->f_ffree) || in put_compat_statfs64()
344 tmp.f_tinode = sbuf.f_ffree; in COMPAT_SYSCALL_DEFINE2()
/fs/cachefiles/
Ddaemon.c711 if (stats.f_ffree > fnr) in cachefiles_has_space()
712 stats.f_ffree -= fnr; in cachefiles_has_space()
714 stats.f_ffree = 0; in cachefiles_has_space()
722 if (stats.f_ffree < cache->fstop || in cachefiles_has_space()
727 if (stats.f_ffree < cache->fcull || in cachefiles_has_space()
732 stats.f_ffree >= cache->frun && in cachefiles_has_space()
/fs/xfs/
Dxfs_qm_bhv.c53 statp->f_ffree = in xfs_fill_statvfs_from_dquot()
55 (statp->f_ffree - dqp->q_res_icount) : 0; in xfs_fill_statvfs_from_dquot()
/fs/hostfs/
Dhostfs_kern.c205 long long f_ffree; in hostfs_statfs() local
209 &f_ffree, &sf->f_fsid, sizeof(sf->f_fsid), in hostfs_statfs()
217 sf->f_ffree = f_ffree; in hostfs_statfs()
Dhostfs_user.c403 *ffree_out = buf.f_ffree; in do_statfs()
/fs/freevxfs/
Dvxfs_super.c119 bufp->f_ffree = infp->vsi_raw->vs_ifree; in vxfs_statfs()
/fs/coda/
Dinode.c306 buf->f_ffree = 9000000; in coda_statfs()
Dupcall.c564 sfs->f_ffree = outp->coda_statfs.stat.f_ffree; in venus_statfs()
/fs/9p/
Dvfs_super.c264 buf->f_ffree = rs.ffree; in v9fs_statfs()
/fs/efs/
Dsuper.c346 buf->f_ffree = sbi->inode_free; /* free inodes */ in efs_statfs()
/fs/sysv/
Dinode.c98 buf->f_ffree = sysv_count_free_inodes(sb); in sysv_statfs()
/fs/squashfs/
Dsuper.c366 buf->f_ffree = 0; in squashfs_statfs()
/fs/hfs/
Dsuper.c106 buf->f_ffree = HFS_SB(sb)->free_ablocks; in hfs_statfs()
/fs/romfs/
Dsuper.c439 buf->f_bfree = buf->f_bavail = buf->f_ffree; in romfs_statfs()
/fs/cramfs/
Dinode.c361 buf->f_ffree = 0; in cramfs_statfs()
/fs/nfsd/
Dnfs3xdr.c1042 p = xdr_encode_hyper(p, s->f_ffree); /* free inodes */ in nfs3svc_encode_fsstatres()
1043 p = xdr_encode_hyper(p, s->f_ffree); /* user available inodes */ in nfs3svc_encode_fsstatres()
/fs/bfs/
Dinode.c232 buf->f_ffree = info->si_freei; in bfs_statfs()
/fs/adfs/
Dsuper.c233 buf->f_ffree = (long)(buf->f_bfree * buf->f_files) / (long)buf->f_blocks; in adfs_statfs()
/fs/omfs/
Dinode.c286 buf->f_bfree = buf->f_bavail = buf->f_ffree = in omfs_statfs()
/fs/ext2/
Dsuper.c1449 buf->f_ffree = ext2_count_free_inodes(sb); in ext2_statfs()
1450 es->s_free_inodes_count = cpu_to_le32(buf->f_ffree); in ext2_statfs()
/fs/hpfs/
Dsuper.c193 buf->f_ffree = hpfs_get_free_dnodes(s); in hpfs_statfs()
/fs/hfsplus/
Dsuper.c318 buf->f_ffree = 0xFFFFFFFF - sbi->next_cnid; in hfsplus_statfs()
/fs/logfs/
Dsuper.c108 stats->f_ffree = 0; in logfs_statfs()
/fs/qnx6/
Dinode.c166 buf->f_ffree = fs32_to_cpu(sbi, sbi->sb->sb_free_inodes); in qnx6_statfs()

12