Searched refs:CACHE_PENDING (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/net/sunrpc/ |
| H A D | cache.c | 177 if (test_and_clear_bit(CACHE_PENDING, &head->flags)) { in cache_fresh_unlocked() 655 if (!test_bit(CACHE_PENDING, &item->flags) || in cache_wait_req() 724 if (!test_bit(CACHE_PENDING, &item->flags)) in cache_defer_req() 732 if (!test_bit(CACHE_PENDING, &item->flags)) in cache_defer_req() 875 if (rp->offset == 0 && !test_bit(CACHE_PENDING, &rq->item->flags)) { in cache_read() 901 !test_bit(CACHE_PENDING, &rq->item->flags)) { in cache_read() 1104 if (test_bit(CACHE_PENDING, &ch->flags)) in cache_dequeue() 1237 if (test_bit(CACHE_PENDING, &h->flags)) { in cache_pipe_upcall() 1255 if (test_and_set_bit(CACHE_PENDING, &h->flags)) in sunrpc_cache_pipe_upcall()
|
| /linux-6.15/fs/nfs/ |
| H A D | dns_resolve.c | 154 if (test_and_set_bit(CACHE_PENDING, &ch->flags)) in nfs_dns_upcall() 158 clear_bit(CACHE_PENDING, &ch->flags); in nfs_dns_upcall()
|
| /linux-6.15/include/linux/sunrpc/ |
| H A D | cache.h | 64 CACHE_PENDING, /* An upcall has been sent but no reply received yet*/ enumerator
|