Searched refs:f_bsize (Results 51 - 72 of 72) sorted by relevance

123

/linux-master/fs/nfs/
H A Dsuper.c280 * case where f_frsize != f_bsize. Eventually we want to
290 * fields in units of f_bsize.
292 buf->f_bsize = dentry->d_sb->s_blocksize;
/linux-master/fs/nfsd/
H A Dnfs4xdr.c3244 u64 avail = (u64)args->statfs.f_bavail * (u64)args->statfs.f_bsize;
3252 u64 free = (u64)args->statfs.f_bfree * (u64)args->statfs.f_bsize;
3260 u64 total = (u64)args->statfs.f_blocks * (u64)args->statfs.f_bsize;
/linux-master/fs/ufs/
H A Dsuper.c1429 buf->f_bsize = sb->s_blocksize;
/linux-master/fs/fat/
H A Dinode.c840 buf->f_bsize = sbi->cluster_size;
/linux-master/fs/ext2/
H A Dsuper.c1457 buf->f_bsize = sb->s_blocksize;
/linux-master/fs/fuse/
H A Dinode.c596 stbuf->f_bsize = attr->bsize;
/linux-master/fs/
H A Dlibfs.c49 buf->f_bsize = PAGE_SIZE;
/linux-master/fs/ntfs3/
H A Dsuper.c668 buf->f_bsize = sbi->cluster_size;
/linux-master/fs/hugetlbfs/
H A Dinode.c1196 buf->f_bsize = huge_page_size(h);
/linux-master/fs/xfs/
H A Dxfs_super.c850 statp->f_bsize = sbp->sb_blocksize;
/linux-master/drivers/block/
H A Dloop.c781 granularity = sbuf.f_bsize;
/linux-master/fs/ocfs2/
H A Dsuper.c1645 buf->f_bsize = dentry->d_sb->s_blocksize;
/linux-master/fs/reiserfs/
H A Dsuper.c2256 buf->f_bsize = dentry->d_sb->s_blocksize;
/linux-master/fs/ubifs/
H A Dsuper.c417 buf->f_bsize = UBIFS_BLOCK_SIZE;
/linux-master/fs/smb/server/
H A Dsmb2pdu.c5386 info->BytesPerSector = cpu_to_le32(stfs.f_bsize);
5401 info->BytesPerSector = cpu_to_le32(stfs.f_bsize);
5474 info->OptimalTransferSize = cpu_to_le32(stfs.f_bsize);
5475 info->BlockSize = cpu_to_le32(stfs.f_bsize);
/linux-master/fs/udf/
H A Dsuper.c2391 buf->f_bsize = sb->s_blocksize;
/linux-master/fs/btrfs/
H A Dsuper.c1775 buf->f_bsize = fs_info->sectorsize;
/linux-master/fs/bcachefs/
H A Dfs.c1664 buf->f_bsize = sb->s_blocksize;
/linux-master/fs/smb/client/
H A Dsmb2pdu.c5717 kst->f_bsize = le32_to_cpu(pfs_inf->BytesPerSector) *
5729 kst->f_bsize = le32_to_cpu(response_data->BlockSize);
/linux-master/mm/
H A Dshmem.c3239 buf->f_bsize = PAGE_SIZE;
/linux-master/fs/f2fs/
H A Dsuper.c1808 buf->f_bsize = sbi->blocksize;
/linux-master/fs/ext4/
H A Dsuper.c6790 buf->f_bsize = sb->s_blocksize;

Completed in 762 milliseconds

123