/fs/nfs/ |
D | cache_lib.c | 34 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() 126 int nfs_cache_register_net(struct net *net, struct cache_detail *cd) in nfs_cache_register_net() 142 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()
|
D | dns_resolve.c | 130 static void nfs_dns_request(struct cache_detail *cd, in nfs_dns_request() 140 static int nfs_dns_upcall(struct cache_detail *cd, in nfs_dns_upcall() 166 static int nfs_dns_show(struct seq_file *m, struct cache_detail *cd, in nfs_dns_show() 192 static struct nfs_dns_ent *nfs_dns_lookup(struct cache_detail *cd, in nfs_dns_lookup() 205 static struct nfs_dns_ent *nfs_dns_update(struct cache_detail *cd, in nfs_dns_update() 219 static int nfs_dns_parse(struct cache_detail *cd, char *buf, int buflen) in nfs_dns_parse() 270 static int do_cache_lookup(struct cache_detail *cd, in do_cache_lookup() 286 static int do_cache_lookup_nowait(struct cache_detail *cd, in do_cache_lookup_nowait() 311 static int do_cache_lookup_wait(struct cache_detail *cd, in do_cache_lookup_wait() 420 struct cache_detail *cd = nn->nfs_dns_resolve; in rpc_pipefs_event() local
|
/fs/nfsd/ |
D | export.c | 50 static void expkey_request(struct cache_detail *cd, in expkey_request() 69 static int expkey_parse(struct cache_detail *cd, char *mesg, int mlen) in expkey_parse() 165 struct cache_detail *cd, in expkey_show() 261 svc_expkey_lookup(struct cache_detail *cd, struct svc_expkey *item) in svc_expkey_lookup() 274 svc_expkey_update(struct cache_detail *cd, struct svc_expkey *new, in svc_expkey_update() 318 static void svc_export_request(struct cache_detail *cd, in svc_export_request() 508 static int svc_export_parse(struct cache_detail *cd, char *mesg, int mlen) in svc_export_parse() 653 struct cache_detail *cd, in svc_export_show() 796 exp_find_key(struct cache_detail *cd, struct auth_domain *clp, int fsid_type, in exp_find_key() 819 exp_get_by_name(struct cache_detail *cd, struct auth_domain *clp, in exp_get_by_name() [all …]
|
D | nfs4idmap.c | 128 idtoname_request(struct cache_detail *cd, struct cache_head *ch, char **bpp, in idtoname_request() 153 idtoname_show(struct seq_file *m, struct cache_detail *cd, struct cache_head *h) in idtoname_show() 200 idtoname_parse(struct cache_detail *cd, char *buf, int buflen) in idtoname_parse() 268 idtoname_lookup(struct cache_detail *cd, struct ent *item) in idtoname_lookup() 279 idtoname_update(struct cache_detail *cd, struct ent *new, struct ent *old) in idtoname_update() 301 nametoid_request(struct cache_detail *cd, struct cache_head *ch, char **bpp, in nametoid_request() 324 nametoid_show(struct seq_file *m, struct cache_detail *cd, struct cache_head *h) in nametoid_show() 363 nametoid_parse(struct cache_detail *cd, char *buf, int buflen) in nametoid_parse() 426 nametoid_lookup(struct cache_detail *cd, struct ent *item) in nametoid_lookup() 437 nametoid_update(struct cache_detail *cd, struct ent *new, struct ent *old) in nametoid_update()
|
D | nfs3xdr.c | 793 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()
|
D | export.h | 59 struct cache_detail *cd; member
|
D | nfsxdr.c | 501 struct nfsd_readdirres *cd = container_of(ccd, struct nfsd_readdirres, common); in nfssvc_encode_entry() local
|
D | nfs4xdr.c | 2609 nfsd4_encode_dirent_fattr(struct xdr_stream *xdr, struct nfsd4_readdir *cd, in nfsd4_encode_dirent_fattr() 2692 struct nfsd4_readdir *cd = container_of(ccd, struct nfsd4_readdir, common); in nfsd4_encode_dirent() local
|
/fs/ |
D | char_dev.c | 71 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/jfs/ |
D | jfs_txnmgr.c | 1141 struct commit cd; in txCommit() local 1381 static int txLog(struct jfs_log * log, struct tblock * tblk, struct commit * cd) in txLog() 1439 struct tlock * tlck, struct commit * cd) in diLog()
|