Home
last modified time | relevance | path

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

/fs/nfs/
Dcache_lib.c35 int nfs_cache_upcall(struct cache_detail *cd, char *entry_name) in nfs_cache_upcall()
116 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()
143 void nfs_cache_unregister_sb(struct super_block *sb, struct cache_detail *cd) in nfs_cache_unregister_sb()
148 void nfs_cache_unregister_net(struct net *net, struct cache_detail *cd) in nfs_cache_unregister_net()
Ddns_resolve.c141 static void nfs_dns_request(struct cache_detail *cd, in nfs_dns_request()
151 static int nfs_dns_upcall(struct cache_detail *cd, in nfs_dns_upcall()
177 static int nfs_dns_show(struct seq_file *m, struct cache_detail *cd, in nfs_dns_show()
203 static struct nfs_dns_ent *nfs_dns_lookup(struct cache_detail *cd, in nfs_dns_lookup()
216 static struct nfs_dns_ent *nfs_dns_update(struct cache_detail *cd, in nfs_dns_update()
230 static int nfs_dns_parse(struct cache_detail *cd, char *buf, int buflen) in nfs_dns_parse()
281 static int do_cache_lookup(struct cache_detail *cd, in do_cache_lookup()
297 static int do_cache_lookup_nowait(struct cache_detail *cd, in do_cache_lookup_nowait()
322 static int do_cache_lookup_wait(struct cache_detail *cd, in do_cache_lookup_wait()
431 struct cache_detail *cd = nn->nfs_dns_resolve; in rpc_pipefs_event() local
/fs/nfsd/
Dexport.c53 static void expkey_request(struct cache_detail *cd, in expkey_request()
72 static int expkey_parse(struct cache_detail *cd, char *mesg, int mlen) in expkey_parse()
168 struct cache_detail *cd, in expkey_show()
276 svc_expkey_lookup(struct cache_detail *cd, struct svc_expkey *item) in svc_expkey_lookup()
289 svc_expkey_update(struct cache_detail *cd, struct svc_expkey *new, in svc_expkey_update()
333 static void svc_export_request(struct cache_detail *cd, in svc_export_request()
524 static int svc_export_parse(struct cache_detail *cd, char *mesg, int mlen) in svc_export_parse()
672 struct cache_detail *cd, in svc_export_show()
818 exp_find_key(struct cache_detail *cd, struct auth_domain *clp, int fsid_type, in exp_find_key()
841 exp_get_by_name(struct cache_detail *cd, struct auth_domain *clp, in exp_get_by_name()
[all …]
Dnfs4idmap.c126 idtoname_request(struct cache_detail *cd, struct cache_head *ch, char **bpp, in idtoname_request()
151 idtoname_show(struct seq_file *m, struct cache_detail *cd, struct cache_head *h) in idtoname_show()
198 idtoname_parse(struct cache_detail *cd, char *buf, int buflen) in idtoname_parse()
266 idtoname_lookup(struct cache_detail *cd, struct ent *item) in idtoname_lookup()
277 idtoname_update(struct cache_detail *cd, struct ent *new, struct ent *old) in idtoname_update()
299 nametoid_request(struct cache_detail *cd, struct cache_head *ch, char **bpp, in nametoid_request()
322 nametoid_show(struct seq_file *m, struct cache_detail *cd, struct cache_head *h) in nametoid_show()
361 nametoid_parse(struct cache_detail *cd, char *buf, int buflen) in nametoid_parse()
424 nametoid_lookup(struct cache_detail *cd, struct ent *item) in nametoid_lookup()
435 nametoid_update(struct cache_detail *cd, struct ent *new, struct ent *old) in nametoid_update()
Dnfs3xdr.c833 encode_entry_baggage(struct nfsd3_readdirres *cd, __be32 *p, const char *name, in encode_entry_baggage()
847 compose_entry_fh(struct nfsd3_readdirres *cd, struct svc_fh *fhp, in compose_entry_fh()
881 static __be32 *encode_entryplus_baggage(struct nfsd3_readdirres *cd, __be32 *p, const char *name, i… in encode_entryplus_baggage()
917 struct nfsd3_readdirres *cd = container_of(ccd, struct nfsd3_readdirres, in encode_entry() local
1044 nfs3svc_encode_entry(void *cd, const char *name, in nfs3svc_encode_entry()
1051 nfs3svc_encode_entry_plus(void *cd, const char *name, in nfs3svc_encode_entry_plus()
Dexport.h63 struct cache_detail *cd; member
Dnfsxdr.c521 struct nfsd_readdirres *cd = container_of(ccd, struct nfsd_readdirres, common); in nfssvc_encode_entry() local
Dnfs4xdr.c2986 nfsd4_encode_dirent_fattr(struct xdr_stream *xdr, struct nfsd4_readdir *cd, in nfsd4_encode_dirent_fattr()
3069 struct nfsd4_readdir *cd = container_of(ccd, struct nfsd4_readdir, common); in nfsd4_encode_dirent() local
/fs/
Dchar_dev.c53 struct char_device_struct *cd; in chrdev_show() local
68 struct char_device_struct *cd; in find_dynamic_major() local
100 struct char_device_struct *cd, *curr, *prev = NULL; in __register_chrdev_region() local
174 struct char_device_struct *cd = NULL, **cp; in __unregister_chrdev_region() local
202 struct char_device_struct *cd; in register_chrdev_region() local
239 struct char_device_struct *cd; in alloc_chrdev_region() local
272 struct char_device_struct *cd; in __register_chrdev() local
338 struct char_device_struct *cd; in __unregister_chrdev() local
/fs/jfs/
Djfs_txnmgr.c1128 struct commit cd; in txCommit() local
1368 static int txLog(struct jfs_log * log, struct tblock * tblk, struct commit * cd) in txLog()
1426 struct tlock * tlck, struct commit * cd) in diLog()