Home
last modified time | relevance | path

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

123

/linux/arch/mips/include/uapi/asm/
H A Dstatfs.h28 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 Dstatfs.h26 __statfs_word f_blocks; member
49 __u64 f_blocks; member
72 __u64 f_blocks; member
/linux/arch/s390/include/uapi/asm/
H A Dstatfs.h24 unsigned long f_blocks; member
39 unsigned long long f_blocks; member
/linux/fs/cachefiles/
H A Dcache.c102 (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/arch/s390/include/asm/
H A Dcompat.h91 u32 f_blocks; member
106 u64 f_blocks; member
/linux/fs/xfs/
H A Dxfs_qm_bhv.c41 statp->f_blocks = min(statp->f_blocks, limit); in xfs_fill_statvfs_from_dquot()
/linux/fs/afs/
H A Dsuper.c726 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 Dsvcsubs.c138 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()
/linux/include/linux/
H A Dstatfs.h12 u64 f_blocks; member
/linux/arch/x86/include/asm/
H A Dcompat.h66 int f_blocks; member
/linux/arch/arm64/include/asm/
H A Dcompat.h74 int f_blocks; member
/linux/arch/alpha/kernel/
H A Dosf_sys.c240 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/mips/include/asm/
H A Dcompat.h65 int f_blocks; member
/linux/include/asm-generic/
H A Dcompat.h95 compat_int_t f_blocks; member
/linux/kernel/
H A Dacct.c134 u64 suspend = sbuf.f_blocks * SUSPEND; in check_free_space()
141 u64 resume = sbuf.f_blocks * RESUME; in check_free_space()
/linux/fs/9p/
H A Dvfs_super.c232 buf->f_blocks = rs.blocks; in v9fs_statfs()
/linux/fs/freevxfs/
H A Dvxfs_super.c83 bufp->f_blocks = fs32_to_cpu(infp, raw_sb->vs_dsize); in vxfs_statfs()
/linux/fs/efs/
H A Dsuper.c355 buf->f_blocks = sbi->total_groups * /* total data blocks */ in efs_statfs()
/linux/include/linux/lockd/
H A Dlockd.h161 struct list_head f_blocks; /* blocked locks */ member
/linux/fs/coda/
H A Dinode.c344 buf->f_blocks = 9000000; in coda_statfs()
/linux/fs/exfat/
H A Dsuper.c53 buf->f_blocks = sbi->num_clusters - 2; /* clu 0 & 1 */ in exfat_statfs()
54 buf->f_bfree = buf->f_blocks - sbi->used_clusters; in exfat_statfs()
/linux/include/uapi/linux/
H A Dcoda.h231 int32_t f_blocks; member
/linux/fs/hostfs/
H A Dhostfs_user.c410 *blocks_out = buf.f_blocks; in do_statfs()
/linux/fs/qnx4/
H A Dinode.c142 buf->f_blocks = le32_to_cpu(qnx4_sb(sb)->BitMap->di_size) * 8; in qnx4_statfs()
/linux/fs/hfs/
H A Dsuper.c104 buf->f_blocks = (u32)HFS_SB(sb)->fs_ablocks * HFS_SB(sb)->fs_div; in hfs_statfs()

123