| /linux/arch/mips/include/uapi/asm/ |
| H A D | statfs.h | 28 long f_blocks; member 51 __u64 f_blocks; member 70 long f_blocks; member 88 __u64 f_blocks; member
|
| /linux/include/uapi/asm-generic/ |
| H A D | statfs.h | 26 __statfs_word f_blocks; member 49 __u64 f_blocks; member 72 __u64 f_blocks; member
|
| /linux/arch/s390/include/uapi/asm/ |
| H A D | statfs.h | 24 unsigned long f_blocks; member 39 unsigned long long f_blocks; member
|
| /linux/fs/cachefiles/ |
| H A D | cache.c | 102 (unsigned long long) stats.f_blocks, in cachefiles_add_cache() 116 do_div(stats.f_blocks, 100); in cachefiles_add_cache() 117 cache->bstop = stats.f_blocks * cache->bstop_percent; in cachefiles_add_cache() 118 cache->bcull = stats.f_blocks * cache->bcull_percent; in cachefiles_add_cache() 119 cache->brun = stats.f_blocks * cache->brun_percent; in cachefiles_add_cache()
|
| /linux/fs/afs/ |
| H A D | super.c | 726 buf->f_blocks = vs->part_max_blocks; in afs_get_volume_status_success() 728 buf->f_blocks = vs->max_quota; in afs_get_volume_status_success() 730 if (buf->f_blocks > vs->blocks_in_use) in afs_get_volume_status_success() 732 buf->f_blocks - vs->blocks_in_use; in afs_get_volume_status_success() 755 buf->f_blocks = 1; in afs_statfs()
|
| /linux/fs/lockd/ |
| H A D | svcsubs.c | 138 INIT_LIST_HEAD(&file->f_blocks); in nlm_lookup_file() 270 if (file->f_count || !list_empty(&file->f_blocks) || file->f_shares) in nlm_file_inuse() 322 if (list_empty(&file->f_blocks) && !file->f_locks in nlm_traverse_files()
|
| H A D | svclock.c | 260 list_add(&block->b_flist, &file->f_blocks); in nlmsvc_create_block() 328 list_for_each_entry_safe(block, next, &file->f_blocks, b_flist) { in nlmsvc_traverse_blocks()
|
| /linux/include/linux/ |
| H A D | statfs.h | 12 u64 f_blocks; member
|
| /linux/arch/arm64/include/asm/ |
| H A D | compat.h | 74 int f_blocks; member
|
| /linux/arch/x86/include/asm/ |
| H A D | compat.h | 66 int f_blocks; member
|
| /linux/arch/mips/include/asm/ |
| H A D | compat.h | 65 int f_blocks; member
|
| /linux/fs/hostfs/ |
| H A D | hostfs_kern.c | 189 long long f_blocks; in hostfs_statfs() local 198 &sf->f_bsize, &f_blocks, &f_bfree, &f_bavail, &f_files, in hostfs_statfs() 203 sf->f_blocks = f_blocks; in hostfs_statfs()
|
| /linux/include/asm-generic/ |
| H A D | compat.h | 95 compat_int_t f_blocks; member
|
| /linux/kernel/ |
| H A D | acct.c | 129 u64 suspend = sbuf.f_blocks * SUSPEND; in check_free_space() 136 u64 resume = sbuf.f_blocks * RESUME; in check_free_space()
|
| /linux/fs/freevxfs/ |
| H A D | vxfs_super.c | 83 bufp->f_blocks = fs32_to_cpu(infp, raw_sb->vs_dsize); in vxfs_statfs()
|
| /linux/include/linux/lockd/ |
| H A D | lockd.h | 162 struct list_head f_blocks; /* blocked locks */ member
|
| /linux/fs/efs/ |
| H A D | super.c | 355 buf->f_blocks = sbi->total_groups * /* total data blocks */ in efs_statfs()
|
| /linux/fs/9p/ |
| H A D | vfs_super.c | 209 buf->f_blocks = rs.blocks; in v9fs_statfs()
|
| /linux/fs/coda/ |
| H A D | inode.c | 344 buf->f_blocks = 9000000; in coda_statfs()
|
| H A D | upcall.c | 561 sfs->f_blocks = outp->coda_statfs.stat.f_blocks; in venus_statfs()
|
| /linux/fs/exfat/ |
| H A D | super.c | 63 buf->f_blocks = sbi->num_clusters - 2; /* clu 0 & 1 */ in exfat_statfs() 64 buf->f_bfree = buf->f_blocks - sbi->used_clusters; in exfat_statfs()
|
| /linux/include/uapi/linux/ |
| H A D | coda.h | 231 int32_t f_blocks; member
|
| /linux/fs/adfs/ |
| H A D | map.c | 211 buf->f_blocks = adfs_disc_size(dr) >> sb->s_blocksize_bits; in adfs_map_statfs()
|
| /linux/fs/qnx4/ |
| H A D | inode.c | 142 buf->f_blocks = le32_to_cpu(qnx4_sb(sb)->BitMap->di_size) * 8; in qnx4_statfs()
|
| /linux/fs/vboxsf/ |
| H A D | super.c | 297 stat->f_blocks = shfl_volinfo.total_allocation_bytes; in vboxsf_statfs()
|