Home
last modified time | relevance | path

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

/fs/befs/
Dendian.h17 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()
Dbefs.h110 BEFS_SB(const struct super_block *super) in BEFS_SB() function
124 return ((iaddr->allocation_group << BEFS_SB(sb)->ag_shift) + in iaddr2blockno()
132 iaddr.allocation_group = blockno >> BEFS_SB(sb)->ag_shift; in blockno2iaddr()
134 blockno - (iaddr.allocation_group << BEFS_SB(sb)->ag_shift); in blockno2iaddr()
143 return BEFS_SB(sb)->block_size / sizeof (befs_disk_inode_addr); in befs_iaddrs_per_block()
Ddatastream.c56 block = pos >> BEFS_SB(sb)->block_shift; in befs_read_datastream()
58 *off = pos - (block << BEFS_SB(sb)->block_shift); in befs_read_datastream()
100 befs_off_t pos = fblock << BEFS_SB(sb)->block_shift; in befs_fblock2brun()
149 plen = ((bytes_read + BEFS_SB(sb)->block_size) < len) ? in befs_read_lsymlink()
150 BEFS_SB(sb)->block_size : len - bytes_read; in befs_read_lsymlink()
178 struct befs_sb_info *befs_sb = BEFS_SB(sb); in befs_count_blocks()
324 indir_start_blk = data->max_direct_range >> BEFS_SB(sb)->block_shift; in befs_find_brun_indirect()
435 data->max_indirect_range >> BEFS_SB(sb)->block_shift; in befs_find_brun_dblindirect()
Dlinuxvfs.c171 if (BEFS_SB(sb)->nls) { in befs_lookup()
240 if (BEFS_SB(sb)->nls) { in befs_readdir()
299 struct befs_sb_info *befs_sb = BEFS_SB(sb); in befs_iget()
505 struct nls_table *nls = BEFS_SB(sb)->nls; in befs_utf2nls()
583 struct nls_table *nls = BEFS_SB(sb)->nls; in befs_nls2utf()
731 kfree(BEFS_SB(sb)->mount_opts.iocharset); in befs_put_super()
732 BEFS_SB(sb)->mount_opts.iocharset = NULL; in befs_put_super()
733 unload_nls(BEFS_SB(sb)->nls); in befs_put_super()
762 befs_sb = BEFS_SB(sb); in befs_fill_super()
896 buf->f_blocks = BEFS_SB(sb)->num_blocks; in befs_statfs()
[all …]
Dsuper.c23 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()
Dio.c31 struct befs_sb_info *befs_sb = BEFS_SB(sb); in befs_bread_iaddr()