Searched refs:f_ffree (Results 1 – 25 of 49) sorted by relevance
12
125 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()
224 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()
711 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()
53 statp->f_ffree = in xfs_fill_statvfs_from_dquot()55 (statp->f_ffree - dqp->q_res_icount) : 0; in xfs_fill_statvfs_from_dquot()
205 long long f_ffree; in hostfs_statfs() local209 &f_ffree, &sf->f_fsid, sizeof(sf->f_fsid), in hostfs_statfs()217 sf->f_ffree = f_ffree; in hostfs_statfs()
403 *ffree_out = buf.f_ffree; in do_statfs()
119 bufp->f_ffree = infp->vsi_raw->vs_ifree; in vxfs_statfs()
306 buf->f_ffree = 9000000; in coda_statfs()
564 sfs->f_ffree = outp->coda_statfs.stat.f_ffree; in venus_statfs()
264 buf->f_ffree = rs.ffree; in v9fs_statfs()
346 buf->f_ffree = sbi->inode_free; /* free inodes */ in efs_statfs()
98 buf->f_ffree = sysv_count_free_inodes(sb); in sysv_statfs()
366 buf->f_ffree = 0; in squashfs_statfs()
106 buf->f_ffree = HFS_SB(sb)->free_ablocks; in hfs_statfs()
439 buf->f_bfree = buf->f_bavail = buf->f_ffree; in romfs_statfs()
361 buf->f_ffree = 0; in cramfs_statfs()
1042 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()
232 buf->f_ffree = info->si_freei; in bfs_statfs()
233 buf->f_ffree = (long)(buf->f_bfree * buf->f_files) / (long)buf->f_blocks; in adfs_statfs()
286 buf->f_bfree = buf->f_bavail = buf->f_ffree = in omfs_statfs()
1449 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()
193 buf->f_ffree = hpfs_get_free_dnodes(s); in hpfs_statfs()
318 buf->f_ffree = 0xFFFFFFFF - sbi->next_cnid; in hfsplus_statfs()
108 stats->f_ffree = 0; in logfs_statfs()
166 buf->f_ffree = fs32_to_cpu(sbi, sbi->sb->sb_free_inodes); in qnx6_statfs()