/linux/fs/ |
A D | statfs.c | 133 if (sizeof buf.f_blocks == 4) { in do_statfs_native() 134 if ((st->f_blocks | st->f_bfree | st->f_bavail | in do_statfs_native() 152 buf.f_blocks = st->f_blocks; in do_statfs_native() 176 buf.f_blocks = st->f_blocks; in do_statfs64() 270 if (sizeof ubuf->f_blocks == 4) { in put_compat_statfs() 271 if ((kbuf->f_blocks | kbuf->f_bfree | kbuf->f_bavail | in put_compat_statfs() 286 buf.f_blocks = kbuf->f_blocks; in put_compat_statfs() 333 buf.f_blocks = kbuf->f_blocks; in put_compat_statfs64()
|
/linux/arch/mips/include/uapi/asm/ |
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/fs/xfs/ |
A D | xfs_qm_bhv.c | 29 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_blk.reserved) ? in xfs_fill_statvfs_from_dquot() 33 (statp->f_blocks - dqp->q_blk.reserved) : 0; in xfs_fill_statvfs_from_dquot()
|
/linux/fs/cachefiles/ |
A D | bind.c | 167 (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/include/uapi/asm-generic/ |
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/ |
A D | statfs.h | 24 unsigned long f_blocks; member 39 unsigned long long f_blocks; member
|
/linux/fs/afs/ |
A D | super.c | 733 buf->f_blocks = vs->part_max_blocks; in afs_get_volume_status_success() 735 buf->f_blocks = vs->max_quota; in afs_get_volume_status_success() 737 if (buf->f_blocks > vs->blocks_in_use) in afs_get_volume_status_success() 739 buf->f_blocks - vs->blocks_in_use; in afs_get_volume_status_success() 762 buf->f_blocks = 1; in afs_statfs()
|
/linux/fs/lockd/ |
A D | svcsubs.c | 138 INIT_LIST_HEAD(&file->f_blocks); in nlm_lookup_file() 264 if (file->f_count || !list_empty(&file->f_blocks) || file->f_shares) in nlm_file_inuse() 317 if (list_empty(&file->f_blocks) && !file->f_locks in nlm_traverse_files()
|
/linux/arch/s390/include/asm/ |
A D | compat.h | 128 u32 f_blocks; member 143 u64 f_blocks; member
|
/linux/include/linux/ |
A D | statfs.h | 12 u64 f_blocks; member
|
/linux/arch/alpha/kernel/ |
A D | osf_sys.c | 240 int f_blocks; member 269 long f_blocks; member 312 tmp_stat.f_blocks = linux_stat->f_blocks; in linux_to_osf_statfs() 332 tmp_stat.f_blocks = linux_stat->f_blocks; in linux_to_osf_statfs64()
|
/linux/arch/powerpc/include/asm/ |
A D | compat.h | 70 int f_blocks; member
|
/linux/fs/hostfs/ |
A D | hostfs_kern.c | 200 long long f_blocks; in hostfs_statfs() local 207 &sf->f_bsize, &f_blocks, &f_bfree, &f_bavail, &f_files, in hostfs_statfs() 212 sf->f_blocks = f_blocks; in hostfs_statfs()
|
/linux/arch/sparc/include/asm/ |
A D | compat.h | 103 int f_blocks; member
|
/linux/arch/arm64/include/asm/ |
A D | compat.h | 91 int f_blocks; member
|
/linux/arch/x86/include/asm/ |
A D | compat.h | 80 int f_blocks; member
|
/linux/arch/mips/include/asm/ |
A D | compat.h | 84 int f_blocks; member
|
/linux/arch/parisc/include/asm/ |
A D | compat.h | 75 s32 f_blocks; member
|
/linux/kernel/ |
A D | acct.c | 112 u64 suspend = sbuf.f_blocks * SUSPEND; in check_free_space() 119 u64 resume = sbuf.f_blocks * RESUME; in check_free_space()
|
/linux/fs/freevxfs/ |
A D | vxfs_super.c | 106 bufp->f_blocks = fs32_to_cpu(infp, raw_sb->vs_dsize); in vxfs_statfs()
|
/linux/fs/coda/ |
A D | inode.c | 300 buf->f_blocks = 9000000; in coda_statfs()
|
/linux/fs/efs/ |
A D | super.c | 337 buf->f_blocks = sbi->total_groups * /* total data blocks */ in efs_statfs()
|
/linux/include/linux/lockd/ |
A D | lockd.h | 162 struct list_head f_blocks; /* blocked locks */ member
|
/linux/fs/9p/ |
A D | vfs_super.c | 259 buf->f_blocks = rs.blocks; in v9fs_statfs()
|
/linux/fs/exfat/ |
A D | super.c | 89 buf->f_blocks = sbi->num_clusters - 2; /* clu 0 & 1 */ in exfat_statfs() 90 buf->f_bfree = buf->f_blocks - sbi->used_clusters; in exfat_statfs()
|