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

123

/linux-master/fs/jffs2/
H A Dfs.c232 buf->f_bavail = buf->f_bfree = avail >> PAGE_SHIFT;
/linux-master/fs/nfsd/
H A Dnfs3xdr.c1192 p = xdr_encode_hyper(p, bs * s->f_bfree); /* free bytes */
H A Dnfs4xdr.c3252 u64 free = (u64)args->statfs.f_bfree * (u64)args->statfs.f_bsize;
/linux-master/fs/jfs/
H A Dsuper.c129 buf->f_bfree = sbi->bmap->db_nfree;
/linux-master/fs/cramfs/
H A Dinode.c682 buf->f_bfree = 0;
/linux-master/fs/erofs/
H A Dsuper.c926 buf->f_bfree = buf->f_bavail = 0;
/linux-master/fs/smb/client/
H A Dcifssmb.c4511 FSData->f_bfree = FSData->f_bavail =
4515 (unsigned long long)FSData->f_bfree,
4598 FSData->f_bfree = FSData->f_bavail =
4602 (unsigned long long)FSData->f_bfree,
4968 FSData->f_bfree =
4971 FSData->f_bavail = FSData->f_bfree;
H A Dsmb2pdu.c5720 kst->f_bfree = kst->f_bavail =
5731 kst->f_bfree = le64_to_cpu(response_data->BlocksAvail);
5733 kst->f_bavail = kst->f_bfree;
/linux-master/fs/ocfs2/
H A Dsuper.c1649 buf->f_bfree = ((sector_t) freebits) *
1651 buf->f_bavail = buf->f_bfree;
/linux-master/fs/reiserfs/
H A Dsuper.c2253 buf->f_bfree = sb_free_blocks(rs);
2254 buf->f_bavail = buf->f_bfree;
/linux-master/fs/ubifs/
H A Dsuper.c419 buf->f_bfree = free >> UBIFS_BLOCK_SHIFT;
429 ubifs_assert(c, buf->f_bfree <= c->block_cnt);
/linux-master/fs/ceph/
H A Dsuper.c91 buf->f_bfree = le64_to_cpu(st.kb_avail) >> (CEPH_BLOCK_SHIFT-10);
/linux-master/fs/gfs2/
H A Dsuper.c1000 buf->f_bfree = sc.sc_free;
/linux-master/fs/isofs/
H A Dinode.c1013 buf->f_bfree = 0;
/linux-master/fs/nfs/
H A Dsuper.c286 * On most *nix systems, f_blocks, f_bfree, and f_bavail
296 buf->f_bfree = (res.fbytes + blockres) >> blockbits;
/linux-master/fs/fat/
H A Dinode.c842 buf->f_bfree = sbi->free_clusters;
/linux-master/fs/fuse/
H A Dinode.c599 stbuf->f_bfree = attr->bfree;
/linux-master/fs/ntfs3/
H A Dsuper.c671 buf->f_bfree = buf->f_bavail = wnd_zeroes(wnd);
/linux-master/fs/hugetlbfs/
H A Dinode.c1208 buf->f_bavail = buf->f_bfree = free_pages;
/linux-master/fs/ext4/
H A Dsuper.c6757 buf->f_bfree = buf->f_bavail =
6795 buf->f_bfree = EXT4_C2B(sbi, max_t(s64, bfree, 0));
6796 buf->f_bavail = buf->f_bfree -
6798 if (buf->f_bfree < (ext4_r_blocks_count(es) + resv_blocks))
/linux-master/fs/bcachefs/
H A Dfs.c1666 buf->f_bfree = usage.free >> shift;
/linux-master/fs/smb/server/
H A Dsmb2pdu.c5384 info->FreeAllocationUnits = cpu_to_le64(stfs.f_bfree);
5399 cpu_to_le64(stfs.f_bfree);
5477 info->BlocksAvail = cpu_to_le64(stfs.f_bfree);
/linux-master/mm/
H A Dshmem.c3244 buf->f_bfree = sbinfo->max_blocks -

Completed in 436 milliseconds

123