Searched refs:read_more (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/testing/selftests/arm64/gcs/ |
| H A D | gcs-stress.c | 206 bool read_more; in child_output() local 210 read_more = child_output_read(child); in child_output() 211 } while (read_more); in child_output()
|
| /linux/tools/testing/selftests/arm64/fp/ |
| H A D | fp-stress.c | 202 bool read_more; in child_output() local 206 read_more = child_output_read(child); in child_output() 207 } while (read_more); in child_output()
|
| /linux/fs/jffs2/ |
| H A D | readinode.c | 940 static int read_more(struct jffs2_sb_info *c, struct jffs2_raw_node_ref *ref, in read_more() function 1084 err = read_more(c, ref, sizeof(struct jffs2_raw_dirent), &len, buf); in jffs2_get_inode_nodes() 1099 err = read_more(c, ref, sizeof(struct jffs2_raw_inode), &len, buf); in jffs2_get_inode_nodes() 1113 err = read_more(c, ref, sizeof(struct jffs2_unknown_node), &len, buf); in jffs2_get_inode_nodes()
|