Searched refs:p_s_key (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dstree.c340 const struct cpu_key *p_s_key, /* Key which should be checked. */
345 RFALSE(!p_s_key || p_s_chk_path->path_length < FIRST_PATH_ELEMENT_OFFSET
348 p_s_key, p_s_chk_path->path_length);
352 if (comp_keys(get_lkey(p_s_chk_path, p_s_sb), p_s_key) == 1)
355 // if ( comp_keys(p_s_key, get_rkey(p_s_chk_path, p_s_sb)) != -1 )
356 if (comp_keys(get_rkey(p_s_chk_path, p_s_sb), p_s_key) != 1)
357 /* p_s_key must be less than right delimitiing key */
583 * p_s_key - pointer to the key to search *
602 int search_by_key(struct super_block *p_s_sb, const struct cpu_key *p_s_key, /* Key to search. */ argument
651 p_s_key);
339 key_in_buffer(struct treepath *p_s_chk_path, const struct cpu_key *p_s_key, struct super_block *p_s_sb ) argument
1916 check_research_for_paste(struct treepath *path, const struct cpu_key *p_s_key) argument
1950 reiserfs_paste_into_item(struct reiserfs_transaction_handle *th, struct treepath *p_s_search_path, const struct cpu_key *p_s_key, struct inode *inode, const char *p_c_body, int n_pasted_size) argument
[all...]
H A Dfix_node.c938 static void decrement_key(struct cpu_key *p_s_key) argument
941 item_ops[cpu_key_k_type(p_s_key)]->decrement_key(p_s_key);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dreiserfs_fs.h673 #define I_K_KEY_IN_ITEM(p_s_ih, p_s_key, n_blocksize) \
674 ( ! COMP_SHORT_KEYS(p_s_ih, p_s_key) && \
675 I_OFF_BYTE_IN_ITEM(p_s_ih, k_offset (p_s_key), n_blocksize) )

Completed in 86 milliseconds