Home
last modified time | relevance | path

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

123

/linux-2.6.39/arch/mips/include/asm/
Dstatfs.h30 long f_ffree; member
53 __u64 f_ffree; member
72 long f_ffree; member
90 __u64 f_ffree; member
Dcompat.h110 int f_ffree; member
/linux-2.6.39/arch/s390/include/asm/
Dstatfs.h32 long f_ffree; member
47 long f_ffree; member
62 __u64 f_ffree; member
Dcompat.h130 s32 f_ffree; member
/linux-2.6.39/fs/
Dstatfs.c117 if (st->f_ffree != -1 && in do_statfs_native()
118 (st->f_ffree & 0xffffffff00000000ULL)) in do_statfs_native()
128 buf.f_ffree = st->f_ffree; in do_statfs_native()
152 buf.f_ffree = st->f_ffree; in do_statfs64()
226 tmp.f_tinode = sbuf.f_ffree; in SYSCALL_DEFINE2()
Dcompat.c234 if (kbuf->f_ffree != 0xffffffffffffffffULL in put_compat_statfs()
235 && (kbuf->f_ffree & 0xffffffff00000000ULL)) in put_compat_statfs()
245 __put_user(kbuf->f_ffree, &ubuf->f_ffree) || in put_compat_statfs()
292 if (kbuf->f_ffree != 0xffffffffffffffffULL in put_compat_statfs64()
293 && (kbuf->f_ffree & 0xffffffff00000000ULL)) in put_compat_statfs64()
303 __put_user(kbuf->f_ffree, &ubuf->f_ffree) || in put_compat_statfs64()
364 tmp.f_tinode = sbuf.f_ffree; in compat_sys_ustat()
/linux-2.6.39/include/asm-generic/
Dstatfs.h32 __statfs_word f_ffree; member
55 __u64 f_ffree; member
78 __u64 f_ffree; member
/linux-2.6.39/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()
/linux-2.6.39/fs/xfs/quota/
Dxfs_qm_bhv.c62 statp->f_ffree = in xfs_fill_statvfs_from_dquot()
64 (statp->f_ffree - be64_to_cpu(dp->d_icount)) : 0; in xfs_fill_statvfs_from_dquot()
/linux-2.6.39/arch/parisc/hpux/
Dsys_hpux.c155 tmp.f_tinode = (u_int32_t)sbuf.f_ffree; in hpux_ustat()
179 int32_t f_ffree; /* free file nodes in fs */ member
198 buf.f_ffree = st->f_ffree; in do_statfs_hpux()
/linux-2.6.39/include/linux/
Dstatfs.h14 u64 f_ffree; member
Dcoda.h243 int32_t f_ffree; member
/linux-2.6.39/arch/parisc/include/asm/
Dcompat.h104 s32 f_ffree; member
/linux-2.6.39/fs/hostfs/
Dhostfs_kern.c211 long long f_ffree; in hostfs_statfs() local
215 &f_ffree, &sf->f_fsid, sizeof(sf->f_fsid), in hostfs_statfs()
223 sf->f_ffree = f_ffree; in hostfs_statfs()
Dhostfs_user.c380 *ffree_out = buf.f_ffree; in do_statfs()
/linux-2.6.39/arch/powerpc/include/asm/
Dcompat.h99 int f_ffree; member
/linux-2.6.39/arch/x86/include/asm/
Dcompat.h107 int f_ffree; member
/linux-2.6.39/arch/sparc/include/asm/
Dcompat.h133 int f_ffree; member
/linux-2.6.39/fs/freevxfs/
Dvxfs_super.c120 bufp->f_ffree = infp->vsi_raw->vs_ifree; in vxfs_statfs()
/linux-2.6.39/fs/coda/
Dinode.c303 buf->f_ffree = 9000000; in coda_statfs()
Dupcall.c566 sfs->f_ffree = outp->coda_statfs.stat.f_ffree; in venus_statfs()
/linux-2.6.39/fs/9p/
Dvfs_super.c269 buf->f_ffree = rs.ffree; in v9fs_statfs()
/linux-2.6.39/arch/alpha/kernel/
Dosf_sys.c208 int f_ffree; member
226 tmp_stat.f_ffree = linux_stat->f_ffree; in linux_to_osf_statfs()
/linux-2.6.39/fs/efs/
Dsuper.c352 buf->f_ffree = sbi->inode_free; /* free inodes */ in efs_statfs()
/linux-2.6.39/fs/squashfs/
Dsuper.c341 buf->f_ffree = 0; in squashfs_statfs()

123