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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/reiserfs/
H A Dlbalance.c870 /* paste paste_size bytes to affected_item_num-th item.
873 int pos_in_item, int paste_size,
888 RFALSE(free_space < paste_size,
890 paste_size, free_space);
893 if (zeros_number > paste_size) {
899 "zeros_number == %d, paste_size == %d",
900 zeros_number, paste_size);
911 memmove(bh->b_data + last_loc - paste_size, bh->b_data + last_loc,
918 paste_size);
925 paste_size,
872 leaf_paste_in_buffer(struct buffer_info *bi, int affected_item_num, int pos_in_item, int paste_size, const char *body, int zeros_number) argument
1199 leaf_paste_entries(struct buffer_info *bi, int item_num, int before, int new_entry_count, struct reiserfs_de_head *new_dehs, const char *records, int paste_size) argument
[all...]
H A Dnamei.c416 int buflen, paste_size; local
442 paste_size =
523 paste_size);
531 dir->i_size += paste_size;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dreiserfs_fs.h1992 const char *body, int paste_size);
2195 int pos_in_item, int paste_size, const char *body,
2201 const char *records, int paste_size);

Completed in 138 milliseconds