Home
last modified time | relevance | path

Searched defs:cd (Results 1 – 9 of 9) sorted by relevance

/fs/nfs/
Dcache_lib.c34 int nfs_cache_upcall(struct cache_detail *cd, char *entry_name) in nfs_cache_upcall()
115 int nfs_cache_register_sb(struct super_block *sb, struct cache_detail *cd) in nfs_cache_register_sb()
127 int nfs_cache_register_net(struct net *net, struct cache_detail *cd) in nfs_cache_register_net()
140 void nfs_cache_unregister_sb(struct super_block *sb, struct cache_detail *cd) in nfs_cache_unregister_sb()
146 void nfs_cache_unregister_net(struct net *net, struct cache_detail *cd) in nfs_cache_unregister_net()
157 void nfs_cache_init(struct cache_detail *cd) in nfs_cache_init()
162 void nfs_cache_destroy(struct cache_detail *cd) in nfs_cache_destroy()
Ddns_resolve.c124 static void nfs_dns_request(struct cache_detail *cd, in nfs_dns_request()
134 static int nfs_dns_upcall(struct cache_detail *cd, in nfs_dns_upcall()
160 static int nfs_dns_show(struct seq_file *m, struct cache_detail *cd, in nfs_dns_show()
186 static struct nfs_dns_ent *nfs_dns_lookup(struct cache_detail *cd, in nfs_dns_lookup()
199 static struct nfs_dns_ent *nfs_dns_update(struct cache_detail *cd, in nfs_dns_update()
213 static int nfs_dns_parse(struct cache_detail *cd, char *buf, int buflen) in nfs_dns_parse()
264 static int do_cache_lookup(struct cache_detail *cd, in do_cache_lookup()
280 static int do_cache_lookup_nowait(struct cache_detail *cd, in do_cache_lookup_nowait()
305 static int do_cache_lookup_wait(struct cache_detail *cd, in do_cache_lookup_wait()
354 struct cache_detail *cd; in nfs_dns_resolver_cache_init() local
[all …]
/fs/
Dchar_dev.c71 struct char_device_struct *cd; in chrdev_show() local
98 struct char_device_struct *cd, **cp; in __register_chrdev_region() local
170 struct char_device_struct *cd = NULL, **cp; in __unregister_chrdev_region() local
198 struct char_device_struct *cd; in register_chrdev_region() local
235 struct char_device_struct *cd; in alloc_chrdev_region() local
268 struct char_device_struct *cd; in __register_chrdev() local
334 struct char_device_struct *cd; in __unregister_chrdev() local
/fs/nfsd/
Dnfs4idmap.c128 idtoname_request(struct cache_detail *cd, struct cache_head *ch, char **bpp, in idtoname_request()
143 idtoname_upcall(struct cache_detail *cd, struct cache_head *ch) in idtoname_upcall()
159 idtoname_show(struct seq_file *m, struct cache_detail *cd, struct cache_head *h) in idtoname_show()
206 idtoname_parse(struct cache_detail *cd, char *buf, int buflen) in idtoname_parse()
315 nametoid_request(struct cache_detail *cd, struct cache_head *ch, char **bpp, in nametoid_request()
328 nametoid_upcall(struct cache_detail *cd, struct cache_head *ch) in nametoid_upcall()
344 nametoid_show(struct seq_file *m, struct cache_detail *cd, struct cache_head *h) in nametoid_show()
383 nametoid_parse(struct cache_detail *cd, char *buf, int buflen) in nametoid_parse()
Dexport.c54 static void expkey_request(struct cache_detail *cd, in expkey_request()
69 static int expkey_upcall(struct cache_detail *cd, struct cache_head *h) in expkey_upcall()
78 static int expkey_parse(struct cache_detail *cd, char *mesg, int mlen) in expkey_parse()
174 struct cache_detail *cd, in expkey_show()
324 static void svc_export_request(struct cache_detail *cd, in svc_export_request()
343 static int svc_export_upcall(struct cache_detail *cd, struct cache_head *h) in svc_export_upcall()
489 static int svc_export_parse(struct cache_detail *cd, char *mesg, int mlen) in svc_export_parse()
622 struct cache_detail *cd, in svc_export_show()
Dnfs3xdr.c793 encode_entry_baggage(struct nfsd3_readdirres *cd, __be32 *p, const char *name, in encode_entry_baggage()
807 compose_entry_fh(struct nfsd3_readdirres *cd, struct svc_fh *fhp, in compose_entry_fh()
839 static __be32 *encode_entryplus_baggage(struct nfsd3_readdirres *cd, __be32 *p, const char *name, i… in encode_entryplus_baggage()
875 struct nfsd3_readdirres *cd = container_of(ccd, struct nfsd3_readdirres, in encode_entry() local
1001 nfs3svc_encode_entry(void *cd, const char *name, in nfs3svc_encode_entry()
1008 nfs3svc_encode_entry_plus(void *cd, const char *name, in nfs3svc_encode_entry_plus()
Dnfsxdr.c497 struct nfsd_readdirres *cd = container_of(ccd, struct nfsd_readdirres, common); in nfssvc_encode_entry() local
Dnfs4xdr.c2450 nfsd4_encode_dirent_fattr(struct nfsd4_readdir *cd, in nfsd4_encode_dirent_fattr()
2533 struct nfsd4_readdir *cd = container_of(ccd, struct nfsd4_readdir, common); in nfsd4_encode_dirent() local
/fs/jfs/
Djfs_txnmgr.c1142 struct commit cd; in txCommit() local
1382 static int txLog(struct jfs_log * log, struct tblock * tblk, struct commit * cd) in txLog()
1440 struct tlock * tlck, struct commit * cd) in diLog()