Searched refs:cache_head (Results 1 - 10 of 10) sorted by relevance

/linux-master/include/linux/sunrpc/
H A Dcache.h24 * - An item structure that must contain a "struct cache_head"
47 struct cache_head { struct
60 /* cache_head.flags */
80 struct cache_head *);
83 struct cache_head *ch,
91 struct cache_head *h);
95 struct cache_head * (*alloc)(void);
97 int (*match)(struct cache_head *orig, struct cache_head *new);
98 void (*init)(struct cache_head *ori
[all...]
/linux-master/net/sunrpc/
H A Dsvcauth_unix.c99 struct cache_head h;
108 struct cache_head *item = container_of(kref, struct cache_head, ref);
121 static int ip_map_match(struct cache_head *corig, struct cache_head *cnew)
128 static void ip_map_init(struct cache_head *cnew, struct cache_head *citem)
136 static void update(struct cache_head *cnew, struct cache_head *citem)
144 static struct cache_head *ip_map_allo
[all...]
H A Dcache.c42 static bool cache_defer_req(struct cache_req *req, struct cache_head *item);
43 static void cache_revisit_request(struct cache_head *item);
45 static void cache_init(struct cache_head *h, struct cache_detail *detail)
58 static void cache_fresh_unlocked(struct cache_head *head,
61 static struct cache_head *sunrpc_cache_find_rcu(struct cache_detail *detail,
62 struct cache_head *key,
66 struct cache_head *tmp;
83 static void sunrpc_begin_cache_remove_entry(struct cache_head *ch,
92 static void sunrpc_end_cache_remove_entry(struct cache_head *ch,
99 static struct cache_head *sunrpc_cache_add_entr
[all...]
/linux-master/fs/nfs/
H A Ddns_resolve.c60 struct cache_head h;
71 static void nfs_dns_ent_update(struct cache_head *cnew,
72 struct cache_head *ckey)
84 static void nfs_dns_ent_init(struct cache_head *cnew,
85 struct cache_head *ckey)
121 static struct cache_head *nfs_dns_ent_alloc(void)
140 struct cache_head *ch,
150 struct cache_head *ch)
162 static int nfs_dns_match(struct cache_head *ca,
163 struct cache_head *c
[all...]
/linux-master/fs/nfsd/
H A Dnfs4idmap.c64 struct cache_head h;
78 ent_init(struct cache_head *cnew, struct cache_head *citm)
97 static struct cache_head *
127 idtoname_upcall(struct cache_detail *cd, struct cache_head *h)
133 idtoname_request(struct cache_detail *cd, struct cache_head *ch, char **bpp,
148 idtoname_match(struct cache_head *ca, struct cache_head *cb)
158 idtoname_show(struct seq_file *m, struct cache_detail *cd, struct cache_head *h)
276 struct cache_head *c
[all...]
H A Dexport.h64 struct cache_head h;
88 struct cache_head h;
H A Dexport.c54 static int expkey_upcall(struct cache_detail *cd, struct cache_head *h)
60 struct cache_head *h,
179 struct cache_head *h)
202 static inline int expkey_match (struct cache_head *a, struct cache_head *b)
214 static inline void expkey_init(struct cache_head *cnew,
215 struct cache_head *citem)
227 static inline void expkey_update(struct cache_head *cnew,
228 struct cache_head *citem)
237 static struct cache_head *expkey_allo
[all...]
/linux-master/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)
160 static void rsi_init(struct cache_head *cnew, struct cache_head *citem)
179 static void update_rsi(struct cache_head *cnew, struct cache_head *citem)
198 static struct cache_head *rsi_alloc(void)
207 static int rsi_upcall(struct cache_detail *cd, struct cache_head *h)
213 struct cache_head *
[all...]
/linux-master/sound/firewire/motu/
H A Damdtp-motu.c378 unsigned int cache_head = cache->head; local
383 unsigned int tick = (base_tick + event_offsets[cache_head]) % TICKS_PER_SECOND;
387 cache_head = (cache_head + 1) % cache_size;
391 cache->head = cache_head;
/linux-master/include/trace/events/
H A Dsunrpc.h2406 const struct cache_head *h
2412 __field(const struct cache_head *, h)
2427 const struct cache_head *h \

Completed in 158 milliseconds