/Linux-v5.10/include/linux/ |
D | nfs_xdr.h | 369 struct nfs_fh *fh; 425 struct nfs_fh *src_fh; 426 struct nfs_fh *dst_fh; 452 const struct nfs_fh * fh; 482 struct nfs_fh fh; 507 const struct nfs_fh * fh; 523 struct nfs_fh * fh; 552 struct nfs_fh * fh; 574 struct nfs_fh * fh; 588 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 | 119 struct nfs_fh fh; 275 static inline struct nfs_fh *NFS_FH(const struct inode *inode) in NFS_FH() 370 extern struct inode *nfs_fhget(struct super_block *, struct nfs_fh *, 372 struct inode *nfs_ilookup(struct super_block *sb, struct nfs_fattr *, struct nfs_fh *); 413 extern struct nfs_fh *nfs_alloc_fhandle(void); 415 static inline void nfs_free_fhandle(const struct nfs_fh *fh) in nfs_free_fhandle() 421 extern u32 _nfs_display_fhandle_hash(const struct nfs_fh *fh); 422 static inline u32 nfs_display_fhandle_hash(const struct nfs_fh *fh) in nfs_display_fhandle_hash() 426 extern void _nfs_display_fhandle(const struct nfs_fh *fh, const char *caption); 433 static inline u32 nfs_display_fhandle_hash(const struct nfs_fh *fh) in nfs_display_fhandle_hash() [all …]
|
D | nfs_ssc.h | 19 struct nfs_fh *src_fh, nfs4_stateid *stateid); 43 struct nfs_fh *src_fh, nfs4_stateid *stateid) in nfs42_ssc_open()
|
/Linux-v5.10/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() 137 struct nfs_fh fh; in nfs_get_parent()
|
D | callback.h | 66 struct nfs_fh fh; 80 struct nfs_fh fh; 154 struct nfs_fh cbl_fh; 181 struct nfs_fh cbnl_fh; 191 struct nfs_fh coa_fh;
|
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() 156 struct nfs_fh *fhandle, struct nfs_fattr *fattr, in nfs_proc_lookup() 211 struct nfs_fh fhandle; 402 struct nfs_fh *fh; in nfs_proc_symlink() 530 nfs_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle, in nfs_proc_statfs() 558 nfs_proc_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, in nfs_proc_fsinfo() 589 nfs_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle, in nfs_proc_pathconf()
|
D | internal.h | 132 struct nfs_fh *mntfh; 162 struct nfs_fh *fh; 179 int nfs_probe_fsinfo(struct nfs_server *server, struct nfs_fh *, struct nfs_fattr *); 202 struct nfs_fh *, 441 extern int nfs4_get_rootfh(struct nfs_server *server, struct nfs_fh *mntfh, bool); 749 static inline u32 nfs_fhandle_hash(const struct nfs_fh *fh) in nfs_fhandle_hash() 759 static inline u32 nfs_fhandle_hash(const struct nfs_fh *fh) in nfs_fhandle_hash()
|
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() 158 struct nfs_fh *fhandle, struct nfs_fattr *fattr, in nfs3_proc_lookup() 270 struct nfs_fh fh; 754 nfs3_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle, in nfs3_proc_statfs() 772 do_proc_fsinfo(struct rpc_clnt *client, struct nfs_fh *fhandle, in do_proc_fsinfo() 794 nfs3_proc_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, in nfs3_proc_fsinfo() 806 nfs3_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle, in nfs3_proc_pathconf()
|
D | mount_clnt.c | 126 struct nfs_fh *fh; 133 struct nfs_fh *fh; 348 struct nfs_fh *fh = res->fh; in decode_fhandle() 398 struct nfs_fh *fh = res->fh; in decode_fhandle3()
|
D | nfs4_fs.h | 62 int (*find_root_sec)(struct nfs_server *, struct nfs_fh *, 294 extern int nfs4_proc_get_rootfh(struct nfs_server *, struct nfs_fh *, struct nfs_fsinfo *, bool); 301 extern int nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle); 309 struct nfs_fh *, 317 extern int nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle,
|
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 | nfstrace.h | 898 const struct nfs_fh *fh = hdr->args.fh ? 940 const struct nfs_fh *fh = hdr->args.fh ? 987 const struct nfs_fh *fh = hdr->args.fh ? 1035 const struct nfs_fh *fh = hdr->args.fh ? 1085 const struct nfs_fh *fh = hdr->args.fh ? 1130 const struct nfs_fh *fh = hdr->args.fh ? 1224 const struct nfs_fh *fh = data->args.fh ? 1265 const struct nfs_fh *fh = data->args.fh ? 1295 const struct nfs_fh *fh,
|
D | nfs3client.c | 60 struct nfs_fh *fh, in nfs3_clone_server()
|
D | inode.c | 305 struct nfs_fh *fh; 319 struct nfs_fh *fh = desc->fh; in nfs_find_actor() 409 nfs_ilookup(struct super_block *sb, struct nfs_fattr *fattr, struct nfs_fh *fh) in nfs_ilookup() 434 nfs_fhget(struct super_block *sb, struct nfs_fh *fh, struct nfs_fattr *fattr, struct nfs4_label *la… in nfs_fhget() 1550 struct nfs_fh *nfs_alloc_fhandle(void) in nfs_alloc_fhandle() 1552 struct nfs_fh *fh; in nfs_alloc_fhandle() 1554 fh = kmalloc(sizeof(struct nfs_fh), GFP_NOFS); in nfs_alloc_fhandle() 1570 u32 _nfs_display_fhandle_hash(const struct nfs_fh *fh) in _nfs_display_fhandle_hash() 1586 void _nfs_display_fhandle(const struct nfs_fh *fh, const char *caption) in _nfs_display_fhandle()
|
/Linux-v5.10/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.10/fs/nfs/filelayout/ |
D | filelayout.h | 67 struct nfs_fh **fh_array; 104 extern struct nfs_fh *
|
D | filelayout.c | 457 struct nfs_fh *fh; in filelayout_read_pagelist() 504 struct nfs_fh *fh; in filelayout_write_pagelist() 713 fl->fh_array[i] = kmalloc(sizeof(struct nfs_fh), gfp_flags); in filelayout_decode_layout() 721 if (sizeof(struct nfs_fh) < fl->fh_array[i]->size) { in filelayout_decode_layout() 965 static struct nfs_fh * 986 struct nfs_fh *fh; in filelayout_initiate_commit()
|
/Linux-v5.10/fs/nfs/flexfilelayout/ |
D | flexfilelayout.h | 82 struct nfs_fh *fh_versions; 205 struct nfs_fh *
|
/Linux-v5.10/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.10/include/linux/lockd/ |
D | bind.h | 29 struct nfs_fh *,
|
D | xdr.h | 41 struct nfs_fh fh;
|
D | lockd.h | 156 struct nfs_fh f_handle; /* NFS file handle */ 289 struct nfs_fh *);
|