Home
last modified time | relevance | path

Searched refs:f_blocks (Results 1 – 25 of 61) sorted by relevance

123

/linux-4.19.296/fs/
Dstatfs.c118 if (sizeof buf.f_blocks == 4) { in do_statfs_native()
119 if ((st->f_blocks | st->f_bfree | st->f_bavail | in do_statfs_native()
137 buf.f_blocks = st->f_blocks; in do_statfs_native()
161 buf.f_blocks = st->f_blocks; in do_statfs64()
251 if (sizeof ubuf->f_blocks == 4) { in put_compat_statfs()
252 if ((kbuf->f_blocks | kbuf->f_bfree | kbuf->f_bavail | in put_compat_statfs()
267 buf.f_blocks = kbuf->f_blocks; in put_compat_statfs()
314 buf.f_blocks = kbuf->f_blocks; in put_compat_statfs64()
/linux-4.19.296/fs/xfs/
Dxfs_qm_bhv.c29 if (limit && statp->f_blocks > limit) { in xfs_fill_statvfs_from_dquot()
30 statp->f_blocks = limit; in xfs_fill_statvfs_from_dquot()
32 (statp->f_blocks > dqp->q_res_bcount) ? in xfs_fill_statvfs_from_dquot()
33 (statp->f_blocks - dqp->q_res_bcount) : 0; in xfs_fill_statvfs_from_dquot()
/linux-4.19.296/include/uapi/asm-generic/
Dstatfs.h26 __statfs_word f_blocks; member
49 __u64 f_blocks; member
72 __u64 f_blocks; member
/linux-4.19.296/fs/cachefiles/
Dbind.c167 (unsigned long long) stats.f_blocks, in cachefiles_daemon_add_cache()
181 stats.f_blocks >>= cache->bshift; in cachefiles_daemon_add_cache()
182 do_div(stats.f_blocks, 100); in cachefiles_daemon_add_cache()
183 cache->bstop = stats.f_blocks * cache->bstop_percent; in cachefiles_daemon_add_cache()
184 cache->bcull = stats.f_blocks * cache->bcull_percent; in cachefiles_daemon_add_cache()
185 cache->brun = stats.f_blocks * cache->brun_percent; in cachefiles_daemon_add_cache()
/linux-4.19.296/include/linux/
Dstatfs.h11 u64 f_blocks; member
/linux-4.19.296/fs/lockd/
Dsvcsubs.c111 INIT_LIST_HEAD(&file->f_blocks); in nlm_lookup_file()
231 if (file->f_count || !list_empty(&file->f_blocks) || file->f_shares) in nlm_file_inuse()
275 if (list_empty(&file->f_blocks) && !file->f_locks in nlm_traverse_files()
Dsvclock.c252 list_add(&block->b_flist, &file->f_blocks); in nlmsvc_create_block()
319 list_for_each_entry_safe(block, next, &file->f_blocks, b_flist) { in nlmsvc_traverse_blocks()
/linux-4.19.296/fs/afs/
Dsuper.c694 buf->f_blocks = 1; in afs_statfs()
721 buf->f_blocks = vs.part_max_blocks; in afs_statfs()
723 buf->f_blocks = vs.max_quota; in afs_statfs()
724 buf->f_bavail = buf->f_bfree = buf->f_blocks - vs.blocks_in_use; in afs_statfs()
/linux-4.19.296/fs/hostfs/
Dhostfs_kern.c201 long long f_blocks; in hostfs_statfs() local
208 &sf->f_bsize, &f_blocks, &f_bfree, &f_bavail, &f_files, in hostfs_statfs()
213 sf->f_blocks = f_blocks; in hostfs_statfs()
Dhostfs_user.c399 *blocks_out = buf.f_blocks; in do_statfs()
/linux-4.19.296/fs/adfs/
Dsuper.c229 buf->f_blocks = sbi->s_size; in adfs_statfs()
233 buf->f_ffree = (long)(buf->f_bfree * buf->f_files) / (long)buf->f_blocks; in adfs_statfs()
/linux-4.19.296/fs/freevxfs/
Dvxfs_super.c106 bufp->f_blocks = fs32_to_cpu(infp, raw_sb->vs_dsize); in vxfs_statfs()
/linux-4.19.296/include/linux/lockd/
Dlockd.h160 struct list_head f_blocks; /* blocked locks */ member
/linux-4.19.296/fs/coda/
Dinode.c301 buf->f_blocks = 9000000; in coda_statfs()
Dupcall.c561 sfs->f_blocks = outp->coda_statfs.stat.f_blocks; in venus_statfs()
/linux-4.19.296/fs/ceph/
Dquota.c351 buf->f_blocks = total; in ceph_quota_update_statfs()
/linux-4.19.296/fs/9p/
Dvfs_super.c267 buf->f_blocks = rs.blocks; in v9fs_statfs()
/linux-4.19.296/fs/efs/
Dsuper.c340 buf->f_blocks = sbi->total_groups * /* total data blocks */ in efs_statfs()
/linux-4.19.296/include/uapi/linux/
Dcoda.h237 int32_t f_blocks; member
/linux-4.19.296/fs/sysv/
Dinode.c96 buf->f_blocks = sbi->s_ndatazones; in sysv_statfs()
/linux-4.19.296/fs/qnx4/
Dinode.c135 buf->f_blocks = le32_to_cpu(qnx4_sb(sb)->BitMap->di_size) * 8; in qnx4_statfs()
/linux-4.19.296/fs/hfs/
Dsuper.c102 buf->f_blocks = (u32)HFS_SB(sb)->fs_ablocks * HFS_SB(sb)->fs_div; in hfs_statfs()
/linux-4.19.296/fs/squashfs/
Dsuper.c362 buf->f_blocks = ((msblk->bytes_used - 1) >> msblk->block_log) + 1; in squashfs_statfs()
/linux-4.19.296/fs/romfs/
Dsuper.c423 buf->f_blocks = in romfs_statfs()
/linux-4.19.296/fs/f2fs/
Dsuper.c1157 if (limit && buf->f_blocks > limit) { in f2fs_statfs_project()
1160 buf->f_blocks = limit; in f2fs_statfs_project()
1162 (buf->f_blocks > curblock) ? in f2fs_statfs_project()
1163 (buf->f_blocks - curblock) : 0; in f2fs_statfs_project()
1196 buf->f_blocks = total_count - start_count; in f2fs_statfs()

123