Searched refs:objectid_map (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/reiserfs/
H A Dobjectid.c12 #define objectid_map(s,rs) (old_format_only (s) ? \ macro
51 __le32 *map = objectid_map(s, rs);
96 __le32 *map = objectid_map(s, rs);
138 //objectid_map[i+1]--;
172 __le32 *objectid_map, *new_objectid_map; local
177 objectid_map = (__le32 *) (disk_sb_v1 + 1);
184 objectid_map[new_size - 1] = objectid_map[cur_size - 1];
189 objectid_map[i + (old_max - new_size)] = objectid_map[
[all...]
H A Dprocfs.c60 #define objectid_map( s, rs ) (old_format_only (s) ? \ macro
63 #define MAP( i ) D4C( objectid_map( sb, rs )[ i ] )

Completed in 94 milliseconds