/linux-2.6.39/arch/mips/include/asm/ |
D | statfs.h | 30 long f_ffree; member 53 __u64 f_ffree; member 72 long f_ffree; member 90 __u64 f_ffree; member
|
D | compat.h | 110 int f_ffree; member
|
/linux-2.6.39/arch/s390/include/asm/ |
D | statfs.h | 32 long f_ffree; member 47 long f_ffree; member 62 __u64 f_ffree; member
|
D | compat.h | 130 s32 f_ffree; member
|
/linux-2.6.39/fs/ |
D | statfs.c | 117 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()
|
D | compat.c | 234 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/ |
D | statfs.h | 32 __statfs_word f_ffree; member 55 __u64 f_ffree; member 78 __u64 f_ffree; member
|
/linux-2.6.39/fs/cachefiles/ |
D | daemon.c | 712 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/ |
D | xfs_qm_bhv.c | 62 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/ |
D | sys_hpux.c | 155 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/ |
D | statfs.h | 14 u64 f_ffree; member
|
D | coda.h | 243 int32_t f_ffree; member
|
/linux-2.6.39/arch/parisc/include/asm/ |
D | compat.h | 104 s32 f_ffree; member
|
/linux-2.6.39/fs/hostfs/ |
D | hostfs_kern.c | 211 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()
|
D | hostfs_user.c | 380 *ffree_out = buf.f_ffree; in do_statfs()
|
/linux-2.6.39/arch/powerpc/include/asm/ |
D | compat.h | 99 int f_ffree; member
|
/linux-2.6.39/arch/x86/include/asm/ |
D | compat.h | 107 int f_ffree; member
|
/linux-2.6.39/arch/sparc/include/asm/ |
D | compat.h | 133 int f_ffree; member
|
/linux-2.6.39/fs/freevxfs/ |
D | vxfs_super.c | 120 bufp->f_ffree = infp->vsi_raw->vs_ifree; in vxfs_statfs()
|
/linux-2.6.39/fs/coda/ |
D | inode.c | 303 buf->f_ffree = 9000000; in coda_statfs()
|
D | upcall.c | 566 sfs->f_ffree = outp->coda_statfs.stat.f_ffree; in venus_statfs()
|
/linux-2.6.39/fs/9p/ |
D | vfs_super.c | 269 buf->f_ffree = rs.ffree; in v9fs_statfs()
|
/linux-2.6.39/arch/alpha/kernel/ |
D | osf_sys.c | 208 int f_ffree; member 226 tmp_stat.f_ffree = linux_stat->f_ffree; in linux_to_osf_statfs()
|
/linux-2.6.39/fs/efs/ |
D | super.c | 352 buf->f_ffree = sbi->inode_free; /* free inodes */ in efs_statfs()
|
/linux-2.6.39/fs/squashfs/ |
D | super.c | 341 buf->f_ffree = 0; in squashfs_statfs()
|