Searched refs:cache_head (Results 1 – 5 of 5) sorted by relevance
/linux-4.19.296/include/linux/sunrpc/ |
D | cache.h | 48 struct cache_head { struct 76 struct cache_head *); argument 79 struct cache_head *ch, 87 struct cache_head *h); 91 struct cache_head * (*alloc)(void); 92 int (*match)(struct cache_head *orig, struct cache_head *new); 93 void (*init)(struct cache_head *orig, struct cache_head *new); 94 void (*update)(struct cache_head *orig, struct cache_head *new); 140 struct cache_head *item; /* cache item we wait on */ 170 extern struct cache_head * [all …]
|
/linux-4.19.296/fs/nfs/ |
D | dns_resolve.c | 61 struct cache_head h; 71 static void nfs_dns_ent_update(struct cache_head *cnew, in nfs_dns_ent_update() 72 struct cache_head *ckey) in nfs_dns_ent_update() 84 static void nfs_dns_ent_init(struct cache_head *cnew, in nfs_dns_ent_init() 85 struct cache_head *ckey) in nfs_dns_ent_init() 113 static struct cache_head *nfs_dns_ent_alloc(void) in nfs_dns_ent_alloc() 132 struct cache_head *ch, in nfs_dns_request() 142 struct cache_head *ch) in nfs_dns_upcall() 153 static int nfs_dns_match(struct cache_head *ca, in nfs_dns_match() 154 struct cache_head *cb) in nfs_dns_match() [all …]
|
/linux-4.19.296/fs/nfsd/ |
D | nfs4idmap.c | 63 struct cache_head h; 76 ent_init(struct cache_head *cnew, struct cache_head *citm) in ent_init() 95 static struct cache_head * 125 idtoname_request(struct cache_detail *cd, struct cache_head *ch, char **bpp, in idtoname_request() 140 idtoname_match(struct cache_head *ca, struct cache_head *cb) in idtoname_match() 150 idtoname_show(struct seq_file *m, struct cache_detail *cd, struct cache_head *h) in idtoname_show() 267 struct cache_head *ch = sunrpc_cache_lookup(cd, &item->h, in idtoname_lookup() 278 struct cache_head *ch = sunrpc_cache_update(cd, &new->h, &old->h, in idtoname_update() 298 nametoid_request(struct cache_detail *cd, struct cache_head *ch, char **bpp, in nametoid_request() 311 nametoid_match(struct cache_head *ca, struct cache_head *cb) in nametoid_match() [all …]
|
D | export.c | 53 struct cache_head *h, in expkey_request() 168 struct cache_head *h) in expkey_show() 191 static inline int expkey_match (struct cache_head *a, struct cache_head *b) in expkey_match() 203 static inline void expkey_init(struct cache_head *cnew, in expkey_init() 204 struct cache_head *citem) in expkey_init() 216 static inline void expkey_update(struct cache_head *cnew, in expkey_update() 217 struct cache_head *citem) in expkey_update() 226 static struct cache_head *expkey_alloc(void) in expkey_alloc() 265 struct cache_head *ch; in svc_expkey_lookup() 279 struct cache_head *ch; in svc_expkey_update() [all …]
|
D | export.h | 50 struct cache_head h; 71 struct cache_head h;
|