/linux-4.1.27/include/linux/ |
D | nfs_xdr.h | 329 const struct nfs_fh * fh; 357 struct nfs_fh fh; 381 const struct nfs_fh * fh; 397 struct nfs_fh * fh; 423 struct nfs_fh * fh; 445 struct nfs_fh * fh; 459 struct nfs_fh * fh; 480 const struct nfs_fh *fhandle; 508 struct nfs_fh * fh; 536 struct nfs_fh *fh; [all …]
|
D | nfs.h | 18 struct nfs_fh { struct 27 static inline int nfs_compare_fh(const struct nfs_fh *a, const struct nfs_fh *b) in nfs_compare_fh() argument 32 static inline void nfs_copy_fh(struct nfs_fh *target, const struct nfs_fh *source) in nfs_copy_fh()
|
D | nfs_fs.h | 123 struct nfs_fh fh; 233 static inline struct nfs_fh *NFS_FH(const struct inode *inode) in NFS_FH() 341 extern struct inode *nfs_fhget(struct super_block *, struct nfs_fh *, 384 extern struct nfs_fh *nfs_alloc_fhandle(void); 386 static inline void nfs_free_fhandle(const struct nfs_fh *fh) in nfs_free_fhandle() 392 extern u32 _nfs_display_fhandle_hash(const struct nfs_fh *fh); 393 static inline u32 nfs_display_fhandle_hash(const struct nfs_fh *fh) in nfs_display_fhandle_hash() 397 extern void _nfs_display_fhandle(const struct nfs_fh *fh, const char *caption); 404 static inline u32 nfs_display_fhandle_hash(const struct nfs_fh *fh) in nfs_display_fhandle_hash() 408 static inline void nfs_display_fhandle(const struct nfs_fh *fh, in nfs_display_fhandle() [all …]
|
/linux-4.1.27/fs/nfs/ |
D | internal.h | 41 struct nfs_fh *fh; 128 struct nfs_fh *fh; 140 struct nfs_fh *mntfh; 154 int nfs_probe_fsinfo(struct nfs_server *server, struct nfs_fh *, struct nfs_fattr *); 176 struct nfs_fh *); 182 struct nfs_fh *, 403 struct nfs_fh *, struct nfs_fattr *); 404 struct vfsmount *nfs_do_submount(struct dentry *, struct nfs_fh *, 408 extern struct dentry *nfs_get_root(struct super_block *, struct nfs_fh *, 411 extern struct dentry *nfs4_get_root(struct super_block *, struct nfs_fh *, [all …]
|
D | callback.h | 65 struct nfs_fh fh; 80 struct nfs_fh fh; 161 struct nfs_fh cbl_fh;
|
D | proc.c | 53 nfs_proc_get_root(struct nfs_server *server, struct nfs_fh *fhandle, in nfs_proc_get_root() 100 nfs_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, in nfs_proc_getattr() 149 struct nfs_fh *fhandle, struct nfs_fattr *fattr, in nfs_proc_lookup() 199 struct nfs_fh fhandle; 386 struct nfs_fh *fh; in nfs_proc_symlink() 514 nfs_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle, in nfs_proc_statfs() 542 nfs_proc_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, in nfs_proc_fsinfo() 573 nfs_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle, in nfs_proc_pathconf()
|
D | nfs4_fs.h | 56 int (*find_root_sec)(struct nfs_server *, struct nfs_fh *, 227 struct nfs_fh *, struct nfs_fattr *); 238 extern int nfs4_proc_get_rootfh(struct nfs_server *, struct nfs_fh *, struct nfs_fsinfo *, bool); 245 extern int nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle); 252 struct nfs_fh *, struct nfs_fattr *);
|
D | namespace.c | 143 struct nfs_fh *fh = NULL; in nfs_d_automount() 240 struct vfsmount *nfs_do_submount(struct dentry *dentry, struct nfs_fh *fh, in nfs_do_submount() 276 struct nfs_fh *fh, struct nfs_fattr *fattr) in nfs_submount()
|
D | nfs3proc.c | 60 do_proc_get_root(struct rpc_clnt *client, struct nfs_fh *fhandle, in do_proc_get_root() 87 nfs3_proc_get_root(struct nfs_server *server, struct nfs_fh *fhandle, in nfs3_proc_get_root() 102 nfs3_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, in nfs3_proc_getattr() 148 struct nfs_fh *fhandle, struct nfs_fattr *fattr, in nfs3_proc_lookup() 277 struct nfs_fh fh; 730 nfs3_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle, in nfs3_proc_statfs() 748 do_proc_fsinfo(struct rpc_clnt *client, struct nfs_fh *fhandle, in do_proc_fsinfo() 770 nfs3_proc_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, in nfs3_proc_fsinfo() 782 nfs3_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle, in nfs3_proc_pathconf()
|
D | mount_clnt.c | 128 struct nfs_fh *fh; 135 struct nfs_fh *fh; 348 struct nfs_fh *fh = res->fh; in decode_fhandle() 397 struct nfs_fh *fh = res->fh; in decode_fhandle3()
|
D | nfs3_fs.h | 30 struct nfs_server *nfs3_clone_server(struct nfs_server *, struct nfs_fh *,
|
D | nfs4getroot.c | 12 int nfs4_get_rootfh(struct nfs_server *server, struct nfs_fh *mntfh, bool auth_probe) in nfs4_get_rootfh()
|
D | delegation.h | 43 struct inode *nfs_delegation_find_inode(struct nfs_client *clp, const struct nfs_fh *fhandle);
|
D | nfs3client.c | 59 struct nfs_fh *fh, in nfs3_clone_server()
|
D | getroot.c | 71 struct dentry *nfs_get_root(struct super_block *sb, struct nfs_fh *mntfh, in nfs_get_root()
|
D | pnfs.h | 124 int (*set_layoutdriver) (struct nfs_server *, const struct nfs_fh *); 234 void set_pnfs_layoutdriver(struct nfs_server *, const struct nfs_fh *, u32); 614 const struct nfs_fh *mntfh, u32 id) in set_pnfs_layoutdriver()
|
D | nfs2xdr.c | 194 static void encode_fhandle(struct xdr_stream *xdr, const struct nfs_fh *fh) in encode_fhandle() 202 static int decode_fhandle(struct xdr_stream *xdr, struct nfs_fh *fh) in decode_fhandle() 512 static void encode_diropargs(struct xdr_stream *xdr, const struct nfs_fh *fh, in encode_diropargs() 571 const struct nfs_fh *fh) in nfs2_xdr_enc_fhandle()
|
D | inode.c | 244 struct nfs_fh *fh; 258 struct nfs_fh *fh = desc->fh; in nfs_find_actor() 350 nfs_fhget(struct super_block *sb, struct nfs_fh *fh, struct nfs_fattr *fattr, struct nfs4_label *la… in nfs_fhget() 1323 struct nfs_fh *nfs_alloc_fhandle(void) in nfs_alloc_fhandle() 1325 struct nfs_fh *fh; in nfs_alloc_fhandle() 1327 fh = kmalloc(sizeof(struct nfs_fh), GFP_NOFS); in nfs_alloc_fhandle() 1343 u32 _nfs_display_fhandle_hash(const struct nfs_fh *fh) in _nfs_display_fhandle_hash() 1359 void _nfs_display_fhandle(const struct nfs_fh *fh, const char *caption) in _nfs_display_fhandle()
|
D | nfs4proc.c | 80 static int nfs4_do_fsinfo(struct nfs_server *, struct nfs_fh *, struct nfs_fsinfo *); 83 static int nfs4_proc_getattr(struct nfs_server *, struct nfs_fh *, struct nfs_fattr *, struct nfs4_… 84 static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fattr *… 2879 static int _nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle) in _nfs4_server_capabilities() 2955 int nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle) in nfs4_server_capabilities() 2967 static int _nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle, in _nfs4_lookup_root() 2996 static int nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle, in nfs4_lookup_root() 3016 static int nfs4_lookup_root_sec(struct nfs_server *server, struct nfs_fh *fhandle, in nfs4_lookup_root_sec() 3044 static int nfs4_find_root_sec(struct nfs_server *server, struct nfs_fh *fhandle, in nfs4_find_root_sec() 3091 struct nfs_fh *fhandle, struct nfs_fsinfo *info) in nfs4_do_find_root_sec() [all …]
|
D | callback_proc.c | 116 struct nfs_fh *fh, nfs4_stateid *stateid) in get_layout_by_fh_locked() 148 struct nfs_fh *fh, nfs4_stateid *stateid) in get_layout_by_fh()
|
D | nfs3xdr.c | 440 static void encode_nfs_fh3(struct xdr_stream *xdr, const struct nfs_fh *fh) in encode_nfs_fh3() 449 static int decode_nfs_fh3(struct xdr_stream *xdr, struct nfs_fh *fh) in decode_nfs_fh3() 474 static void zero_nfs_fh3(struct nfs_fh *fh) in zero_nfs_fh3() 803 static int decode_post_op_fh3(struct xdr_stream *xdr, struct nfs_fh *fh) in decode_post_op_fh3() 825 static void encode_diropargs3(struct xdr_stream *xdr, const struct nfs_fh *fh, in encode_diropargs3() 849 const struct nfs_fh *fh) in nfs3_xdr_enc_getattr3args()
|
D | delegation.c | 743 const struct nfs_fh *fhandle) in nfs_delegation_find_inode_server() 770 const struct nfs_fh *fhandle) in nfs_delegation_find_inode()
|
D | client.c | 828 struct nfs_fh *mntfh, in nfs_server_set_fsinfo() 884 int nfs_probe_fsinfo(struct nfs_server *server, struct nfs_fh *mntfh, struct nfs_fattr *fattr) in nfs_probe_fsinfo() 1116 struct nfs_fh *fh, in nfs_clone_server()
|
D | super.c | 435 struct nfs_fh *fh = NFS_FH(d_inode(dentry)); in nfs_statfs() 1712 struct nfs_fh *root_fh, in nfs_request_mount() 1951 struct nfs_fh *mntfh, in nfs23_validate_mount_data() 2101 struct nfs_fh *mntfh, in nfs_validate_mount_data() 2112 struct nfs_fh *mntfh, in nfs_validate_mount_data()
|
D | nfs4namespace.c | 395 struct nfs_fh *fh, struct nfs_fattr *fattr) in nfs4_submount()
|
D | nfs4client.c | 910 struct nfs_fh *mntfh, bool auth_probe) in nfs4_server_common_setup() 1073 struct nfs_fh *mntfh) in nfs4_create_referral_server()
|
D | nfs4trace.h | 839 const struct nfs_fh *fhandle, 878 const struct nfs_fh *fhandle, \
|
D | dir.c | 1117 struct nfs_fh *fhandle = NULL; in nfs_lookup_revalidate() 1363 struct nfs_fh *fhandle = NULL; in nfs_lookup() 1644 int nfs_instantiate(struct dentry *dentry, struct nfs_fh *fhandle, in nfs_instantiate()
|
D | callback_xdr.c | 103 static __be32 decode_fh(struct xdr_stream *xdr, struct nfs_fh *fh) in decode_fh()
|
D | nfs4xdr.c | 1530 encode_putfh(struct xdr_stream *xdr, const struct nfs_fh *fh, struct compound_hdr *hdr) in encode_putfh() 3367 static int decode_attr_filehandle(struct xdr_stream *xdr, uint32_t *bitmap, struct nfs_fh *fh) in decode_attr_filehandle() 4492 struct nfs_fattr *fattr, struct nfs_fh *fh, in decode_getfattr_attrs() 4614 struct nfs_fh *fh, struct nfs4_fs_locations *fs_loc, in decode_getfattr_generic() 4775 static int decode_getfh(struct xdr_stream *xdr, struct nfs_fh *fh) in decode_getfh()
|
D | pnfs.c | 109 set_pnfs_layoutdriver(struct nfs_server *server, const struct nfs_fh *mntfh, in set_pnfs_layoutdriver()
|
/linux-4.1.27/fs/lockd/ |
D | svcsubs.c | 35 static inline void nlm_debug_print_fh(char *msg, struct nfs_fh *f) in nlm_debug_print_fh() 53 static inline void nlm_debug_print_fh(char *msg, struct nfs_fh *f) in nlm_debug_print_fh() 64 static inline unsigned int file_hash(struct nfs_fh *f) in file_hash() 84 struct nfs_fh *f) in nlm_lookup_file() 108 memcpy(&file->f_handle, f, sizeof(struct nfs_fh)); in nlm_lookup_file()
|
D | clntlock.c | 165 const struct nfs_fh *fh = &lock->fh; in nlmclnt_grant()
|
D | xdr4.c | 83 nlm4_decode_fh(__be32 *p, struct nfs_fh *f) in nlm4_decode_fh()
|
D | xdr.c | 83 nlm_decode_fh(__be32 *p, struct nfs_fh *f) in nlm_decode_fh()
|
D | clntxdr.c | 192 static void encode_fh(struct xdr_stream *xdr, const struct nfs_fh *fh) in encode_fh()
|
D | clnt4xdr.c | 195 static void encode_fh(struct xdr_stream *xdr, const struct nfs_fh *fh) in encode_fh()
|
D | clntproc.c | 131 memcpy(&lock->fh, NFS_FH(file_inode(fl->fl_file)), sizeof(struct nfs_fh)); in nlmclnt_setlockargs()
|
/linux-4.1.27/fs/nfs/filelayout/ |
D | filelayout.h | 66 struct nfs_fh **fh_array; 103 extern struct nfs_fh *
|
D | filelayout.c | 473 struct nfs_fh *fh; in filelayout_read_pagelist() 520 struct nfs_fh *fh; in filelayout_write_pagelist() 711 fl->fh_array[i] = kmalloc(sizeof(struct nfs_fh), gfp_flags); in filelayout_decode_layout() 719 if (sizeof(struct nfs_fh) < fl->fh_array[i]->size) { in filelayout_decode_layout() 983 static struct nfs_fh * 1004 struct nfs_fh *fh; in filelayout_initiate_commit()
|
D | filelayoutdev.c | 241 struct nfs_fh *
|
/linux-4.1.27/fs/nfs/flexfilelayout/ |
D | flexfilelayout.h | 49 struct nfs_fh *fh_versions; 140 struct nfs_fh *
|
D | flexfilelayout.c | 79 static int decode_nfs_fh(struct xdr_stream *xdr, struct nfs_fh *fh) in decode_nfs_fh() 87 if (fh->size > sizeof(struct nfs_fh)) { in decode_nfs_fh() 316 kzalloc(fh_count * sizeof(struct nfs_fh), in ff_layout_alloc_lseg() 1235 struct nfs_fh *fh; in ff_layout_read_pagelist() 1296 struct nfs_fh *fh; in ff_layout_write_pagelist() 1346 static struct nfs_fh * 1365 struct nfs_fh *fh; in ff_layout_initiate_commit()
|
D | flexfilelayoutdev.c | 334 struct nfs_fh * 338 struct nfs_fh *fh = NULL; in nfs4_ff_layout_select_ds_fh()
|
/linux-4.1.27/include/linux/lockd/ |
D | bind.h | 27 struct nfs_fh *,
|
D | xdr.h | 40 struct nfs_fh fh;
|
D | lockd.h | 152 struct nfs_fh f_handle; /* NFS file handle */ 280 struct nfs_fh *);
|
/linux-4.1.27/fs/nfsd/ |
D | lockd.c | 27 nlm_fopen(struct svc_rqst *rqstp, struct nfs_fh *f, struct file **filp) in nlm_fopen()
|
/linux-4.1.27/fs/nfs/blocklayout/ |
D | blocklayout.c | 732 bl_set_layoutdriver(struct nfs_server *server, const struct nfs_fh *fh) in bl_set_layoutdriver()
|