Searched refs:f_bfree (Results 1 - 25 of 73) sorted by relevance

123

/linux-master/arch/s390/include/uapi/asm/
H A Dstatfs.h25 unsigned long f_bfree; member in struct:statfs
40 unsigned long long f_bfree; member in struct:statfs64
/linux-master/arch/mips/include/uapi/asm/
H A Dstatfs.h29 long f_bfree; member in struct:statfs
52 __u64 f_bfree; member in struct:statfs64
71 long f_bfree; member in struct:statfs64
89 __u64 f_bfree; member in struct:compat_statfs64
/linux-master/include/uapi/asm-generic/
H A Dstatfs.h27 __statfs_word f_bfree; member in struct:statfs
50 __u64 f_bfree; member in struct:statfs64
73 __u64 f_bfree; member in struct:compat_statfs64
/linux-master/fs/
H A Dstatfs.c135 if ((st->f_blocks | st->f_bfree | st->f_bavail |
154 buf.f_bfree = st->f_bfree;
178 buf.f_bfree = st->f_bfree;
257 tmp.f_tfree = sbuf.f_bfree;
271 if ((kbuf->f_blocks | kbuf->f_bfree | kbuf->f_bavail |
287 buf.f_bfree = kbuf->f_bfree;
334 buf.f_bfree
[all...]
/linux-master/include/linux/
H A Dstatfs.h13 u64 f_bfree; member in struct:kstatfs
/linux-master/arch/s390/include/asm/
H A Dcompat.h92 u32 f_bfree; member in struct:compat_statfs
107 u64 f_bfree; member in struct:compat_statfs64
/linux-master/arch/x86/include/asm/
H A Dcompat.h67 int f_bfree; member in struct:compat_statfs
/linux-master/arch/arm64/include/asm/
H A Dcompat.h75 int f_bfree; member in struct:compat_statfs
/linux-master/fs/xfs/
H A Dxfs_qm_bhv.c32 statp->f_bfree = statp->f_bavail =
/linux-master/arch/mips/include/asm/
H A Dcompat.h66 int f_bfree; member in struct:compat_statfs
/linux-master/include/asm-generic/
H A Dcompat.h96 compat_int_t f_bfree; member in struct:compat_statfs
/linux-master/arch/alpha/kernel/
H A Dosf_sys.c242 int f_bfree; member in struct:osf_statfs
271 long f_bfree; member in struct:osf_statfs64
314 tmp_stat.f_bfree = linux_stat->f_bfree;
334 tmp_stat.f_bfree = linux_stat->f_bfree;
/linux-master/fs/hfs/
H A Dsuper.c103 buf->f_bfree = (u32)HFS_SB(sb)->free_ablocks * HFS_SB(sb)->fs_div;
104 buf->f_bavail = buf->f_bfree;
/linux-master/fs/qnx4/
H A Dinode.c143 buf->f_bfree = qnx4_count_free_blocks(sb);
144 buf->f_bavail = buf->f_bfree;
/linux-master/fs/hostfs/
H A Dhostfs_kern.c195 long long f_bfree; local
201 &sf->f_bsize, &f_blocks, &f_bfree, &f_bavail, &f_files,
207 sf->f_bfree = f_bfree;
H A Dhostfs_user.c401 *bfree_out = buf.f_bfree;
/linux-master/fs/freevxfs/
H A Dvxfs_super.c84 bufp->f_bfree = fs32_to_cpu(infp, raw_sb->vs_free);
/linux-master/fs/9p/
H A Dvfs_super.c231 buf->f_bfree = rs.bfree;
/linux-master/fs/afs/
H A Dsuper.c740 buf->f_bavail = buf->f_bfree =
766 buf->f_bfree = 0;
/linux-master/fs/hfsplus/
H A Dsuper.c325 buf->f_bfree = sbi->free_blocks << sbi->fs_shift;
326 buf->f_bavail = buf->f_bfree;
/linux-master/fs/qnx6/
H A Dinode.c164 buf->f_bfree = fs32_to_cpu(sbi, sbi->sb->sb_free_blocks);
167 buf->f_bavail = buf->f_bfree;
/linux-master/fs/adfs/
H A Dmap.c214 buf->f_bfree = signed_asl(total, asb->s_map2blk);
/linux-master/fs/efivarfs/
H A Dsuper.c85 * sent by EFI QueryVariableInfo in f_blocks and f_bfree
90 buf->f_bfree = remaining_space;
/linux-master/fs/coda/
H A Dinode.c328 buf->f_bfree = 9000000;
/linux-master/fs/sysv/
H A Dinode.c97 buf->f_bavail = buf->f_bfree = sysv_count_free_blocks(sb);

Completed in 259 milliseconds

123