Lines Matching defs:idempotent
3670 struct idempotent {
3681 static bool idempotent(struct idempotent *u, const void *cookie)
3685 struct idempotent *existing;
3712 static int idempotent_complete(struct idempotent *u, int ret)
3718 struct idempotent *pos;
3733 * Wait for the idempotent worker.
3736 * the idempotent list, and the completion may still come in.
3740 * value even if the idempotent work then completes between
3743 static int idempotent_wait_for_completion(struct idempotent *u)
3795 struct idempotent idem;
3801 if (!idempotent(&idem, file_inode(f))) {