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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/reiserfs/
H A Ddir.c56 struct cpu_key pos_key; /* key of current position in the directory (key of directory entry) */ local
75 make_cpu_key(&pos_key, inode, *pos ?: DOT_OFFSET, TYPE_DIRENTRY, 3);
76 next_pos = cpu_key_k_offset(&pos_key);
83 search_by_entry_key(inode->i_sb, &pos_key, &path_to_entry,
97 RFALSE(COMP_SHORT_KEYS(&(ih->ih_key), &pos_key),
99 ih, &pos_key);
210 /* set pos_key to key, that is the smallest and greater
212 set_cpu_key_k_offset(&pos_key, next_pos);
216 if (COMP_SHORT_KEYS(rkey, &pos_key)) {
222 set_cpu_key_k_offset(&pos_key,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/reiserfs/
H A Ddir.c56 struct cpu_key pos_key; /* key of current position in the directory (key of directory entry) */ local
75 make_cpu_key(&pos_key, inode, *pos ?: DOT_OFFSET, TYPE_DIRENTRY, 3);
76 next_pos = cpu_key_k_offset(&pos_key);
83 search_by_entry_key(inode->i_sb, &pos_key, &path_to_entry,
97 RFALSE(COMP_SHORT_KEYS(&(ih->ih_key), &pos_key),
99 ih, &pos_key);
210 /* set pos_key to key, that is the smallest and greater
212 set_cpu_key_k_offset(&pos_key, next_pos);
216 if (COMP_SHORT_KEYS(rkey, &pos_key)) {
222 set_cpu_key_k_offset(&pos_key,
[all...]

Completed in 62 milliseconds