Searched refs:BEFS_SB (Results 1 – 7 of 7) sorted by relevance
17 if (BEFS_SB(sb)->byte_order == BEFS_BYTESEX_LE) in fs64_to_cpu()26 if (BEFS_SB(sb)->byte_order == BEFS_BYTESEX_LE) in cpu_to_fs64()35 if (BEFS_SB(sb)->byte_order == BEFS_BYTESEX_LE) in fs32_to_cpu()44 if (BEFS_SB(sb)->byte_order == BEFS_BYTESEX_LE) in cpu_to_fs32()53 if (BEFS_SB(sb)->byte_order == BEFS_BYTESEX_LE) in fs16_to_cpu()62 if (BEFS_SB(sb)->byte_order == BEFS_BYTESEX_LE) in cpu_to_fs16()75 if (BEFS_SB(sb)->byte_order == BEFS_BYTESEX_LE) { in fsrun_to_cpu()92 if (BEFS_SB(sb)->byte_order == BEFS_BYTESEX_LE) { in cpu_to_fsrun()
106 BEFS_SB(const struct super_block *super) in BEFS_SB() function120 return ((iaddr->allocation_group << BEFS_SB(sb)->ag_shift) + in iaddr2blockno()128 iaddr.allocation_group = blockno >> BEFS_SB(sb)->ag_shift; in blockno2iaddr()130 blockno - (iaddr.allocation_group << BEFS_SB(sb)->ag_shift); in blockno2iaddr()139 return BEFS_SB(sb)->block_size / sizeof (befs_disk_inode_addr); in befs_iaddrs_per_block()151 return BEFS_SB(sb)->block_size * run.len; in befs_brun_size()
56 block = pos >> BEFS_SB(sb)->block_shift; in befs_read_datastream()58 *off = pos - (block << BEFS_SB(sb)->block_shift); in befs_read_datastream()95 befs_off_t pos = fblock << BEFS_SB(sb)->block_shift; in befs_fblock2brun()142 plen = ((bytes_read + BEFS_SB(sb)->block_size) < len) ? in befs_read_lsymlink()143 BEFS_SB(sb)->block_size : len - bytes_read; in befs_read_lsymlink()170 befs_sb_info *befs_sb = BEFS_SB(sb); in befs_count_blocks()252 data->max_direct_range >> BEFS_SB(sb)->block_shift; in befs_find_brun_direct()321 indir_start_blk = data->max_direct_range >> BEFS_SB(sb)->block_shift; in befs_find_brun_indirect()429 befs_sb_info *befs_sb = BEFS_SB(sb); in befs_find_brun_dblindirect()
178 if (BEFS_SB(sb)->nls) { in befs_lookup()253 if (BEFS_SB(sb)->nls) { in befs_readdir()310 befs_sb_info *befs_sb = BEFS_SB(sb); in befs_iget()531 struct nls_table *nls = BEFS_SB(sb)->nls; in befs_utf2nls()611 struct nls_table *nls = BEFS_SB(sb)->nls; in befs_nls2utf()763 kfree(BEFS_SB(sb)->mount_opts.iocharset); in befs_put_super()764 BEFS_SB(sb)->mount_opts.iocharset = NULL; in befs_put_super()765 unload_nls(BEFS_SB(sb)->nls); in befs_put_super()796 befs_sb = BEFS_SB(sb); in befs_fill_super()927 buf->f_blocks = BEFS_SB(sb)->num_blocks; in befs_statfs()[all …]
27 befs_sb_info *befs_sb = BEFS_SB(sb); in befs_load_sb()62 befs_sb_info *befs_sb = BEFS_SB(sb); in befs_check_sb()
31 befs_sb_info *befs_sb = BEFS_SB(sb); in befs_bread_iaddr()
73 if (BEFS_SB(sb)->mount_opts.debug) { in befs_debug()