Lines Matching refs:BEFS_SB
185 if (BEFS_SB(sb)->nls) { in befs_lookup()
247 if (BEFS_SB(sb)->nls) { in befs_readdir()
306 struct befs_sb_info *befs_sb = BEFS_SB(sb); in befs_iget()
513 struct nls_table *nls = BEFS_SB(sb)->nls; in befs_utf2nls()
590 struct nls_table *nls = BEFS_SB(sb)->nls; in befs_nls2utf()
775 struct befs_sb_info *befs_sb = BEFS_SB(root->d_sb); in befs_show_options()
799 kfree(BEFS_SB(sb)->mount_opts.iocharset); in befs_put_super()
800 BEFS_SB(sb)->mount_opts.iocharset = NULL; in befs_put_super()
801 unload_nls(BEFS_SB(sb)->nls); in befs_put_super()
828 befs_sb = BEFS_SB(sb); in befs_fill_super()
963 buf->f_blocks = BEFS_SB(sb)->num_blocks; in befs_statfs()
964 buf->f_bfree = BEFS_SB(sb)->num_blocks - BEFS_SB(sb)->used_blocks; in befs_statfs()