Home
last modified time | relevance | path

Searched refs:allocation_group (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/fs/befs/
H A Dendian.h77 run.allocation_group = le32_to_cpu((__force __le32)n.allocation_group); in fsrun_to_cpu()
81 run.allocation_group = be32_to_cpu((__force __be32)n.allocation_group); in fsrun_to_cpu()
94 run.allocation_group = cpu_to_le32(n.allocation_group); in cpu_to_fsrun()
98 run.allocation_group = cpu_to_be32(n.allocation_group); in cpu_to_fsrun()
H A Ddebug.c84 tmp_run.allocation_group, tmp_run.start, tmp_run.len); in befs_dump_inode()
97 tmp_run.allocation_group, tmp_run.start, tmp_run.len); in befs_dump_inode()
101 tmp_run.allocation_group, tmp_run.start, tmp_run.len); in befs_dump_inode()
115 tmp_run.allocation_group, tmp_run.start, in befs_dump_inode()
125 tmp_run.allocation_group, in befs_dump_inode()
136 tmp_run.allocation_group, tmp_run.start, in befs_dump_inode()
186 tmp_run.allocation_group, tmp_run.start, tmp_run.len); in befs_dump_super_block()
195 tmp_run.allocation_group, tmp_run.start, tmp_run.len); in befs_dump_super_block()
199 tmp_run.allocation_group, tmp_run.start, tmp_run.len); in befs_dump_super_block()
219 befs_debug(sb, "[%u, %hu, %hu]", n.allocation_group, n.start, n.len);
H A Dio.c34 "[%u, %hu, %hu]", __func__, iaddr.allocation_group, in befs_bread_iaddr()
37 if (iaddr.allocation_group > befs_sb->num_ags) { in befs_bread_iaddr()
39 iaddr.allocation_group, befs_sb->num_ags); in befs_bread_iaddr()
H A Dbefs.h125 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()
H A Ddatastream.c265 run->allocation_group = array[i].allocation_group; in befs_find_brun_direct()
344 run->allocation_group = in befs_find_brun_indirect()
345 fs32_to_cpu(sb, array[j].allocation_group); in befs_find_brun_indirect()
H A Dbefs_fs_types.h96 fs32 allocation_group; member
102 u32 allocation_group; member
H A Dlinuxvfs.c319 befs_ino->i_inode_num.allocation_group, in befs_iget()