Searched refs:ag_shift (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/befs/
H A Dbefs.h43 u32 ag_shift; member in struct:befs_sb_info
120 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);
H A Dsuper.c44 befs_sb->ag_shift = fs32_to_cpu(sb, disk_sb->ag_shift);
H A Dbefs_fs_types.h123 fs32 ag_shift; member in struct:__anon7289
H A Ddebug.c199 befs_debug(sb, " ag_shift %u", fs32_to_cpu(sb, sup->ag_shift));

Completed in 97 milliseconds