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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dstree.c884 int comp_items(const struct item_head *stored_ih, const struct treepath *p_s_path) argument
890 if (!B_IS_IN_TREE(p_s_bh = PATH_PLAST_BUFFER(p_s_path)))
894 if (PATH_LAST_POSITION(p_s_path) >= B_NR_ITEMS(p_s_bh))
898 ih = get_ih(p_s_path);
987 static char prepare_for_delete_or_cut(struct reiserfs_transaction_handle *th, struct inode *inode, struct treepath *p_s_path, const struct cpu_key *p_s_item_key, int *p_n_removed, /* Number of unformatted nodes which were removed argument
993 struct item_head *p_le_ih = PATH_PITEM_HEAD(p_s_path);
994 struct buffer_head *p_s_bh = PATH_PLAST_BUFFER(p_s_path);
1010 return prepare_for_direntry_item(p_s_path, p_le_ih, inode,
1016 return prepare_for_direct_item(p_s_path, p_le_ih, inode,
1038 p_s_bh = PATH_PLAST_BUFFER(p_s_path);
1121 init_tb_struct(struct reiserfs_transaction_handle *th, struct tree_balance *p_s_tb, struct super_block *p_s_sb, struct treepath *p_s_path, int n_size) argument
1175 reiserfs_delete_item(struct reiserfs_transaction_handle *th, struct treepath *p_s_path, const struct cpu_key *p_s_item_key, struct inode *p_s_inode, struct buffer_head *p_s_un_bh) argument
1464 maybe_indirect_to_direct(struct reiserfs_transaction_handle *th, struct inode *p_s_inode, struct page *page, struct treepath *p_s_path, const struct cpu_key *p_s_item_key, loff_t n_new_file_size, char *p_c_mode) argument
1543 reiserfs_cut_from_item(struct reiserfs_transaction_handle *th, struct treepath *p_s_path, struct cpu_key *p_s_item_key, struct inode *p_s_inode, struct page *page, loff_t n_new_file_size) argument
2032 reiserfs_insert_item(struct reiserfs_transaction_handle *th, struct treepath *p_s_path, const struct cpu_key *key, struct item_head *p_s_ih, struct inode *inode, const char *p_c_body) argument
[all...]
H A Dtail_conversion.c173 int indirect2direct(struct reiserfs_transaction_handle *th, struct inode *p_s_inode, struct page *page, struct treepath *p_s_path, /* path to the indirect item. */ argument
193 copy_item_head(&s_ih, PATH_PITEM_HEAD(p_s_path));
212 if (path_changed(&s_ih, p_s_path)) {
214 if (search_for_position_by_key(p_s_sb, p_s_item_key, p_s_path)
220 copy_item_head(&s_ih, PATH_PITEM_HEAD(p_s_path));
242 PATH_LAST_POSITION(p_s_path)++;
248 if (reiserfs_insert_item(th, p_s_path, &key, &s_ih, p_s_inode,
H A Dfix_node.c959 struct treepath *p_s_path = p_s_tb->tb_path; local
964 n_path_offset = PATH_H_PATH_OFFSET(p_s_path, n_h);
977 (p_s_parent = PATH_OFFSET_PBUFFER(p_s_path, n_counter - 1)))
981 PATH_OFFSET_POSITION(p_s_path,
987 PATH_OFFSET_PBUFFER(p_s_path, n_counter)->b_blocknr)
1076 struct treepath *p_s_path = p_s_tb->tb_path; local
1096 if ((n_position = PATH_OFFSET_POSITION(p_s_path, n_path_offset - 1))) {
1098 /*(p_s_curf = p_s_curcf = PATH_OFFSET_PBUFFER(p_s_path, n_path_offset - 1))->b_count += 2; */
1100 PATH_OFFSET_PBUFFER(p_s_path, n_path_offset - 1);
1127 if (n_position == B_NR_ITEMS(PATH_H_PBUFFER(p_s_path, n_
1887 struct treepath *p_s_path = p_s_tb->tb_path; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dreiserfs_fs.h1174 #define PATH_OFFSET_PELEMENT(p_s_path,n_offset) ((p_s_path)->path_elements +(n_offset))
1177 #define PATH_OFFSET_PBUFFER(p_s_path,n_offset) (PATH_OFFSET_PELEMENT(p_s_path,n_offset)->pe_buffer)
1180 #define PATH_OFFSET_POSITION(p_s_path,n_offset) (PATH_OFFSET_PELEMENT(p_s_path,n_offset)->pe_position)
1182 #define PATH_PLAST_BUFFER(p_s_path) (PATH_OFFSET_PBUFFER((p_s_path), (p_s_path)->path_length))
1189 #define PATH_LAST_POSITION(p_s_path) (PATH_OFFSET_POSITIO
[all...]

Completed in 149 milliseconds