/Linux-v5.4/include/linux/ |
D | nfs_xdr.h | 367 struct nfs_fh *fh; 423 struct nfs_fh *src_fh; 424 struct nfs_fh *dst_fh; 450 const struct nfs_fh * fh; 480 struct nfs_fh fh; 505 const struct nfs_fh * fh; 521 struct nfs_fh * fh; 550 struct nfs_fh * fh; 572 struct nfs_fh * fh; 586 struct nfs_fh * fh; [all …]
|
D | nfs.h | 19 struct nfs_fh { struct 28 static inline int nfs_compare_fh(const struct nfs_fh *a, const struct nfs_fh *b) in nfs_compare_fh() argument 33 static inline void nfs_copy_fh(struct nfs_fh *target, const struct nfs_fh *source) in nfs_copy_fh()
|
D | nfs_fs.h | 117 struct nfs_fh fh; 259 static inline struct nfs_fh *NFS_FH(const struct inode *inode) in NFS_FH() 371 extern struct inode *nfs_fhget(struct super_block *, struct nfs_fh *, 373 struct inode *nfs_ilookup(struct super_block *sb, struct nfs_fattr *, struct nfs_fh *); 414 extern struct nfs_fh *nfs_alloc_fhandle(void); 416 static inline void nfs_free_fhandle(const struct nfs_fh *fh) in nfs_free_fhandle() 422 extern u32 _nfs_display_fhandle_hash(const struct nfs_fh *fh); 423 static inline u32 nfs_display_fhandle_hash(const struct nfs_fh *fh) in nfs_display_fhandle_hash() 427 extern void _nfs_display_fhandle(const struct nfs_fh *fh, const char *caption); 434 static inline u32 nfs_display_fhandle_hash(const struct nfs_fh *fh) in nfs_display_fhandle_hash() [all …]
|
/Linux-v5.4/fs/nfs/ |
D | export.c | 25 static struct nfs_fh *nfs_exp_embedfh(__u32 *p) in nfs_exp_embedfh() 27 return (struct nfs_fh *)(p + EMBED_FH_OFF); in nfs_exp_embedfh() 37 struct nfs_fh *server_fh = NFS_FH(inode); in nfs_encode_fh() 38 struct nfs_fh *clnt_fh = nfs_exp_embedfh(p); in nfs_encode_fh() 39 size_t fh_size = offsetof(struct nfs_fh, data) + server_fh->size; in nfs_encode_fh() 69 struct nfs_fh *server_fh = nfs_exp_embedfh(fid->raw); in nfs_fh_to_dentry() 70 size_t fh_size = offsetof(struct nfs_fh, data) + server_fh->size; in nfs_fh_to_dentry() 136 struct nfs_fh fh; in nfs_get_parent()
|
D | callback.h | 66 struct nfs_fh fh; 80 struct nfs_fh fh; 152 struct nfs_fh cbl_fh; 179 struct nfs_fh cbnl_fh; 189 struct nfs_fh coa_fh;
|
D | internal.h | 37 struct nfs_fh *fh; 133 struct nfs_fh *fh; 145 struct nfs_fh *mntfh; 158 int nfs_probe_fsinfo(struct nfs_server *server, struct nfs_fh *, struct nfs_fattr *); 179 struct nfs_fh *); 185 struct nfs_fh *, 434 struct nfs_fh *, struct nfs_fattr *); 435 struct vfsmount *nfs_do_submount(struct dentry *, struct nfs_fh *, 439 extern struct dentry *nfs_get_root(struct super_block *, struct nfs_fh *, 442 extern struct dentry *nfs4_get_root(struct super_block *, struct nfs_fh *, [all …]
|
D | proc.c | 54 nfs_proc_get_root(struct nfs_server *server, struct nfs_fh *fhandle, in nfs_proc_get_root() 101 nfs_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, in nfs_proc_getattr() 151 struct nfs_fh *fhandle, struct nfs_fattr *fattr, in nfs_proc_lookup() 201 struct nfs_fh fhandle; 392 struct nfs_fh *fh; in nfs_proc_symlink() 520 nfs_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle, in nfs_proc_statfs() 548 nfs_proc_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, in nfs_proc_fsinfo() 579 nfs_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle, in nfs_proc_pathconf()
|
D | namespace.c | 144 struct nfs_fh *fh = NULL; in nfs_d_automount() 231 struct vfsmount *nfs_do_submount(struct dentry *dentry, struct nfs_fh *fh, in nfs_do_submount() 260 struct nfs_fh *fh, struct nfs_fattr *fattr) in nfs_submount()
|
D | nfs4_fs.h | 60 int (*find_root_sec)(struct nfs_server *, struct nfs_fh *, 278 struct nfs_fh *, struct nfs_fattr *); 293 extern int nfs4_proc_get_rootfh(struct nfs_server *, struct nfs_fh *, struct nfs_fsinfo *, bool); 300 extern int nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle); 307 struct nfs_fh *, struct nfs_fattr *);
|
D | nfs3proc.c | 61 do_proc_get_root(struct rpc_clnt *client, struct nfs_fh *fhandle, in do_proc_get_root() 88 nfs3_proc_get_root(struct nfs_server *server, struct nfs_fh *fhandle, in nfs3_proc_get_root() 103 nfs3_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, in nfs3_proc_getattr() 153 struct nfs_fh *fhandle, struct nfs_fattr *fattr, in nfs3_proc_lookup() 260 struct nfs_fh fh; 744 nfs3_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle, in nfs3_proc_statfs() 762 do_proc_fsinfo(struct rpc_clnt *client, struct nfs_fh *fhandle, in do_proc_fsinfo() 784 nfs3_proc_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, in nfs3_proc_fsinfo() 796 nfs3_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle, in nfs3_proc_pathconf()
|
D | mount_clnt.c | 127 struct nfs_fh *fh; 134 struct nfs_fh *fh; 349 struct nfs_fh *fh = res->fh; in decode_fhandle() 399 struct nfs_fh *fh = res->fh; in decode_fhandle3()
|
D | nfs3_fs.h | 31 struct nfs_server *nfs3_clone_server(struct nfs_server *, struct nfs_fh *,
|
D | nfs4getroot.c | 13 int nfs4_get_rootfh(struct nfs_server *server, struct nfs_fh *mntfh, bool auth_probe) in nfs4_get_rootfh()
|
D | getroot.c | 67 struct dentry *nfs_get_root(struct super_block *sb, struct nfs_fh *mntfh, in nfs_get_root()
|
D | nfs3client.c | 60 struct nfs_fh *fh, in nfs3_clone_server()
|
D | delegation.h | 48 struct inode *nfs_delegation_find_inode(struct nfs_client *clp, const struct nfs_fh *fhandle);
|
/Linux-v5.4/fs/lockd/ |
D | svcsubs.c | 36 static inline void nlm_debug_print_fh(char *msg, struct nfs_fh *f) in nlm_debug_print_fh() 54 static inline void nlm_debug_print_fh(char *msg, struct nfs_fh *f) in nlm_debug_print_fh() 65 static inline unsigned int file_hash(struct nfs_fh *f) in file_hash() 85 struct nfs_fh *f) in nlm_lookup_file() 109 memcpy(&file->f_handle, f, sizeof(struct nfs_fh)); in nlm_lookup_file()
|
/Linux-v5.4/fs/nfs/filelayout/ |
D | filelayout.h | 67 struct nfs_fh **fh_array; 104 extern struct nfs_fh *
|
D | filelayout.c | 456 struct nfs_fh *fh; in filelayout_read_pagelist() 503 struct nfs_fh *fh; in filelayout_write_pagelist() 712 fl->fh_array[i] = kmalloc(sizeof(struct nfs_fh), gfp_flags); in filelayout_decode_layout() 720 if (sizeof(struct nfs_fh) < fl->fh_array[i]->size) { in filelayout_decode_layout() 1032 static struct nfs_fh * 1053 struct nfs_fh *fh; in filelayout_initiate_commit()
|
/Linux-v5.4/fs/nfs/flexfilelayout/ |
D | flexfilelayout.h | 82 struct nfs_fh *fh_versions; 205 struct nfs_fh *
|
/Linux-v5.4/fs/nfsd/ |
D | flexfilelayoutxdr.h | 42 struct nfs_fh fh;
|
D | lockd.c | 28 nlm_fopen(struct svc_rqst *rqstp, struct nfs_fh *f, struct file **filp) in nlm_fopen()
|
/Linux-v5.4/include/linux/lockd/ |
D | bind.h | 29 struct nfs_fh *,
|
D | xdr.h | 41 struct nfs_fh fh;
|
D | lockd.h | 158 struct nfs_fh f_handle; /* NFS file handle */ 291 struct nfs_fh *);
|