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

123

/linux-master/fs/squashfs/
H A Dsuper.c571 buf->f_bsize = msblk->block_size;
/linux-master/fs/omfs/
H A Dinode.c278 buf->f_bsize = sbi->s_blocksize;
/linux-master/fs/afs/
H A Dsuper.c760 buf->f_bsize = AFS_BLOCK_SIZE;
/linux-master/fs/hfsplus/
H A Dsuper.c323 buf->f_bsize = sb->s_blocksize;
/linux-master/fs/qnx6/
H A Dinode.c162 buf->f_bsize = sb->s_blocksize;
/linux-master/fs/bfs/
H A Dinode.c224 buf->f_bsize = s->s_blocksize;
/linux-master/fs/affs/
H A Dsuper.c618 buf->f_bsize = sb->s_blocksize;
/linux-master/fs/hpfs/
H A Dsuper.c189 buf->f_bsize = 512;
/linux-master/fs/orangefs/
H A Dsuper.c205 buf->f_bsize = new_op->downcall.resp.statfs.block_size;
/linux-master/fs/romfs/
H A Dsuper.c416 buf->f_bsize = ROMBSIZE;
/linux-master/fs/smb/client/
H A Dcifssmb.c4492 FSData->f_bsize =
4500 if (FSData->f_bsize < 512)
4501 FSData->f_bsize = 4096;
4510 FSData->f_bsize);
4579 FSData->f_bsize =
4587 if (FSData->f_bsize < 512)
4588 FSData->f_bsize = 4096;
4597 FSData->f_bsize);
4951 FSData->f_bsize =
4957 if (FSData->f_bsize < 51
[all...]
/linux-master/fs/jffs2/
H A Dfs.c216 buf->f_bsize = 1 << PAGE_SHIFT;
/linux-master/fs/hostfs/
H A Dhostfs_kern.c201 &sf->f_bsize, &f_blocks, &f_bfree, &f_bavail, &f_files,
/linux-master/fs/minix/
H A Dinode.c380 buf->f_bsize = sb->s_blocksize;
/linux-master/fs/befs/
H A Dlinuxvfs.c956 buf->f_bsize = sb->s_blocksize;
/linux-master/fs/nfsd/
H A Dnfs3xdr.c1185 u64 bs = s->f_bsize;
/linux-master/fs/exfat/
H A Dsuper.c77 buf->f_bsize = sbi->cluster_size;
/linux-master/fs/jfs/
H A Dsuper.c127 buf->f_bsize = sbi->bsize;
/linux-master/fs/cramfs/
H A Dinode.c680 buf->f_bsize = PAGE_SIZE;
/linux-master/fs/erofs/
H A Dsuper.c918 buf->f_bsize = sb->s_blocksize;
/linux-master/fs/gfs2/
H A Dsuper.c997 buf->f_bsize = sdp->sd_sb.sb_bsize;
/linux-master/fs/ceph/
H A Dsuper.c101 buf->f_bsize = buf->f_frsize;
/linux-master/fs/isofs/
H A Dinode.c1048 buf->f_bsize = sb->s_blocksize;
/linux-master/fs/nilfs2/
H A Dsuper.c658 buf->f_bsize = sb->s_blocksize;
/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;

Completed in 374 milliseconds

123