Home
last modified time | relevance | path

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

1234

/linux-6.1.9/arch/mips/include/uapi/asm/
Dstatfs.h28 long f_blocks; member
51 __u64 f_blocks; member
70 long f_blocks; member
88 __u64 f_blocks; member
/linux-6.1.9/fs/
Dstatfs.c133 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-6.1.9/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_blk.reserved) ? in xfs_fill_statvfs_from_dquot()
33 (statp->f_blocks - dqp->q_blk.reserved) : 0; in xfs_fill_statvfs_from_dquot()
/linux-6.1.9/include/uapi/asm-generic/
Dstatfs.h26 __statfs_word f_blocks; member
49 __u64 f_blocks; member
72 __u64 f_blocks; member
/linux-6.1.9/arch/s390/include/uapi/asm/
Dstatfs.h24 unsigned long f_blocks; member
39 unsigned long long f_blocks; member
/linux-6.1.9/fs/cachefiles/
Dcache.c101 (unsigned long long) stats.f_blocks, in cachefiles_add_cache()
115 do_div(stats.f_blocks, 100); in cachefiles_add_cache()
116 cache->bstop = stats.f_blocks * cache->bstop_percent; in cachefiles_add_cache()
117 cache->bcull = stats.f_blocks * cache->bcull_percent; in cachefiles_add_cache()
118 cache->brun = stats.f_blocks * cache->brun_percent; in cachefiles_add_cache()
/linux-6.1.9/arch/s390/include/asm/
Dcompat.h91 u32 f_blocks; member
106 u64 f_blocks; member
/linux-6.1.9/fs/afs/
Dsuper.c732 buf->f_blocks = vs->part_max_blocks; in afs_get_volume_status_success()
734 buf->f_blocks = vs->max_quota; in afs_get_volume_status_success()
736 if (buf->f_blocks > vs->blocks_in_use) in afs_get_volume_status_success()
738 buf->f_blocks - vs->blocks_in_use; in afs_get_volume_status_success()
761 buf->f_blocks = 1; in afs_statfs()
/linux-6.1.9/fs/lockd/
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-6.1.9/include/linux/
Dstatfs.h12 u64 f_blocks; member
/linux-6.1.9/arch/arm64/include/asm/
Dcompat.h74 int f_blocks; member
/linux-6.1.9/arch/x86/include/asm/
Dcompat.h66 int f_blocks; member
/linux-6.1.9/arch/alpha/kernel/
Dosf_sys.c241 int f_blocks; member
270 long f_blocks; member
313 tmp_stat.f_blocks = linux_stat->f_blocks; in linux_to_osf_statfs()
333 tmp_stat.f_blocks = linux_stat->f_blocks; in linux_to_osf_statfs64()
/linux-6.1.9/arch/mips/include/asm/
Dcompat.h65 int f_blocks; member
/linux-6.1.9/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-6.1.9/include/asm-generic/
Dcompat.h95 compat_int_t f_blocks; member
/linux-6.1.9/kernel/
Dacct.c132 u64 suspend = sbuf.f_blocks * SUSPEND; in check_free_space()
139 u64 resume = sbuf.f_blocks * RESUME; in check_free_space()
/linux-6.1.9/fs/freevxfs/
Dvxfs_super.c82 bufp->f_blocks = fs32_to_cpu(infp, raw_sb->vs_dsize); in vxfs_statfs()
/linux-6.1.9/fs/coda/
Dinode.c300 buf->f_blocks = 9000000; in coda_statfs()
/linux-6.1.9/include/linux/lockd/
Dlockd.h162 struct list_head f_blocks; /* blocked locks */ member
/linux-6.1.9/fs/efs/
Dsuper.c337 buf->f_blocks = sbi->total_groups * /* total data blocks */ in efs_statfs()
/linux-6.1.9/fs/9p/
Dvfs_super.c260 buf->f_blocks = rs.blocks; in v9fs_statfs()
/linux-6.1.9/fs/exfat/
Dsuper.c90 buf->f_blocks = sbi->num_clusters - 2; /* clu 0 & 1 */ in exfat_statfs()
91 buf->f_bfree = buf->f_blocks - sbi->used_clusters; in exfat_statfs()
/linux-6.1.9/fs/sysv/
Dinode.c96 buf->f_blocks = sbi->s_ndatazones; in sysv_statfs()

1234