Home
last modified time | relevance | path

Searched refs:cache_head (Results 1 – 8 of 8) sorted by relevance

/linux/net/sunrpc/
H A Dcache.c45 static bool cache_defer_req(struct cache_req *req, struct cache_head *item);
46 static void cache_revisit_request(struct cache_head *item);
48 static void cache_init(struct cache_head *h, struct cache_detail *detail) in cache_init()
61 static void cache_fresh_unlocked(struct cache_head *head,
64 static struct cache_head *sunrpc_cache_find_rcu(struct cache_detail *detail, in sunrpc_cache_find_rcu()
65 struct cache_head *key, in sunrpc_cache_find_rcu()
69 struct cache_head *tmp; in sunrpc_cache_find_rcu()
86 static void sunrpc_begin_cache_remove_entry(struct cache_head *ch, in sunrpc_begin_cache_remove_entry()
95 static void sunrpc_end_cache_remove_entry(struct cache_head *ch, in sunrpc_end_cache_remove_entry()
102 static struct cache_head *sunrpc_cache_add_entry(struct cache_detail *detail, in sunrpc_cache_add_entry()
[all …]
H A Dsvcauth_unix.c102 struct cache_head h;
111 struct cache_head *item = container_of(kref, struct cache_head, ref); in ip_map_put()
124 static int ip_map_match(struct cache_head *corig, struct cache_head *cnew) in ip_map_match()
131 static void ip_map_init(struct cache_head *cnew, struct cache_head *citem) in ip_map_init()
139 static void update(struct cache_head *cnew, struct cache_head *citem) in update()
147 static struct cache_head *ip_map_alloc(void) in ip_map_alloc()
156 static int ip_map_upcall(struct cache_detail *cd, struct cache_head *h) in ip_map_upcall()
162 struct cache_head *h, in ip_map_request()
265 struct cache_head *h) in ip_map_show()
297 struct cache_head *ch; in __ip_map_lookup()
[all …]
/linux/fs/nfsd/
H A Dnfs4idmap.c65 struct cache_head h;
79 ent_init(struct cache_head *cnew, struct cache_head *citm) in ent_init()
98 static struct cache_head *
128 idtoname_upcall(struct cache_detail *cd, struct cache_head *h) in idtoname_upcall()
134 idtoname_request(struct cache_detail *cd, struct cache_head *ch, char **bpp, in idtoname_request()
149 idtoname_match(struct cache_head *ca, struct cache_head *cb) in idtoname_match()
159 idtoname_show(struct seq_file *m, struct cache_detail *cd, struct cache_head *h) in idtoname_show()
277 struct cache_head *ch = sunrpc_cache_lookup_rcu(cd, &item->h, in idtoname_lookup()
288 struct cache_head *ch = sunrpc_cache_update(cd, &new->h, &old->h, in idtoname_update()
308 nametoid_upcall(struct cache_detail *cd, struct cache_head *h) in nametoid_upcall()
[all …]
H A Dnfsd.h101 int nfsd_cache_notify(struct cache_detail *cd, struct cache_head *h, u32 cache_type);
H A Dnfsctl.c2583 int nfsd_cache_notify(struct cache_detail *cd, struct cache_head *h, u32 cache_type) in nfsd_cache_notify()
/linux/Documentation/filesystems/nfs/
H A Drpc-cache.rst46 structure definition that must contain a struct cache_head
58 struct cache_head \*alloc(void)
66 in the cache_head. cache_put should release any
72 int match(struct cache_head \*orig, struct cache_head \*new)
76 void init(struct cache_head \*orig, struct cache_head \*new)
80 void update(struct cache_head \*orig, struct cache_head \*new)
83 int cache_show(struct seq_file \*m, struct cache_detail \*cd, struct cache_head \*h)
88 int cache_request(struct cache_detail \*cd, struct cache_head \*h, char \*\*bpp, int \*blen)
112 to the cache_head in a sample item with the 'key' fields filled in.
/linux/net/sunrpc/auth_gss/
H A Dsvcauth_gss.c99 struct cache_head h;
138 static int rsi_match(struct cache_head *a, struct cache_head *b) in rsi_match()
160 static void rsi_init(struct cache_head *cnew, struct cache_head *citem) in rsi_init()
179 static void update_rsi(struct cache_head *cnew, struct cache_head *citem) in update_rsi()
198 static struct cache_head *rsi_alloc(void) in rsi_alloc()
207 static int rsi_upcall(struct cache_detail *cd, struct cache_head *h) in rsi_upcall()
213 struct cache_head *h, in rsi_request()
323 struct cache_head *ch; in rsi_lookup()
335 struct cache_head *ch; in rsi_update()
369 struct cache_head h;
[all …]
/linux/sound/firewire/motu/
H A Damdtp-motu.c378 unsigned int cache_head = cache->head; in write_sph() local
383 unsigned int tick = (base_tick + event_offsets[cache_head]) % TICKS_PER_SECOND; in write_sph()
387 cache_head = (cache_head + 1) % cache_size; in write_sph()
391 cache->head = cache_head; in write_sph()