Searched refs:BEFS_SB (Results 1 – 6 of 6) sorted by relevance
18 if (BEFS_SB(sb)->byte_order == BEFS_BYTESEX_LE) in fs64_to_cpu()27 if (BEFS_SB(sb)->byte_order == BEFS_BYTESEX_LE) in cpu_to_fs64()36 if (BEFS_SB(sb)->byte_order == BEFS_BYTESEX_LE) in fs32_to_cpu()45 if (BEFS_SB(sb)->byte_order == BEFS_BYTESEX_LE) in cpu_to_fs32()54 if (BEFS_SB(sb)->byte_order == BEFS_BYTESEX_LE) in fs16_to_cpu()63 if (BEFS_SB(sb)->byte_order == BEFS_BYTESEX_LE) in cpu_to_fs16()76 if (BEFS_SB(sb)->byte_order == BEFS_BYTESEX_LE) { in fsrun_to_cpu()93 if (BEFS_SB(sb)->byte_order == BEFS_BYTESEX_LE) { in cpu_to_fsrun()
111 BEFS_SB(const struct super_block *super) in BEFS_SB() function125 return ((iaddr->allocation_group << BEFS_SB(sb)->ag_shift) + in iaddr2blockno()134 iaddr.allocation_group = blockno >> BEFS_SB(sb)->ag_shift; in blockno2iaddr()136 blockno - (iaddr.allocation_group << BEFS_SB(sb)->ag_shift); in blockno2iaddr()145 return BEFS_SB(sb)->block_size / sizeof(befs_disk_inode_addr); in befs_iaddrs_per_block()
57 block = pos >> BEFS_SB(sb)->block_shift; in befs_read_datastream()59 *off = pos - (block << BEFS_SB(sb)->block_shift); in befs_read_datastream()99 befs_off_t pos = fblock << BEFS_SB(sb)->block_shift; in befs_fblock2brun()148 plen = ((bytes_read + BEFS_SB(sb)->block_size) < len) ? in befs_read_lsymlink()149 BEFS_SB(sb)->block_size : len - bytes_read; in befs_read_lsymlink()177 struct befs_sb_info *befs_sb = BEFS_SB(sb); in befs_count_blocks()323 indir_start_blk = data->max_direct_range >> BEFS_SB(sb)->block_shift; in befs_find_brun_indirect()434 data->max_indirect_range >> BEFS_SB(sb)->block_shift; in befs_find_brun_dblindirect()
186 if (BEFS_SB(sb)->nls) { in befs_lookup()248 if (BEFS_SB(sb)->nls) { in befs_readdir()301 struct befs_sb_info *befs_sb = BEFS_SB(sb); in befs_iget()508 struct nls_table *nls = BEFS_SB(sb)->nls; in befs_utf2nls()585 struct nls_table *nls = BEFS_SB(sb)->nls; in befs_nls2utf()794 kfree(BEFS_SB(sb)->mount_opts.iocharset); in befs_put_super()795 BEFS_SB(sb)->mount_opts.iocharset = NULL; in befs_put_super()796 unload_nls(BEFS_SB(sb)->nls); in befs_put_super()823 befs_sb = BEFS_SB(sb); in befs_fill_super()960 buf->f_blocks = BEFS_SB(sb)->num_blocks; in befs_statfs()[all …]
23 struct befs_sb_info *befs_sb = BEFS_SB(sb); in befs_load_sb()60 struct befs_sb_info *befs_sb = BEFS_SB(sb); in befs_check_sb()
31 struct befs_sb_info *befs_sb = BEFS_SB(sb); in befs_bread_iaddr()
Completed in 9 milliseconds