Home
last modified time | relevance | path

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

/linux-4.4.14/fs/befs/
Dendian.h76 run.allocation_group = le32_to_cpu((__force __le32)n.allocation_group); in fsrun_to_cpu()
80 run.allocation_group = be32_to_cpu((__force __be32)n.allocation_group); in fsrun_to_cpu()
93 run.allocation_group = cpu_to_le32(n.allocation_group); in cpu_to_fsrun()
97 run.allocation_group = cpu_to_be32(n.allocation_group); in cpu_to_fsrun()
Ddebug.c82 tmp_run.allocation_group, tmp_run.start, tmp_run.len); in befs_dump_inode()
95 tmp_run.allocation_group, tmp_run.start, tmp_run.len); in befs_dump_inode()
99 tmp_run.allocation_group, tmp_run.start, tmp_run.len); in befs_dump_inode()
113 tmp_run.allocation_group, tmp_run.start, in befs_dump_inode()
123 tmp_run.allocation_group, in befs_dump_inode()
134 tmp_run.allocation_group, tmp_run.start, in befs_dump_inode()
183 tmp_run.allocation_group, tmp_run.start, tmp_run.len); in befs_dump_super_block()
192 tmp_run.allocation_group, tmp_run.start, tmp_run.len); in befs_dump_super_block()
196 tmp_run.allocation_group, tmp_run.start, tmp_run.len); in befs_dump_super_block()
216 befs_debug(sb, "[%u, %hu, %hu]", n.allocation_group, n.start, n.len);
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()
Dbefs.h121 return ((iaddr->allocation_group << BEFS_SB(sb)->ag_shift) + in iaddr2blockno()
129 iaddr.allocation_group = blockno >> BEFS_SB(sb)->ag_shift; in blockno2iaddr()
131 blockno - (iaddr.allocation_group << BEFS_SB(sb)->ag_shift); in blockno2iaddr()
146 return (!iaddr->allocation_group) && (!iaddr->start) && (!iaddr->len); in befs_iaddr_is_empty()
Ddatastream.c267 run->allocation_group = array[i].allocation_group; in befs_find_brun_direct()
343 run->allocation_group = in befs_find_brun_indirect()
344 fs32_to_cpu(sb, array[j].allocation_group); in befs_find_brun_indirect()
Dbefs_fs_types.h95 fs32 allocation_group; member
101 u32 allocation_group; member
Dlinuxvfs.c320 befs_ino->i_inode_num.allocation_group, in befs_iget()