Searched refs:allocation_group (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/fs/befs/ |
A D | endian.h | 77 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()
|
A D | debug.c | 84 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);
|
A D | io.c | 34 "[%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()
|
A D | befs.h | 125 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()
|
A D | datastream.c | 265 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()
|
A D | befs_fs_types.h | 96 fs32 allocation_group; member 102 u32 allocation_group; member
|
A D | linuxvfs.c | 319 befs_ino->i_inode_num.allocation_group, in befs_iget()
|
Completed in 13 milliseconds