Searched refs:copy_flag (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/mtd/ubi/
H A Dubi-media.h165 * @copy_flag: if this logical eraseblock was copied from another physical
218 * UBI uses the @copy_flag field to indicate that this logical eraseblock is a
221 * eraseblock of two (P or P1), the @copy_flag of the newer one (P1) is
249 * the @data_crc field. And of course, the @copy_flag is %in this case.
272 __u8 copy_flag; member in struct:ubi_vid_hdr
H A Dio.c887 int copy_flag = vid_hdr->copy_flag; local
897 if (copy_flag != 0 && copy_flag != 1) {
898 ubi_err(ubi, "bad copy_flag");
965 if (copy_flag == 0) {
H A Dattach.c472 if (!vid_hdr->copy_flag) {
474 dbg_bld("second PEB %d is newer, copy_flag is unset",
479 if (!aeb->copy_flag) {
481 dbg_bld("first PEB %d is newer, copy_flag is unset",
534 dbg_bld("second PEB %d is newer, copy_flag is set", pnum);
536 dbg_bld("first PEB %d is newer, copy_flag is set", pnum);
661 aeb->copy_flag = vid_hdr->copy_flag;
695 aeb->copy_flag = vid_hdr->copy_flag;
[all...]
H A Dfastmap.c147 aeb->copy_flag = aeb->sqnum = 0;
295 aeb->copy_flag = new_vh->copy_flag;
489 new_aeb->copy_flag = vh->copy_flag;
844 new->copy_flag = old->copy_flag;
H A Deba.c850 vid_hdr->copy_flag = 1;
1236 vid_hdr->copy_flag = 1;
1416 * @vid_hdr->copy_flag, @vid_hdr->data_size, and @vid_hdr->data_crc.
1419 vid_hdr->copy_flag = 1;
H A Ddebug.c106 pr_err("\tcopy_flag %d\n", (int)vid_hdr->copy_flag);
H A Dubi.h665 * @copy_flag: this LEB is a copy (@copy_flag is set in VID header of this LEB)
681 unsigned int copy_flag:1; member in struct:ubi_ainf_peb
/linux-master/include/sound/
H A Dac97_codec.h390 copy_flag: 1, /* lowlevel driver must fill all entries */ member in struct:ac97_pcm
/linux-master/sound/pci/ac97/
H A Dac97_pcm.c469 if (pcm->copy_flag) {

Completed in 314 milliseconds