Home
last modified time | relevance | path

Searched refs:sb_set_blocksize (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/fs/hfsplus/
Dwrapper.c127 if (sb_set_blocksize(sb, blocksize) != blocksize) in hfsplus_read_wrapper()
/linux-2.4.37.9/fs/freevxfs/
Dvxfs_super.c194 if (!sb_set_blocksize(sbp, rsbp->vs_bsize)) { in vxfs_read_super()
/linux-2.4.37.9/fs/
Dblock_dev.c103 int sb_set_blocksize(struct super_block *sb, int size) in sb_set_blocksize() function
120 return sb_set_blocksize(sb, size); in sb_min_blocksize()
/linux-2.4.37.9/fs/jfs/
Dsuper.c348 sb_set_blocksize(sb, PSIZE); in jfs_read_super()
/linux-2.4.37.9/kernel/
Dksyms.c205 EXPORT_SYMBOL(sb_set_blocksize);
/linux-2.4.37.9/include/linux/
Dfs.h1472 extern int sb_set_blocksize(struct super_block *, int);