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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/befs/
H A Dendian.h76 run.allocation_group = le32_to_cpu((__force __le32)n.allocation_group);
80 run.allocation_group = be32_to_cpu((__force __be32)n.allocation_group);
93 run.allocation_group = cpu_to_le32(n.allocation_group);
97 run.allocation_group = cpu_to_be32(n.allocation_group);
H A Dio.c35 iaddr.allocation_group, iaddr.start, iaddr.len);
37 if (iaddr.allocation_group > befs_sb->num_ags) {
39 iaddr.allocation_group, befs_sb->num_ags);
H A Dbefs.h120 return ((iaddr->allocation_group << BEFS_SB(sb)->ag_shift) +
128 iaddr.allocation_group = blockno >> BEFS_SB(sb)->ag_shift;
130 blockno - (iaddr.allocation_group << BEFS_SB(sb)->ag_shift);
145 return (!iaddr->allocation_group) && (!iaddr->start) && (!iaddr->len);
H A Ddebug.c106 tmp_run.allocation_group, tmp_run.start, tmp_run.len);
119 tmp_run.allocation_group, tmp_run.start, tmp_run.len);
123 tmp_run.allocation_group, tmp_run.start, tmp_run.len);
137 tmp_run.allocation_group, tmp_run.start,
147 tmp_run.allocation_group,
158 tmp_run.allocation_group, tmp_run.start,
207 tmp_run.allocation_group, tmp_run.start, tmp_run.len);
216 tmp_run.allocation_group, tmp_run.start, tmp_run.len);
220 tmp_run.allocation_group, tmp_run.start, tmp_run.len);
H A Dbefs_fs_types.h95 fs32 allocation_group; member in struct:__anon16489
101 u32 allocation_group; member in struct:__anon16490
H A Ddatastream.c266 run->allocation_group = array[i].allocation_group;
319 run->allocation_group =
320 fs32_to_cpu(sb, array[j].allocation_group);
H A Dlinuxvfs.c324 befs_ino->i_inode_num.allocation_group,

Completed in 112 milliseconds