Home
last modified time | relevance | path

Searched refs:AV_ADD (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/mtd/ubi/
H A Dattach.c82 #define AV_ADD BIT(1) macro
83 #define AV_FIND_OR_ADD (AV_FIND | AV_ADD)
90 * @flags: a combination of the %AV_FIND and %AV_ADD flags describing the
91 * expected operation. If only %AV_ADD is set, -EEXIST is returned
130 if (!(flags & AV_ADD)) in find_or_add_av()
721 return find_or_add_av(ai, vol_id, AV_ADD, &created); in ubi_add_av()
/kernel/linux/linux-6.6/drivers/mtd/ubi/
H A Dattach.c82 #define AV_ADD BIT(1) macro
83 #define AV_FIND_OR_ADD (AV_FIND | AV_ADD)
90 * @flags: a combination of the %AV_FIND and %AV_ADD flags describing the
91 * expected operation. If only %AV_ADD is set, -EEXIST is returned
130 if (!(flags & AV_ADD)) in find_or_add_av()
721 return find_or_add_av(ai, vol_id, AV_ADD, &created); in ubi_add_av()

Completed in 5 milliseconds