Home
last modified time | relevance | path

Searched refs:f_ffree (Results 1 – 25 of 50) 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.c210 if (kbuf->f_ffree != 0xffffffffffffffffULL in put_compat_statfs()
211 && (kbuf->f_ffree & 0xffffffff00000000ULL)) in put_compat_statfs()
221 __put_user(kbuf->f_ffree, &ubuf->f_ffree) || in put_compat_statfs()
265 if (kbuf->f_ffree != 0xffffffffffffffffULL in put_compat_statfs64()
266 && (kbuf->f_ffree & 0xffffffff00000000ULL)) in put_compat_statfs64()
276 __put_user(kbuf->f_ffree, &ubuf->f_ffree) || in put_compat_statfs64()
330 tmp.f_tinode = sbuf.f_ffree; in COMPAT_SYSCALL_DEFINE2()
/fs/cachefiles/
Ddaemon.c712 if (stats.f_ffree > fnr) in cachefiles_has_space()
713 stats.f_ffree -= fnr; in cachefiles_has_space()
715 stats.f_ffree = 0; in cachefiles_has_space()
723 if (stats.f_ffree < cache->fstop || in cachefiles_has_space()
728 if (stats.f_ffree < cache->fcull || in cachefiles_has_space()
733 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.c110 bufp->f_ffree = fs32_to_cpu(infp, raw_sb->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/hfs/
Dsuper.c106 buf->f_ffree = HFS_SB(sb)->free_ablocks; in hfs_statfs()
/fs/squashfs/
Dsuper.c364 buf->f_ffree = 0; in squashfs_statfs()
/fs/orangefs/
Dsuper.c187 buf->f_ffree = (sector_t) new_op->downcall.resp.statfs.files_avail; in orangefs_statfs()
/fs/cramfs/
Dinode.c361 buf->f_ffree = 0; in cramfs_statfs()
/fs/romfs/
Dsuper.c440 buf->f_bfree = buf->f_bavail = buf->f_ffree; in romfs_statfs()
/fs/nfsd/
Dnfs3xdr.c1037 p = xdr_encode_hyper(p, s->f_ffree); /* free inodes */ in nfs3svc_encode_fsstatres()
1038 p = xdr_encode_hyper(p, s->f_ffree); /* user available inodes */ in nfs3svc_encode_fsstatres()
/fs/adfs/
Dsuper.c233 buf->f_ffree = (long)(buf->f_bfree * buf->f_files) / (long)buf->f_blocks; in adfs_statfs()
/fs/bfs/
Dinode.c232 buf->f_ffree = info->si_freei; in bfs_statfs()
/fs/omfs/
Dinode.c286 buf->f_bfree = buf->f_bavail = buf->f_ffree = in omfs_statfs()
/fs/ext2/
Dsuper.c1431 buf->f_ffree = ext2_count_free_inodes(sb); in ext2_statfs()
1432 es->s_free_inodes_count = cpu_to_le32(buf->f_ffree); in ext2_statfs()
/fs/hfsplus/
Dsuper.c321 buf->f_ffree = 0xFFFFFFFF - sbi->next_cnid; in hfsplus_statfs()
/fs/hpfs/
Dsuper.c193 buf->f_ffree = hpfs_get_free_dnodes(s); in hpfs_statfs()
/fs/logfs/
Dsuper.c108 stats->f_ffree = 0; in logfs_statfs()

12