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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Ddir.c48 struct cpu_key pos_key; /* key of current position in the directory (key of directory entry) */ local
67 make_cpu_key(&pos_key, inode,
70 next_pos = cpu_key_k_offset(&pos_key);
79 search_by_entry_key(inode->i_sb, &pos_key, &path_to_entry,
93 RFALSE(COMP_SHORT_KEYS(&(ih->ih_key), &pos_key),
95 ih, &pos_key);
198 /* set pos_key to key, that is the smallest and greater
200 set_cpu_key_k_offset(&pos_key, next_pos);
204 if (COMP_SHORT_KEYS(rkey, &pos_key)) {
210 set_cpu_key_k_offset(&pos_key,
[all...]
H A Dxattr.c234 struct cpu_key pos_key; /* key of current position in the directory (key of directory entry) */ local
258 make_cpu_key(&pos_key, inode, next_pos, TYPE_DIRENTRY, 3);
261 search_by_entry_key(inode->i_sb, &pos_key, &path_to_entry,
286 RFALSE(COMP_SHORT_KEYS(&(ih->ih_key), &pos_key),
288 ih, &pos_key);

Completed in 99 milliseconds