Lines Matching refs:f
30 int jffs_insert_node(struct jffs_control *c, struct jffs_file *f,
39 int jffs_free_node_list(struct jffs_file *f);
40 int jffs_free_file(struct jffs_file *f);
41 int jffs_possibly_delete_file(struct jffs_file *f);
42 int jffs_build_file(struct jffs_file *f);
43 int jffs_insert_file_into_hash(struct jffs_file *f);
44 int jffs_insert_file_into_tree(struct jffs_file *f);
45 int jffs_unlink_file_from_hash(struct jffs_file *f);
46 int jffs_unlink_file_from_tree(struct jffs_file *f);
47 int jffs_remove_redundant_nodes(struct jffs_file *f);
48 int jffs_file_count(struct jffs_file *f);
53 int recoverable, struct jffs_file *f);
54 int jffs_read_data(struct jffs_file *f, unsigned char *buf, __u32 read_offset, __u32 size);
84 int jffs_print_file(struct jffs_file *f);