Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mtd/ubi/
H A Dio.c836 int copy_flag = vid_hdr->copy_flag; in validate_vid_hdr() local
846 if (copy_flag != 0 && copy_flag != 1) { in validate_vid_hdr()
847 ubi_err(ubi, "bad copy_flag"); in validate_vid_hdr()
919 if (copy_flag == 0) { in validate_vid_hdr()
H A Dattach.c472 if (!vid_hdr->copy_flag) { in ubi_compare_lebs()
474 dbg_bld("second PEB %d is newer, copy_flag is unset", in ubi_compare_lebs()
479 if (!aeb->copy_flag) { in ubi_compare_lebs()
481 dbg_bld("first PEB %d is newer, copy_flag is unset", in ubi_compare_lebs()
534 dbg_bld("second PEB %d is newer, copy_flag is set", pnum); in ubi_compare_lebs()
536 dbg_bld("first PEB %d is newer, copy_flag is set", pnum); in ubi_compare_lebs()
661 aeb->copy_flag = vid_hdr->copy_flag; in ubi_add_to_av()
695 aeb->copy_flag = vid_hdr->copy_flag; in ubi_add_to_av()
[all...]
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
H A Dfastmap.c147 aeb->copy_flag = aeb->sqnum = 0; in add_aeb()
295 aeb->copy_flag = new_vh->copy_flag; in update_vol()
489 new_aeb->copy_flag = vh->copy_flag; in scan_pool()
H A Deba.c854 vid_hdr->copy_flag = 1; in try_recover_peb()
1240 vid_hdr->copy_flag = 1; in ubi_eba_atomic_leb_change()
1420 * @vid_hdr->copy_flag, @vid_hdr->data_size, and @vid_hdr->data_crc. in ubi_eba_copy_leb()
1423 vid_hdr->copy_flag = 1; in ubi_eba_copy_leb()
H A Ddebug.c76 pr_err("\tcopy_flag %d\n", (int)vid_hdr->copy_flag); in ubi_dump_vid_hdr()
H A Dubi.h667 * @copy_flag: this LEB is a copy (@copy_flag is set in VID header of this LEB)
683 unsigned int copy_flag:1; member
/kernel/linux/linux-6.6/drivers/mtd/ubi/
H A Dio.c843 int copy_flag = vid_hdr->copy_flag; in validate_vid_hdr() local
853 if (copy_flag != 0 && copy_flag != 1) { in validate_vid_hdr()
854 ubi_err(ubi, "bad copy_flag"); in validate_vid_hdr()
921 if (copy_flag == 0) { in validate_vid_hdr()
H A Dattach.c472 if (!vid_hdr->copy_flag) { in ubi_compare_lebs()
474 dbg_bld("second PEB %d is newer, copy_flag is unset", in ubi_compare_lebs()
479 if (!aeb->copy_flag) { in ubi_compare_lebs()
481 dbg_bld("first PEB %d is newer, copy_flag is unset", in ubi_compare_lebs()
534 dbg_bld("second PEB %d is newer, copy_flag is set", pnum); in ubi_compare_lebs()
536 dbg_bld("first PEB %d is newer, copy_flag is set", pnum); in ubi_compare_lebs()
661 aeb->copy_flag = vid_hdr->copy_flag; in ubi_add_to_av()
695 aeb->copy_flag = vid_hdr->copy_flag; in ubi_add_to_av()
[all...]
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
H A Dfastmap.c147 aeb->copy_flag = aeb->sqnum = 0; in add_aeb()
295 aeb->copy_flag = new_vh->copy_flag; in update_vol()
489 new_aeb->copy_flag = vh->copy_flag; in scan_pool()
844 new->copy_flag = old->copy_flag; in clone_aeb()
H A Deba.c853 vid_hdr->copy_flag = 1; in try_recover_peb()
1239 vid_hdr->copy_flag = 1; in ubi_eba_atomic_leb_change()
1419 * @vid_hdr->copy_flag, @vid_hdr->data_size, and @vid_hdr->data_crc. in ubi_eba_copy_leb()
1422 vid_hdr->copy_flag = 1; in ubi_eba_copy_leb()
H A Ddebug.c76 pr_err("\tcopy_flag %d\n", (int)vid_hdr->copy_flag); in ubi_dump_vid_hdr()
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
/kernel/linux/linux-5.10/include/sound/
H A Dac97_codec.h387 copy_flag: 1, /* lowlevel driver must fill all entries */ member
/kernel/linux/linux-6.6/include/sound/
H A Dac97_codec.h390 copy_flag: 1, /* lowlevel driver must fill all entries */ member
/kernel/linux/linux-5.10/sound/pci/ac97/
H A Dac97_pcm.c469 if (pcm->copy_flag) { in snd_ac97_pcm_assign()
/kernel/linux/linux-6.6/sound/pci/ac97/
H A Dac97_pcm.c469 if (pcm->copy_flag) { in snd_ac97_pcm_assign()

Completed in 27 milliseconds