Home
last modified time | relevance | path

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

/linux/include/linux/sunrpc/
A Dcache.h47 struct cache_head { struct
76 struct cache_head *); argument
93 int (*match)(struct cache_head *orig, struct cache_head *new);
94 void (*init)(struct cache_head *orig, struct cache_head *new);
95 void (*update)(struct cache_head *orig, struct cache_head *new);
175 extern struct cache_head *
178 extern struct cache_head *
180 struct cache_head *new, struct cache_head *old, int hash);
186 struct cache_head *h);
191 static inline struct cache_head *cache_get(struct cache_head *h) in cache_get()
[all …]
/linux/net/sunrpc/
A Dsvcauth_unix.c97 struct cache_head h;
106 struct cache_head *item = container_of(kref, struct cache_head, ref); in ip_map_put()
119 static int ip_map_match(struct cache_head *corig, struct cache_head *cnew) in ip_map_match()
126 static void ip_map_init(struct cache_head *cnew, struct cache_head *citem) in ip_map_init()
134 static void update(struct cache_head *cnew, struct cache_head *citem) in update()
292 struct cache_head *ch; in __ip_map_lookup()
310 struct cache_head *ch; in __ip_map_update()
407 struct cache_head h;
420 struct cache_head *item = container_of(kref, struct cache_head, ref); in unix_gid_put()
428 static int unix_gid_match(struct cache_head *corig, struct cache_head *cnew) in unix_gid_match()
[all …]
A Dcache.c60 struct cache_head *key, in sunrpc_cache_find_rcu()
64 struct cache_head *tmp; in sunrpc_cache_find_rcu()
98 struct cache_head *key, in sunrpc_cache_add_entry()
147 struct cache_head *ret; in sunrpc_cache_lookup_rcu()
182 struct cache_head *h) in cache_make_negative()
201 struct cache_head *new, struct cache_head *old, int hash) in sunrpc_cache_update()
207 struct cache_head *tmp; in sunrpc_cache_update()
788 struct cache_head *item;
1329 struct cache_head *ch; in __cache_seq_start()
1356 struct cache_head *ch = p; in cache_seq_next()
[all …]
/linux/fs/nfs/
A Ddns_resolve.c61 struct cache_head h;
73 struct cache_head *ckey) in nfs_dns_ent_update()
86 struct cache_head *ckey) in nfs_dns_ent_init()
122 static struct cache_head *nfs_dns_ent_alloc(void) in nfs_dns_ent_alloc()
141 struct cache_head *ch, in nfs_dns_request()
151 struct cache_head *ch) in nfs_dns_upcall()
163 static int nfs_dns_match(struct cache_head *ca, in nfs_dns_match()
164 struct cache_head *cb) in nfs_dns_match()
178 struct cache_head *h) in nfs_dns_show()
206 struct cache_head *ch; in nfs_dns_lookup()
[all …]
/linux/fs/nfsd/
A Dnfs4idmap.c63 struct cache_head h;
77 ent_init(struct cache_head *cnew, struct cache_head *citm) in ent_init()
96 static struct cache_head *
126 idtoname_upcall(struct cache_detail *cd, struct cache_head *h) in idtoname_upcall()
147 idtoname_match(struct cache_head *ca, struct cache_head *cb) in idtoname_match()
275 struct cache_head *ch = sunrpc_cache_lookup_rcu(cd, &item->h, in idtoname_lookup()
286 struct cache_head *ch = sunrpc_cache_update(cd, &new->h, &old->h, in idtoname_update()
306 nametoid_upcall(struct cache_detail *cd, struct cache_head *h) in nametoid_upcall()
325 nametoid_match(struct cache_head *ca, struct cache_head *cb) in nametoid_match()
440 struct cache_head *ch = sunrpc_cache_lookup_rcu(cd, &item->h, in nametoid_lookup()
[all …]
A Dexport.c60 struct cache_head *h, in expkey_request()
179 struct cache_head *h) in expkey_show()
202 static inline int expkey_match (struct cache_head *a, struct cache_head *b) in expkey_match()
289 struct cache_head *ch; in svc_expkey_lookup()
303 struct cache_head *ch; in svc_expkey_update()
730 struct cache_head *h) in svc_export_show()
776 static int svc_export_match(struct cache_head *a, struct cache_head *b) in svc_export_match()
784 static void svc_export_init(struct cache_head *cnew, struct cache_head *citem) in svc_export_init()
802 static void export_update(struct cache_head *cnew, struct cache_head *citem) in export_update()
872 struct cache_head *ch; in svc_export_lookup()
[all …]
A Dexport.h64 struct cache_head h;
87 struct cache_head h;
/linux/Documentation/filesystems/nfs/
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/
A Dsvcauth_gss.c75 struct cache_head h;
114 static int rsi_match(struct cache_head *a, struct cache_head *b) in rsi_match()
136 static void rsi_init(struct cache_head *cnew, struct cache_head *citem) in rsi_init()
155 static void update_rsi(struct cache_head *cnew, struct cache_head *citem) in update_rsi()
299 struct cache_head *ch; in rsi_lookup()
311 struct cache_head *ch; in rsi_update()
345 struct cache_head h;
389 rsc_match(struct cache_head *a, struct cache_head *b) in rsc_match()
398 rsc_init(struct cache_head *cnew, struct cache_head *ctmp) in rsc_init()
412 update_rsc(struct cache_head *cnew, struct cache_head *ctmp) in update_rsc()
[all …]
/linux/sound/firewire/motu/
A Damdtp-motu.c382 unsigned int cache_head = cache->head; in write_sph() local
387 unsigned int tick = (base_tick + event_offsets[cache_head]) % TICKS_PER_SECOND; in write_sph()
391 cache_head = (cache_head + 1) % cache_size; in write_sph()
395 cache->head = cache_head; in write_sph()
/linux/sound/firewire/
A Damdtp-stream.c555 unsigned int cache_head = s->ctx_data.rx.cache_head; in pool_replayed_seq() local
562 descs[seq_tail] = cache[cache_head]; in pool_replayed_seq()
564 cache_head = (cache_head + 1) % cache_size; in pool_replayed_seq()
568 s->ctx_data.rx.cache_head = cache_head; in pool_replayed_seq()
583 const unsigned int cache_head = s->ctx_data.rx.cache_head; in pool_seq_descs() local
584 unsigned int cached_cycles = calculate_cached_cycle_count(tx, cache_head); in pool_seq_descs()
1920 rx->ctx_data.rx.cache_head = 0; in make_association()
A Damdtp-stream.h171 unsigned int cache_head; member
/linux/include/trace/events/
A Dsunrpc.h2178 const struct cache_head *h
2184 __field(const struct cache_head *, h)
2199 const struct cache_head *h \

Completed in 35 milliseconds