| /Linux-v6.6/fs/nfs/ | 
| D | nfs4idmap.h | 45 struct nfs_server;58 void nfs_fattr_map_and_free_names(struct nfs_server *, struct nfs_fattr *);
 60 int nfs_map_name_to_uid(const struct nfs_server *, const char *, size_t, kuid_t *);
 61 int nfs_map_group_to_gid(const struct nfs_server *, const char *, size_t, kgid_t *);
 62 int nfs_map_uid_to_name(const struct nfs_server *, kuid_t, char *, size_t);
 63 int nfs_map_gid_to_group(const struct nfs_server *, kgid_t, char *, size_t);
 
 | 
| D | nfs4namespace.c | 160 			__func__, path, ctx->nfs_server.export_path);  in nfs4_validate_fspath()205 					  struct nfs_server *server,  in nfs_find_best_sec()
 307 	kfree(ctx->nfs_server.hostname);  in try_location()
 308 	ctx->nfs_server.hostname = kmalloc(len + 1, GFP_KERNEL);  in try_location()
 309 	if (!ctx->nfs_server.hostname)  in try_location()
 313 					   &ctx->nfs_server.export_path_len);  in try_location()
 317 	kfree(ctx->nfs_server.export_path);  in try_location()
 318 	ctx->nfs_server.export_path = export_path;  in try_location()
 320 	source = kmalloc(len + 1 + ctx->nfs_server.export_path_len + 1,  in try_location()
 333 		ctx->nfs_server.addrlen =  in try_location()
 [all …]
 
 | 
| D | fs_context.c | 331 	switch (ctx->nfs_server.protocol) {  in nfs_validate_transport_protocol()340 		ctx->nfs_server.protocol = XPRT_TRANSPORT_TCP;  in nfs_validate_transport_protocol()
 344 		switch (ctx->nfs_server.protocol) {  in nfs_validate_transport_protocol()
 346 			ctx->nfs_server.protocol = XPRT_TRANSPORT_TCP_TLS;  in nfs_validate_transport_protocol()
 368 	switch (ctx->nfs_server.protocol) {  in nfs_set_mount_transport_protocol()
 612 		ctx->nfs_server.protocol = XPRT_TRANSPORT_UDP;  in nfs_fs_context_parse_param()
 620 		ctx->nfs_server.protocol = ret;  in nfs_fs_context_parse_param()
 673 		ctx->nfs_server.port = result.uint_32;  in nfs_fs_context_parse_param()
 770 			ctx->nfs_server.protocol = XPRT_TRANSPORT_UDP;  in nfs_fs_context_parse_param()
 777 			ctx->nfs_server.protocol = XPRT_TRANSPORT_TCP;  in nfs_fs_context_parse_param()
 [all …]
 
 | 
| D | super.c | 189 	struct nfs_server *server = NFS_SB(sb);  in nfs_sb_active()201 	struct nfs_server *server = NFS_SB(sb);  in nfs_sb_deactive()
 209 		int (*fn)(struct nfs_server *, void *),  in __nfs_list_for_each_server()  argument
 212 	struct nfs_server *server, *last = NULL;  in __nfs_list_for_each_server()
 236 		int (*fn)(struct nfs_server *, void *),  in nfs_client_for_each_server()  argument
 248 	struct nfs_server *server = NFS_SB(dentry->d_sb);  in nfs_statfs()
 339 static void nfs_show_mountd_netid(struct seq_file *m, struct nfs_server *nfss,  in nfs_show_mountd_netid()
 371 static void nfs_show_mountd_options(struct seq_file *m, struct nfs_server *nfss,  in nfs_show_mountd_options()
 406 static void nfs_show_nfsv4_options(struct seq_file *m, struct nfs_server *nfss,  in nfs_show_nfsv4_options()
 414 static void nfs_show_nfsv4_options(struct seq_file *m, struct nfs_server *nfss,  in nfs_show_nfsv4_options()
 [all …]
 
 | 
| D | nfs3client.c | 27 static void nfs_init_server_aclclient(struct nfs_server *server)  in nfs_init_server_aclclient()46 static inline void nfs_init_server_aclclient(struct nfs_server *server)  in nfs_init_server_aclclient()
 53 struct nfs_server *nfs3_create_server(struct fs_context *fc)  in nfs3_create_server()
 55 	struct nfs_server *server = nfs_create_server(fc);  in nfs3_create_server()
 63 struct nfs_server *nfs3_clone_server(struct nfs_server *source,  in nfs3_clone_server()
 68 	struct nfs_server *server = nfs_clone_server(source, fh, fattr, flavor);  in nfs3_clone_server()
 84 struct nfs_client *nfs3_set_ds_client(struct nfs_server *mds_srv,  in nfs3_set_ds_client()
 
 | 
| D | nfs4_fs.h | 65 	int	(*find_root_sec)(struct nfs_server *, struct nfs_fh *,67 	void	(*free_lock_state)(struct nfs_server *,
 69 	int	(*test_and_free_expired)(struct nfs_server *,
 111 	struct nfs_server    *so_server;
 266 	int (*get_locations)(struct nfs_server *, struct nfs_fh *,
 283 int nfs4_submount(struct fs_context *, struct nfs_server *);
 284 int nfs4_replace_transport(struct nfs_server *server,
 289 extern int nfs4_handle_exception(struct nfs_server *, int, struct nfs4_exception *);
 291 				   struct nfs_server *server,
 293 extern int nfs4_call_sync(struct rpc_clnt *, struct nfs_server *,
 [all …]
 
 | 
| D | internal.h | 141 	} nfs_server;  member144 	struct nfs_server	*server;
 210 int nfs_probe_server(struct nfs_server *, struct nfs_fh *);
 211 void nfs_server_insert_lists(struct nfs_server *);
 212 void nfs_server_remove_lists(struct nfs_server *);
 214 int nfs_init_server_rpcclient(struct nfs_server *, const struct rpc_timeout *t,
 216 struct nfs_server *nfs_alloc_server(void);
 217 void nfs_server_copy_userdata(struct nfs_server *, struct nfs_server *);
 225 extern struct nfs_server *nfs_create_server(struct fs_context *);
 226 extern void nfs4_server_set_init_caps(struct nfs_server *);
 [all …]
 
 | 
| D | sysfs.h | 26 void nfs_sysfs_link_rpc_client(struct nfs_server *server,28 void nfs_sysfs_add_server(struct nfs_server *s);
 30 void nfs_sysfs_move_sb_to_server(struct nfs_server *s);
 31 void nfs_sysfs_remove_server(struct nfs_server *s);
 
 | 
| D | client.c | 216 static void pnfs_init_server(struct nfs_server *server)  in pnfs_init_server()230 static void pnfs_init_server(struct nfs_server *server)  in pnfs_init_server()
 557 static void nfs_destroy_server(struct nfs_server *server)  in nfs_destroy_server()
 566 static int nfs_start_lockd(struct nfs_server *server)  in nfs_start_lockd()
 611 int nfs_init_server_rpcclient(struct nfs_server *server,  in nfs_init_server_rpcclient()
 673 static int nfs_init_server(struct nfs_server *server,  in nfs_init_server()
 679 		.hostname = ctx->nfs_server.hostname,  in nfs_init_server()
 680 		.addr = &ctx->nfs_server._address,  in nfs_init_server()
 681 		.addrlen = ctx->nfs_server.addrlen,  in nfs_init_server()
 683 		.proto = ctx->nfs_server.protocol,  in nfs_init_server()
 [all …]
 
 | 
| D | nfs4client.c | 796 static void nfs4_destroy_server(struct nfs_server *server)  in nfs4_destroy_server()896 static int nfs4_set_client(struct nfs_server *server,  in nfs4_set_client()
 976 struct nfs_client *nfs4_set_ds_client(struct nfs_server *mds_srv,  in nfs4_set_ds_client()
 1032 static void nfs4_session_limit_rwsize(struct nfs_server *server)  in nfs4_session_limit_rwsize()
 1057 static void nfs4_session_limit_xasize(struct nfs_server *server)  in nfs4_session_limit_xasize()
 1084 void nfs4_server_set_init_caps(struct nfs_server *server)  in nfs4_server_set_init_caps()
 1102 static int nfs4_server_common_setup(struct nfs_server *server,  in nfs4_server_common_setup()
 1148 static int nfs4_init_server(struct nfs_server *server, struct fs_context *fc)  in nfs4_init_server()
 1154 	nfs_init_timeout_values(&timeparms, ctx->nfs_server.protocol,  in nfs4_init_server()
 1172 				ctx->nfs_server.hostname,  in nfs4_init_server()
 [all …]
 
 | 
| D | sysfs.c | 235 	struct nfs_server *server = container_of(kobj, struct nfs_server, kobj);  in shutdown_show()244 	struct nfs_server *server;  in shutdown_store()
 247 	server = container_of(kobj, struct nfs_server, kobj);  in shutdown_store()
 277 void nfs_sysfs_link_rpc_client(struct nfs_server *server,  in nfs_sysfs_link_rpc_client()
 302 	return container_of(kobj, struct nfs_server, kobj)->nfs_client->cl_net;  in nfs_netns_server_namespace()
 312 void nfs_sysfs_add_server(struct nfs_server *server)  in nfs_sysfs_add_server()
 333 	struct nfs_server *server = s->s_fs_info;  in nfs_sysfs_move_server_to_sb()
 342 void nfs_sysfs_move_sb_to_server(struct nfs_server *server)  in nfs_sysfs_move_sb_to_server()
 358 void nfs_sysfs_remove_server(struct nfs_server *server)  in nfs_sysfs_remove_server()
 
 | 
| D | delegation.c | 78 static void nfs_mark_return_delegation(struct nfs_server *server,  in nfs_mark_return_delegation()362 		struct nfs_server *server)  in nfs_detach_delegation()
 376 	struct nfs_server *server = NFS_SERVER(inode);  in nfs_inode_detach_delegation()
 433 	struct nfs_server *server = NFS_SERVER(inode);  in nfs_inode_set_delegation()
 592 static int nfs_server_return_marked_delegations(struct nfs_server *server,  in nfs_server_return_marked_delegations()
 665 static bool nfs_server_clear_delayed_delegations(struct nfs_server *server)  in nfs_server_clear_delayed_delegations()
 682 	struct nfs_server *server;  in nfs_client_clear_delayed_delegations()
 827 static void nfs_mark_return_if_closed_delegation(struct nfs_server *server,  in nfs_mark_return_if_closed_delegation()
 834 static bool nfs_server_mark_return_all_delegations(struct nfs_server *server)  in nfs_server_mark_return_all_delegations()
 848 	struct nfs_server *server;  in nfs_client_mark_return_all_delegations()
 [all …]
 
 | 
| D | pnfs.h | 132 	int (*set_layoutdriver) (struct nfs_server *, const struct nfs_fh *);133 	int (*clear_layoutdriver) (struct nfs_server *);
 164 			(struct nfs_server *server, struct pnfs_device *pdev,
 244 extern size_t max_response_pages(struct nfs_server *server);
 245 extern int nfs4_proc_getdeviceinfo(struct nfs_server *server,
 255 void set_pnfs_layoutdriver(struct nfs_server *, const struct nfs_fh *, struct nfs_fsinfo *);
 256 void unset_pnfs_layoutdriver(struct nfs_server *);
 367 nfs4_find_get_deviceid(struct nfs_server *server,
 371 void nfs4_init_deviceid_node(struct nfs4_deviceid_node *, struct nfs_server *,
 411 int nfs4_pnfs_ds_connect(struct nfs_server *mds_srv, struct nfs4_pnfs_ds *ds,
 [all …]
 
 | 
| D | nfs3_fs.h | 30 struct nfs_server *nfs3_create_server(struct fs_context *);31 struct nfs_server *nfs3_clone_server(struct nfs_server *, struct nfs_fh *,
 
 | 
| D | nfs4super.c | 142 static int do_nfs4_mount(struct nfs_server *server,  in do_nfs4_mount()227 			   fc, ctx->nfs_server.hostname,  in nfs4_try_get_tree()
 228 			   ctx->nfs_server.export_path);  in nfs4_try_get_tree()
 250 			    fc, ctx->nfs_server.hostname,  in nfs4_get_referral_tree()
 251 			    ctx->nfs_server.export_path);  in nfs4_get_referral_tree()
 
 | 
| D | namespace.c | 150 	struct nfs_server *server = NFS_SB(path->dentry->d_sb);  in nfs_d_automount()178 	memcpy(&ctx->nfs_server._address, &client->cl_addr, client->cl_addrlen);  in nfs_d_automount()
 179 	ctx->nfs_server.addrlen	= client->cl_addrlen;  in nfs_d_automount()
 180 	ctx->nfs_server.port	= server->port;  in nfs_d_automount()
 267 	struct nfs_server *server;  in nfs_do_submount()
 303 int nfs_submount(struct fs_context *fc, struct nfs_server *server)  in nfs_submount()
 
 | 
| D | nfs42proc.c | 48 	struct nfs_server *server = NFS_SERVER(inode);  in _nfs42_proc_fallocate()103 	struct nfs_server *server = NFS_SERVER(inode);  in nfs42_proc_fallocate()
 177 			     struct nfs_server *dst_server,  in handle_async_copy()
 178 			     struct nfs_server *src_server,  in handle_async_copy()
 326 	struct nfs_server *dst_server = NFS_SERVER(dst_inode);  in _nfs42_proc_copy()
 327 	struct nfs_server *src_server = NFS_SERVER(src_inode);  in _nfs42_proc_copy()
 417 	struct nfs_server *server = NFS_SERVER(file_inode(dst));  in nfs42_proc_copy()
 502 	struct nfs_server *seq_server;
 542 	struct nfs_server *dst_server = NFS_SERVER(file_inode(dst));  in nfs42_do_offload_cancel_async()
 589 	struct nfs_server *src_server = NFS_SERVER(file_inode(src));  in _nfs42_proc_copy_notify()
 [all …]
 
 | 
| D | iostat.h | 23 static inline void nfs_inc_server_stats(const struct nfs_server *server,  in nfs_inc_server_stats()35 static inline void nfs_add_server_stats(const struct nfs_server *server,  in nfs_add_server_stats()
 
 | 
| D | nfs4proc.c | 94 static int nfs4_do_fsinfo(struct nfs_server *, struct nfs_fh *, struct nfs_fsinfo *);96 static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle,
 106 static int nfs41_test_stateid(struct nfs_server *, nfs4_stateid *,
 108 static int nfs41_free_stateid(struct nfs_server *, const nfs4_stateid *,
 144 static inline u32 *nfs4_bitmask(struct nfs_server *server, struct nfs4_label *label)  in nfs4_bitmask()
 160 nfs4_bitmask(struct nfs_server *server, struct nfs4_label *label)  in nfs4_bitmask()
 379 static void nfs4_test_and_free_stateid(struct nfs_server *server,  in nfs4_test_and_free_stateid()
 388 static void __nfs4_free_revoked_stateid(struct nfs_server *server,  in __nfs4_free_revoked_stateid()
 396 static void nfs4_free_revoked_stateid(struct nfs_server *server,  in nfs4_free_revoked_stateid()
 468 static int nfs4_do_handle_exception(struct nfs_server *server,  in nfs4_do_handle_exception()
 [all …]
 
 | 
| D | nfs4state.c | 208 nfs4_get_renew_cred_server_locked(struct nfs_server *server)  in nfs4_get_renew_cred_server_locked()236 	struct nfs_server *server;  in nfs4_get_renew_cred()
 407 nfs4_find_state_owner_locked(struct nfs_server *server, const struct cred *cred)  in nfs4_find_state_owner_locked()
 436 	struct nfs_server *server = new->so_server;  in nfs4_insert_state_owner_locked()
 466 	struct nfs_server *server = sp->so_server;  in nfs4_remove_state_owner_locked()
 495 nfs4_alloc_state_owner(struct nfs_server *server,  in nfs4_alloc_state_owner()
 544 static void nfs4_gc_state_owners(struct nfs_server *server)  in nfs4_gc_state_owners()
 577 struct nfs4_state_owner *nfs4_get_state_owner(struct nfs_server *server,  in nfs4_get_state_owner()
 616 	struct nfs_server *server = sp->so_server;  in nfs4_put_state_owner()
 638 void nfs4_purge_state_owners(struct nfs_server *server, struct list_head *head)  in nfs4_purge_state_owners()
 [all …]
 
 | 
| D | pnfs_dev.c | 97 nfs4_get_device_info(struct nfs_server *server,  in nfs4_get_device_info()173 __nfs4_find_get_deviceid(struct nfs_server *server,  in __nfs4_find_get_deviceid()
 188 nfs4_find_get_deviceid(struct nfs_server *server,  in nfs4_find_get_deviceid()
 254 nfs4_init_deviceid_node(struct nfs4_deviceid_node *d, struct nfs_server *server,  in nfs4_init_deviceid_node()
 
 | 
| /Linux-v6.6/include/linux/ | 
| D | nfs_xdr.h | 311 	const struct nfs_server *server;444 	const struct nfs_server		*server;
 474 	const struct nfs_server *server;	 /* Needed for ID mapping */
 492 	const struct nfs_server *server;
 542 	const struct nfs_server *server;
 624 	struct nfs_server *server;
 677 			const struct nfs_server *server;	/* used by write */
 698 	const struct nfs_server *server;
 712 	struct nfs_server *server;
 730 	struct nfs_server		*server;
 [all …]
 
 | 
| D | nfs_fs.h | 327 static inline struct nfs_server *NFS_SB(const struct super_block *s)  in NFS_SB()329 	return (struct nfs_server *)(s->s_fs_info);  in NFS_SB()
 337 static inline struct nfs_server *NFS_SERVER(const struct inode *inode)  in NFS_SERVER()
 354 	struct nfs_server *nfss = NFS_SERVER(inode);  in NFS_MINATTRTIMEO()
 360 	struct nfs_server *nfss = NFS_SERVER(inode);  in NFS_MAXATTRTIMEO()
 431 extern int __nfs_revalidate_inode(struct nfs_server *, struct inode *);
 454 extern struct nfs_fattr *nfs_alloc_fattr_with_label(struct nfs_server *server);
 
 | 
| D | nfs_fs_sb.h | 20 struct nfs_server;132 struct nfs_server {  struct
 248 	void (*destroy)(struct nfs_server *);  argument
 
 | 
| /Linux-v6.6/fs/nfs/blocklayout/ | 
| D | dev.c | 230 bl_parse_deviceid(struct nfs_server *server, struct pnfs_block_dev *d,235 bl_parse_simple(struct nfs_server *server, struct pnfs_block_dev *d,  in bl_parse_simple()
 328 bl_parse_scsi(struct nfs_server *server, struct pnfs_block_dev *d,  in bl_parse_scsi()
 383 bl_parse_slice(struct nfs_server *server, struct pnfs_block_dev *d,  in bl_parse_slice()
 399 bl_parse_concat(struct nfs_server *server, struct pnfs_block_dev *d,  in bl_parse_concat()
 428 bl_parse_stripe(struct nfs_server *server, struct pnfs_block_dev *d,  in bl_parse_stripe()
 457 bl_parse_deviceid(struct nfs_server *server, struct pnfs_block_dev *d,  in bl_parse_deviceid()
 478 bl_alloc_deviceid_node(struct nfs_server *server, struct pnfs_device *pdev,  in bl_alloc_deviceid_node()
 
 |