Home
last modified time | relevance | path

Searched refs:CACHE_PENDING (Results 1 – 3 of 3) sorted by relevance

/linux/net/sunrpc/
A Dcache.c175 if (test_and_clear_bit(CACHE_PENDING, &head->flags)) { in cache_fresh_unlocked()
642 if (!test_bit(CACHE_PENDING, &item->flags) || in cache_wait_req()
698 if (!test_bit(CACHE_PENDING, &item->flags)) in cache_defer_req()
705 if (!test_bit(CACHE_PENDING, &item->flags)) in cache_defer_req()
851 if (rp->offset == 0 && !test_bit(CACHE_PENDING, &rq->item->flags)) { in cache_read()
877 !test_bit(CACHE_PENDING, &rq->item->flags)) { in cache_read()
1081 if (test_bit(CACHE_PENDING, &ch->flags)) in cache_dequeue()
1214 if (test_bit(CACHE_PENDING, &h->flags)) { in cache_pipe_upcall()
1232 if (test_and_set_bit(CACHE_PENDING, &h->flags)) in sunrpc_cache_pipe_upcall()
/linux/fs/nfs/
A Ddns_resolve.c155 if (test_and_set_bit(CACHE_PENDING, &ch->flags)) in nfs_dns_upcall()
159 clear_bit(CACHE_PENDING, &ch->flags); in nfs_dns_upcall()
/linux/include/linux/sunrpc/
A Dcache.h61 #define CACHE_PENDING 2 /* An upcall has been sent but no reply received yet*/ macro

Completed in 9 milliseconds