Symbol: nfs_server
fs/nfs/blocklayout/blocklayout.c
559
bl_find_get_deviceid(struct nfs_server *server,
fs/nfs/blocklayout/blocklayout.c
801
bl_set_layoutdriver(struct nfs_server *server, const struct nfs_fh *fh)
fs/nfs/blocklayout/blocklayout.h
182
struct nfs4_deviceid_node *bl_alloc_deviceid_node(struct nfs_server *server,
fs/nfs/blocklayout/blocklayout.h
199
dev_t bl_resolve_deviceid(struct nfs_server *server,
fs/nfs/blocklayout/dev.c
289
bl_parse_deviceid(struct nfs_server *server, struct pnfs_block_dev *d,
fs/nfs/blocklayout/dev.c
294
bl_parse_simple(struct nfs_server *server, struct pnfs_block_dev *d,
fs/nfs/blocklayout/dev.c
388
bl_parse_scsi(struct nfs_server *server, struct pnfs_block_dev *d,
fs/nfs/blocklayout/dev.c
444
bl_parse_slice(struct nfs_server *server, struct pnfs_block_dev *d,
fs/nfs/blocklayout/dev.c
460
bl_parse_concat(struct nfs_server *server, struct pnfs_block_dev *d,
fs/nfs/blocklayout/dev.c
489
bl_parse_stripe(struct nfs_server *server, struct pnfs_block_dev *d,
fs/nfs/blocklayout/dev.c
518
bl_parse_deviceid(struct nfs_server *server, struct pnfs_block_dev *d,
fs/nfs/blocklayout/dev.c
541
bl_alloc_deviceid_node(struct nfs_server *server, struct pnfs_device *pdev,
fs/nfs/blocklayout/rpc_pipefs.c
52
bl_resolve_deviceid(struct nfs_server *server, struct pnfs_block_volume *b,
fs/nfs/callback_proc.c
138
struct nfs_server *server;
fs/nfs/callback_proc.c
173
struct nfs_server *server;
fs/nfs/callback_proc.c
718
struct nfs_server *server;
fs/nfs/client.c
1019
void nfs_server_insert_lists(struct nfs_server *server)
fs/nfs/client.c
1033
void nfs_server_remove_lists(struct nfs_server *server)
fs/nfs/client.c
1057
struct nfs_server *nfs_alloc_server(void)
fs/nfs/client.c
1059
struct nfs_server *server;
fs/nfs/client.c
1061
server = kzalloc_obj(struct nfs_server);
fs/nfs/client.c
1113
struct nfs_server *server = container_of(p, struct nfs_server, rcu);
fs/nfs/client.c
1122
void nfs_free_server(struct nfs_server *server)
fs/nfs/client.c
1152
struct nfs_server *nfs_create_server(struct fs_context *fc)
fs/nfs/client.c
1155
struct nfs_server *server;
fs/nfs/client.c
1220
struct nfs_server *nfs_clone_server(struct nfs_server *source,
fs/nfs/client.c
1225
struct nfs_server *server;
fs/nfs/client.c
1441
struct nfs_server *server;
fs/nfs/client.c
1454
server = list_entry(v, struct nfs_server, master_link);
fs/nfs/client.c
222
static void pnfs_init_server(struct nfs_server *server)
fs/nfs/client.c
236
static void pnfs_init_server(struct nfs_server *server)
fs/nfs/client.c
580
static void nfs_destroy_server(struct nfs_server *server)
fs/nfs/client.c
589
static int nfs_start_lockd(struct nfs_server *server)
fs/nfs/client.c
634
int nfs_init_server_rpcclient(struct nfs_server *server,
fs/nfs/client.c
693
static void nfs4_server_set_init_caps(struct nfs_server *server)
fs/nfs/client.c
713
void nfs_server_set_init_caps(struct nfs_server *server)
fs/nfs/client.c
734
static int nfs_init_server(struct nfs_server *server,
fs/nfs/client.c
740
.hostname = ctx->nfs_server.hostname,
fs/nfs/client.c
741
.addr = &ctx->nfs_server._address,
fs/nfs/client.c
742
.addrlen = ctx->nfs_server.addrlen,
fs/nfs/client.c
744
.proto = ctx->nfs_server.protocol,
fs/nfs/client.c
748
.nconnect = ctx->nfs_server.nconnect,
fs/nfs/client.c
755
nfs_init_timeout_values(&timeparms, ctx->nfs_server.protocol,
fs/nfs/client.c
810
server->port = ctx->nfs_server.port;
fs/nfs/client.c
842
static void nfs_server_set_fsinfo(struct nfs_server *server,
fs/nfs/client.c
915
static int nfs_probe_fsinfo(struct nfs_server *server, struct nfs_fh *mntfh, struct nfs_fattr *fattr)
fs/nfs/client.c
978
int nfs_probe_server(struct nfs_server *server, struct nfs_fh *mntfh)
fs/nfs/client.c
999
void nfs_server_copy_userdata(struct nfs_server *target, struct nfs_server *source)
fs/nfs/delegation.c
1000
static void nfs_mark_return_unused_delegation_types(struct nfs_server *server,
fs/nfs/delegation.c
1015
struct nfs_server *server;
fs/nfs/delegation.c
1119
static bool nfs_mark_return_unreferenced_delegations(struct nfs_server *server)
fs/nfs/delegation.c
1143
struct nfs_server *server;
fs/nfs/delegation.c
1167
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/delegation.c
1192
nfs_delegation_find_inode_server(struct nfs_server *server,
fs/nfs/delegation.c
1235
struct nfs_server *server;
fs/nfs/delegation.c
1250
static void nfs_delegation_mark_reclaim_server(struct nfs_server *server)
fs/nfs/delegation.c
1272
struct nfs_server *server;
fs/nfs/delegation.c
1280
static int nfs_server_reap_unclaimed_delegations(struct nfs_server *server,
fs/nfs/delegation.c
1333
static void nfs_mark_test_expired_delegation(struct nfs_server *server,
fs/nfs/delegation.c
1344
static void nfs_inode_mark_test_expired_delegation(struct nfs_server *server,
fs/nfs/delegation.c
1357
static void nfs_delegation_mark_test_expired_server(struct nfs_server *server)
fs/nfs/delegation.c
1374
struct nfs_server *server;
fs/nfs/delegation.c
1399
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/delegation.c
1410
static int nfs_server_reap_expired_delegations(struct nfs_server *server,
fs/nfs/delegation.c
1503
struct nfs_server *server;
fs/nfs/delegation.c
1606
int nfs4_delegation_hash_alloc(struct nfs_server *server)
fs/nfs/delegation.c
38
static struct hlist_head *nfs_delegation_hash(struct nfs_server *server,
fs/nfs/delegation.c
383
struct nfs_server *server)
fs/nfs/delegation.c
411
nfs_update_inplace_delegation(struct nfs_server *server,
fs/nfs/delegation.c
445
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/delegation.c
52
static void nfs_mark_delegation_revoked(struct nfs_server *server,
fs/nfs/delegation.c
560
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/delegation.c
605
static int nfs_return_one_delegation(struct nfs_server *server)
fs/nfs/delegation.c
647
static int nfs_server_return_marked_delegations(struct nfs_server *server,
fs/nfs/delegation.c
657
static inline bool nfs_delegations_over_limit(struct nfs_server *server)
fs/nfs/delegation.c
664
static void nfs_delegations_return_from_lru(struct nfs_server *server)
fs/nfs/delegation.c
697
static void nfs_delegation_add_lru(struct nfs_server *server,
fs/nfs/delegation.c
711
static bool nfs_server_clear_delayed_delegations(struct nfs_server *server)
fs/nfs/delegation.c
731
struct nfs_server *server;
fs/nfs/delegation.c
782
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/delegation.c
873
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/delegation.c
92
static void nfs_mark_return_delegation(struct nfs_server *server,
fs/nfs/delegation.c
922
nfs_mark_return_if_closed_delegation(struct nfs_server *server,
fs/nfs/delegation.c
942
static bool nfs_server_mark_return_all_delegations(struct nfs_server *server)
fs/nfs/delegation.c
967
struct nfs_server *server;
fs/nfs/delegation.c
982
void nfs_server_return_all_delegations(struct nfs_server *server)
fs/nfs/delegation.h
139
int nfs4_delegation_hash_alloc(struct nfs_server *server);
fs/nfs/delegation.h
56
void nfs_server_return_all_delegations(struct nfs_server *);
fs/nfs/dir.c
1593
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/dir.c
182
struct nfs_server *server = NFS_SERVER(file_inode(desc->file));
fs/nfs/dir.c
2146
struct nfs_server *server = NFS_SERVER(dir);
fs/nfs/dir.c
2359
struct nfs_server *server = NFS_SB(dentry->d_sb);
fs/nfs/dir.c
2724
struct nfs_server *server = NFS_SB(old_dentry->d_sb);
fs/nfs/dir.c
3364
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/export.c
129
struct nfs_server *server = NFS_SB(sb);
fs/nfs/file.c
109
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/filelayout/filelayout.c
1032
filelayout_alloc_deviceid_node(struct nfs_server *server,
fs/nfs/filelayout/filelayout.h
113
nfs4_fl_alloc_deviceid_node(struct nfs_server *server,
fs/nfs/filelayout/filelayoutdev.c
268
struct nfs_server *s = NFS_SERVER(lseg->pls_layout->plh_inode);
fs/nfs/filelayout/filelayoutdev.c
64
nfs4_fl_alloc_deviceid_node(struct nfs_server *server, struct pnfs_device *pdev,
fs/nfs/flexfilelayout/flexfilelayout.c
2596
ff_layout_alloc_deviceid_node(struct nfs_server *server,
fs/nfs/flexfilelayout/flexfilelayout.c
3001
ff_layout_set_layoutdriver(struct nfs_server *server,
fs/nfs/flexfilelayout/flexfilelayout.h
229
nfs4_ff_alloc_deviceid_node(struct nfs_server *server, struct pnfs_device *pdev,
fs/nfs/flexfilelayout/flexfilelayoutdev.c
383
struct nfs_server *s = NFS_SERVER(ino);
fs/nfs/flexfilelayout/flexfilelayoutdev.c
42
nfs4_ff_alloc_deviceid_node(struct nfs_server *server, struct pnfs_device *pdev,
fs/nfs/fs_context.c
1101
kfree(ctx->nfs_server.hostname);
fs/nfs/fs_context.c
1104
ctx->nfs_server.hostname = kmemdup_nul(dev_name, len, GFP_KERNEL);
fs/nfs/fs_context.c
1105
if (!ctx->nfs_server.hostname)
fs/nfs/fs_context.c
1110
ctx->nfs_server.export_path = kmemdup_nul(end, len, GFP_KERNEL);
fs/nfs/fs_context.c
1111
if (!ctx->nfs_server.export_path)
fs/nfs/fs_context.c
1114
trace_nfs_mount_path(ctx->nfs_server.export_path);
fs/nfs/fs_context.c
1156
struct sockaddr_storage *sap = &ctx->nfs_server._address;
fs/nfs/fs_context.c
1230
ctx->nfs_server.addrlen = sizeof(data->addr);
fs/nfs/fs_context.c
1231
ctx->nfs_server.port = ntohs(data->addr.sin_port);
fs/nfs/fs_context.c
1239
ctx->nfs_server.protocol = XPRT_TRANSPORT_UDP;
fs/nfs/fs_context.c
1241
ctx->nfs_server.hostname = kstrdup(data->hostname, GFP_KERNEL);
fs/nfs/fs_context.c
1242
if (!ctx->nfs_server.hostname)
fs/nfs/fs_context.c
1389
struct sockaddr_storage *sap = &ctx->nfs_server._address;
fs/nfs/fs_context.c
1408
if (data->host_addrlen > sizeof(ctx->nfs_server.address))
fs/nfs/fs_context.c
1412
ctx->nfs_server.addrlen = data->host_addrlen;
fs/nfs/fs_context.c
1417
ctx->nfs_server.port = ntohs(((struct sockaddr_in *)sap)->sin_port);
fs/nfs/fs_context.c
1435
ctx->nfs_server.hostname = c;
fs/nfs/fs_context.c
1440
ctx->nfs_server.export_path = c;
fs/nfs/fs_context.c
1462
ctx->nfs_server.protocol = data->proto;
fs/nfs/fs_context.c
1503
struct sockaddr_storage *sap = &ctx->nfs_server._address;
fs/nfs/fs_context.c
1524
ctx->protofamily != ctx->nfs_server.address.sa_family)
fs/nfs/fs_context.c
1532
if (ctx->mountfamily != ctx->nfs_server.address.sa_family)
fs/nfs/fs_context.c
1546
if (ctx->nfs_server.protocol == XPRT_TRANSPORT_RDMA)
fs/nfs/fs_context.c
1560
if (ctx->nfs_server.protocol == XPRT_TRANSPORT_RDMA)
fs/nfs/fs_context.c
1564
nfs_set_port(sap, &ctx->nfs_server.port, port);
fs/nfs/fs_context.c
1649
ctx->nfs_server.export_path = NULL;
fs/nfs/fs_context.c
1650
ctx->nfs_server.hostname = NULL;
fs/nfs/fs_context.c
1668
kfree(ctx->nfs_server.export_path);
fs/nfs/fs_context.c
1669
kfree(ctx->nfs_server.hostname);
fs/nfs/fs_context.c
1711
struct nfs_server *nfss = fc->root->d_sb->s_fs_info;
fs/nfs/fs_context.c
1724
ctx->nfs_server.port = nfss->port;
fs/nfs/fs_context.c
1725
ctx->nfs_server.addrlen = nfss->nfs_client->cl_addrlen;
fs/nfs/fs_context.c
1729
memcpy(&ctx->nfs_server._address, &nfss->nfs_client->cl_addr,
fs/nfs/fs_context.c
1730
ctx->nfs_server.addrlen);
fs/nfs/fs_context.c
1747
ctx->nfs_server.port = NFS_UNSPEC_PORT;
fs/nfs/fs_context.c
1748
ctx->nfs_server.protocol = XPRT_TRANSPORT_TCP;
fs/nfs/fs_context.c
363
switch (ctx->nfs_server.protocol) {
fs/nfs/fs_context.c
372
ctx->nfs_server.protocol = XPRT_TRANSPORT_TCP;
fs/nfs/fs_context.c
376
switch (ctx->nfs_server.protocol) {
fs/nfs/fs_context.c
378
ctx->nfs_server.protocol = XPRT_TRANSPORT_TCP_TLS;
fs/nfs/fs_context.c
400
switch (ctx->nfs_server.protocol) {
fs/nfs/fs_context.c
678
ctx->nfs_server.protocol = XPRT_TRANSPORT_UDP;
fs/nfs/fs_context.c
686
ctx->nfs_server.protocol = ret;
fs/nfs/fs_context.c
755
ctx->nfs_server.port = result.uint_32;
fs/nfs/fs_context.c
865
ctx->nfs_server.protocol = XPRT_TRANSPORT_UDP;
fs/nfs/fs_context.c
872
ctx->nfs_server.protocol = XPRT_TRANSPORT_TCP;
fs/nfs/fs_context.c
883
ctx->nfs_server.protocol = ret;
fs/nfs/fs_context.c
920
&ctx->nfs_server.address,
fs/nfs/fs_context.c
921
sizeof(ctx->nfs_server._address));
fs/nfs/fs_context.c
924
ctx->nfs_server.addrlen = len;
fs/nfs/fs_context.c
951
ctx->nfs_server.nconnect = result.uint_32;
fs/nfs/fs_context.c
957
ctx->nfs_server.max_connect = result.uint_32;
fs/nfs/fscache.c
153
struct nfs_server *nfss = NFS_SB(sb);
fs/nfs/fscache.c
166
struct nfs_server *nfss = NFS_SERVER(inode);
fs/nfs/fscache.c
91
struct nfs_server *nfss = NFS_SB(sb);
fs/nfs/fscache.h
141
static inline const char *nfs_server_fscache_state(struct nfs_server *server)
fs/nfs/fscache.h
192
static inline const char *nfs_server_fscache_state(struct nfs_server *server)
fs/nfs/getroot.c
41
struct nfs_server *server = NFS_SB(s), *clone_server;
fs/nfs/inode.c
1354
__nfs_revalidate_inode(struct nfs_server *server, struct inode *inode)
fs/nfs/inode.c
1772
struct nfs_fattr *nfs_alloc_fattr_with_label(struct nfs_server *server)
fs/nfs/inode.c
2232
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/inode.c
358
struct nfs4_label *nfs4_label_alloc(struct nfs_server *server, gfp_t flags)
fs/nfs/inode.c
955
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/internal.h
144
} nfs_server;
fs/nfs/internal.h
147
struct nfs_server *server;
fs/nfs/internal.h
217
int nfs_probe_server(struct nfs_server *, struct nfs_fh *);
fs/nfs/internal.h
218
void nfs_server_insert_lists(struct nfs_server *);
fs/nfs/internal.h
219
void nfs_server_remove_lists(struct nfs_server *);
fs/nfs/internal.h
221
int nfs_init_server_rpcclient(struct nfs_server *, const struct rpc_timeout *t,
fs/nfs/internal.h
223
struct nfs_server *nfs_alloc_server(void);
fs/nfs/internal.h
224
void nfs_server_copy_userdata(struct nfs_server *, struct nfs_server *);
fs/nfs/internal.h
232
extern struct nfs_server *nfs_create_server(struct fs_context *);
fs/nfs/internal.h
233
extern void nfs_server_set_init_caps(struct nfs_server *);
fs/nfs/internal.h
234
extern struct nfs_server *nfs4_create_server(struct fs_context *);
fs/nfs/internal.h
235
extern struct nfs_server *nfs4_create_referral_server(struct fs_context *);
fs/nfs/internal.h
236
extern int nfs4_update_server(struct nfs_server *server, const char *hostname,
fs/nfs/internal.h
239
extern void nfs_free_server(struct nfs_server *server);
fs/nfs/internal.h
240
extern struct nfs_server *nfs_clone_server(struct nfs_server *,
fs/nfs/internal.h
248
extern struct nfs_client *nfs4_set_ds_client(struct nfs_server *mds_srv,
fs/nfs/internal.h
256
extern void nfs4_session_limit_rwsize(struct nfs_server *server);
fs/nfs/internal.h
257
extern void nfs4_session_limit_xasize(struct nfs_server *server);
fs/nfs/internal.h
258
extern struct nfs_client *nfs3_set_ds_client(struct nfs_server *mds_srv,
fs/nfs/internal.h
348
extern struct nfs4_label *nfs4_label_alloc(struct nfs_server *server, gfp_t flags);
fs/nfs/internal.h
372
static inline struct nfs4_label *nfs4_label_alloc(struct nfs_server *server, gfp_t flags) { return NULL; }
fs/nfs/internal.h
412
static inline __u32 nfs_access_xattr_mask(const struct nfs_server *server)
fs/nfs/internal.h
419
static inline __u32 nfs_access_xattr_mask(const struct nfs_server *server)
fs/nfs/internal.h
526
int (*fn)(struct nfs_server *, void *),
fs/nfs/internal.h
561
int nfs_submount(struct fs_context *, struct nfs_server *);
fs/nfs/internal.h
567
extern int nfs4_get_rootfh(struct nfs_server *server, struct nfs_fh *mntfh, bool);
fs/nfs/iostat.h
23
static inline void nfs_inc_server_stats(const struct nfs_server *server,
fs/nfs/iostat.h
35
static inline void nfs_add_server_stats(const struct nfs_server *server,
fs/nfs/namespace.c
150
struct nfs_server *server = NFS_SB(path->dentry->d_sb);
fs/nfs/namespace.c
189
memcpy(&ctx->nfs_server._address, &client->cl_addr, client->cl_addrlen);
fs/nfs/namespace.c
190
ctx->nfs_server.addrlen = client->cl_addrlen;
fs/nfs/namespace.c
191
ctx->nfs_server.port = server->port;
fs/nfs/namespace.c
283
struct nfs_server *server;
fs/nfs/namespace.c
319
int nfs_submount(struct fs_context *fc, struct nfs_server *server)
fs/nfs/nfs3_fs.h
30
struct nfs_server *nfs3_create_server(struct fs_context *);
fs/nfs/nfs3_fs.h
31
struct nfs_server *nfs3_clone_server(struct nfs_server *, struct nfs_fh *,
fs/nfs/nfs3acl.c
164
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/nfs3acl.c
48
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/nfs3client.c
28
static void nfs_init_server_aclclient(struct nfs_server *server)
fs/nfs/nfs3client.c
47
static inline void nfs_init_server_aclclient(struct nfs_server *server)
fs/nfs/nfs3client.c
54
struct nfs_server *nfs3_create_server(struct fs_context *fc)
fs/nfs/nfs3client.c
56
struct nfs_server *server = nfs_create_server(fc);
fs/nfs/nfs3client.c
64
struct nfs_server *nfs3_clone_server(struct nfs_server *source,
fs/nfs/nfs3client.c
69
struct nfs_server *server = nfs_clone_server(source, fh, fattr, flavor);
fs/nfs/nfs3client.c
85
struct nfs_client *nfs3_set_ds_client(struct nfs_server *mds_srv,
fs/nfs/nfs3proc.c
104
nfs3_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle,
fs/nfs/nfs3proc.c
787
nfs3_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle,
fs/nfs/nfs3proc.c
827
nfs3_proc_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle,
fs/nfs/nfs3proc.c
839
nfs3_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle,
fs/nfs/nfs3proc.c
863
static void nfs3_localio_probe(struct nfs_server *server)
fs/nfs/nfs3proc.c
888
static void nfs3_localio_probe(struct nfs_server *server) {}
fs/nfs/nfs3proc.c
89
nfs3_proc_get_root(struct nfs_server *server, struct nfs_fh *fhandle,
fs/nfs/nfs3proc.c
894
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/nfs40proc.c
153
static int nfs40_test_and_free_expired_stateid(struct nfs_server *server,
fs/nfs/nfs40proc.c
167
static int _nfs40_proc_get_locations(struct nfs_server *server,
fs/nfs/nfs40proc.c
222
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/nfs40proc.c
259
struct nfs_server *server;
fs/nfs/nfs40proc.c
268
struct nfs_server *server = data->server;
fs/nfs/nfs40proc.c
278
struct nfs_server *server = data->server;
fs/nfs/nfs40proc.c
312
nfs4_release_lockowner(struct nfs_server *server, struct nfs4_lock_state *lsp)
fs/nfs/nfs42.h
26
int nfs42_proc_layoutstats_generic(struct nfs_server *,
fs/nfs/nfs42proc.c
1059
int nfs42_proc_layoutstats_generic(struct nfs_server *server,
fs/nfs/nfs42proc.c
110
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/nfs42proc.c
1123
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/nfs42proc.c
1220
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/nfs42proc.c
1266
struct nfs_server *server = NFS_SERVER(dst_inode);
fs/nfs/nfs42proc.c
1329
struct nfs_server *server = NFS_SERVER(file_inode(src_f));
fs/nfs/nfs42proc.c
1380
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/nfs42proc.c
1420
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/nfs42proc.c
1482
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/nfs42proc.c
1528
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/nfs42proc.c
225
static void nfs4_copy_dequeue_callback(struct nfs_server *dst_server,
fs/nfs/nfs42proc.c
226
struct nfs_server *src_server,
fs/nfs/nfs42proc.c
240
struct nfs_server *dst_server,
fs/nfs/nfs42proc.c
241
struct nfs_server *src_server,
fs/nfs/nfs42proc.c
429
struct nfs_server *dst_server = NFS_SERVER(dst_inode);
fs/nfs/nfs42proc.c
430
struct nfs_server *src_server = NFS_SERVER(src_inode);
fs/nfs/nfs42proc.c
50
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/nfs42proc.c
523
struct nfs_server *server = NFS_SERVER(file_inode(dst));
fs/nfs/nfs42proc.c
608
struct nfs_server *seq_server;
fs/nfs/nfs42proc.c
648
struct nfs_server *dst_server = NFS_SERVER(file_inode(dst));
fs/nfs/nfs42proc.c
692
_nfs42_proc_offload_status(struct nfs_server *server, struct file *file,
fs/nfs/nfs42proc.c
755
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/nfs42proc.c
797
struct nfs_server *src_server = NFS_SERVER(file_inode(src));
fs/nfs/nfs42proc.c
837
struct nfs_server *src_server = NFS_SERVER(file_inode(src));
fs/nfs/nfs42proc.c
886
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/nfs42proc.c
921
struct nfs_server *server = NFS_SERVER(file_inode(filep));
fs/nfs/nfs42proc.c
954
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/nfs4_fs.h
116
struct nfs_server *so_server;
fs/nfs/nfs4_fs.h
277
int (*get_locations)(struct nfs_server *, struct nfs_fh *,
fs/nfs/nfs4_fs.h
299
int nfs4_submount(struct fs_context *, struct nfs_server *);
fs/nfs/nfs4_fs.h
300
int nfs4_replace_transport(struct nfs_server *server,
fs/nfs/nfs4_fs.h
306
const struct nfs_server *seq_server;
fs/nfs/nfs4_fs.h
311
extern int nfs4_handle_exception(struct nfs_server *, int, struct nfs4_exception *);
fs/nfs/nfs4_fs.h
313
struct nfs_server *server,
fs/nfs/nfs4_fs.h
315
extern int nfs4_call_sync(struct rpc_clnt *, struct nfs_server *,
fs/nfs/nfs4_fs.h
319
struct nfs_server *server,
fs/nfs/nfs4_fs.h
327
extern void renew_lease(const struct nfs_server *server, unsigned long timestamp);
fs/nfs/nfs4_fs.h
328
extern int nfs4_proc_get_rootfh(struct nfs_server *, struct nfs_fh *,
fs/nfs/nfs4_fs.h
336
extern int nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle);
fs/nfs/nfs4_fs.h
339
extern int nfs4_proc_get_locations(struct nfs_server *, struct nfs_fh *,
fs/nfs/nfs4_fs.h
355
extern int nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle,
fs/nfs/nfs4_fs.h
381
extern int nfs4_find_root_sec(struct nfs_server *server, struct nfs_fh *fhandle,
fs/nfs/nfs4_fs.h
499
extern struct nfs4_state_owner *nfs4_get_state_owner(struct nfs_server *, const struct cred *, gfp_t);
fs/nfs/nfs4_fs.h
501
extern void nfs4_purge_state_owners(struct nfs_server *, struct list_head *);
fs/nfs/nfs4_fs.h
516
extern int nfs4_schedule_stateid_recovery(const struct nfs_server *, struct nfs4_state *);
fs/nfs/nfs4_fs.h
517
extern int nfs4_schedule_migration_recovery(const struct nfs_server *);
fs/nfs/nfs4_fs.h
543
extern void nfs4_free_lock_state(struct nfs_server *server, struct nfs4_lock_state *lsp);
fs/nfs/nfs4_fs.h
69
int (*find_root_sec)(struct nfs_server *, struct nfs_fh *,
fs/nfs/nfs4_fs.h
71
void (*free_lock_state)(struct nfs_server *,
fs/nfs/nfs4_fs.h
73
int (*test_and_free_expired)(struct nfs_server *,
fs/nfs/nfs4client.c
1016
server->port = ctx->nfs_server.port;
fs/nfs/nfs4client.c
1026
struct nfs_server *nfs4_create_server(struct fs_context *fc)
fs/nfs/nfs4client.c
1029
struct nfs_server *server;
fs/nfs/nfs4client.c
1060
struct nfs_server *nfs4_create_referral_server(struct fs_context *fc)
fs/nfs/nfs4client.c
1063
struct nfs_server *parent_server = NFS_SB(ctx->clone_data.sb);
fs/nfs/nfs4client.c
1066
.hostname = ctx->nfs_server.hostname,
fs/nfs/nfs4client.c
1067
.addr = &ctx->nfs_server._address,
fs/nfs/nfs4client.c
1068
.addrlen = ctx->nfs_server.addrlen,
fs/nfs/nfs4client.c
1077
struct nfs_server *server;
fs/nfs/nfs4client.c
1092
rpc_set_port(&ctx->nfs_server.address, NFS_RDMA_PORT);
fs/nfs/nfs4client.c
1102
rpc_set_port(&ctx->nfs_server.address, NFS_PORT);
fs/nfs/nfs4client.c
1143
int nfs4_update_server(struct nfs_server *server, const char *hostname,
fs/nfs/nfs4client.c
632
static void nfs4_destroy_server(struct nfs_server *server)
fs/nfs/nfs4client.c
722
static int nfs4_set_client(struct nfs_server *server,
fs/nfs/nfs4client.c
791
struct nfs_client *nfs4_set_ds_client(struct nfs_server *mds_srv,
fs/nfs/nfs4client.c
858
void nfs4_session_limit_rwsize(struct nfs_server *server)
fs/nfs/nfs4client.c
881
void nfs4_session_limit_xasize(struct nfs_server *server)
fs/nfs/nfs4client.c
908
static int nfs4_server_common_setup(struct nfs_server *server,
fs/nfs/nfs4client.c
957
static int nfs4_init_server(struct nfs_server *server, struct fs_context *fc)
fs/nfs/nfs4client.c
962
.hostname = ctx->nfs_server.hostname,
fs/nfs/nfs4client.c
963
.addr = &ctx->nfs_server._address,
fs/nfs/nfs4client.c
964
.addrlen = ctx->nfs_server.addrlen,
fs/nfs/nfs4client.c
966
.proto = ctx->nfs_server.protocol,
fs/nfs/nfs4client.c
971
.nconnect = ctx->nfs_server.nconnect,
fs/nfs/nfs4client.c
972
.max_connect = ctx->nfs_server.max_connect,
fs/nfs/nfs4client.c
976
nfs_init_timeout_values(&timeparms, ctx->nfs_server.protocol,
fs/nfs/nfs4file.c
252
struct nfs_server *server = NFS_SERVER(dst_inode);
fs/nfs/nfs4file.c
310
struct nfs_server *server;
fs/nfs/nfs4getroot.c
13
int nfs4_get_rootfh(struct nfs_server *server, struct nfs_fh *mntfh, bool auth_probe)
fs/nfs/nfs4idmap.c
109
static bool nfs_fattr_map_owner_name(struct nfs_server *server, struct nfs_fattr *fattr)
fs/nfs/nfs4idmap.c
123
static bool nfs_fattr_map_group_name(struct nfs_server *server, struct nfs_fattr *fattr)
fs/nfs/nfs4idmap.c
157
void nfs_fattr_map_and_free_names(struct nfs_server *server, struct nfs_fattr *fattr)
fs/nfs/nfs4idmap.c
732
int nfs_map_name_to_uid(const struct nfs_server *server, const char *name, size_t namelen, kuid_t *uid)
fs/nfs/nfs4idmap.c
749
int nfs_map_group_to_gid(const struct nfs_server *server, const char *name, size_t namelen, kgid_t *gid)
fs/nfs/nfs4idmap.c
766
int nfs_map_uid_to_name(const struct nfs_server *server, kuid_t uid, char *buf, size_t buflen)
fs/nfs/nfs4idmap.c
780
int nfs_map_gid_to_group(const struct nfs_server *server, kgid_t gid, char *buf, size_t buflen)
fs/nfs/nfs4idmap.h
45
struct nfs_server;
fs/nfs/nfs4idmap.h
58
void nfs_fattr_map_and_free_names(struct nfs_server *, struct nfs_fattr *);
fs/nfs/nfs4idmap.h
60
int nfs_map_name_to_uid(const struct nfs_server *, const char *, size_t, kuid_t *);
fs/nfs/nfs4idmap.h
61
int nfs_map_group_to_gid(const struct nfs_server *, const char *, size_t, kgid_t *);
fs/nfs/nfs4idmap.h
62
int nfs_map_uid_to_name(const struct nfs_server *, kuid_t, char *, size_t);
fs/nfs/nfs4idmap.h
63
int nfs_map_gid_to_group(const struct nfs_server *, kgid_t, char *, size_t);
fs/nfs/nfs4namespace.c
160
__func__, path, ctx->nfs_server.export_path);
fs/nfs/nfs4namespace.c
205
struct nfs_server *server,
fs/nfs/nfs4namespace.c
307
kfree(ctx->nfs_server.hostname);
fs/nfs/nfs4namespace.c
308
ctx->nfs_server.hostname = kmalloc(len + 1, GFP_KERNEL);
fs/nfs/nfs4namespace.c
309
if (!ctx->nfs_server.hostname)
fs/nfs/nfs4namespace.c
313
&ctx->nfs_server.export_path_len);
fs/nfs/nfs4namespace.c
317
kfree(ctx->nfs_server.export_path);
fs/nfs/nfs4namespace.c
318
ctx->nfs_server.export_path = export_path;
fs/nfs/nfs4namespace.c
320
source = kmalloc(len + 1 + ctx->nfs_server.export_path_len + 1,
fs/nfs/nfs4namespace.c
333
ctx->nfs_server.addrlen =
fs/nfs/nfs4namespace.c
335
&ctx->nfs_server._address,
fs/nfs/nfs4namespace.c
336
sizeof(ctx->nfs_server._address),
fs/nfs/nfs4namespace.c
338
if (ctx->nfs_server.addrlen == 0)
fs/nfs/nfs4namespace.c
341
rpc_set_port(&ctx->nfs_server.address, NFS_PORT);
fs/nfs/nfs4namespace.c
343
memcpy(ctx->nfs_server.hostname, buf->data, buf->len);
fs/nfs/nfs4namespace.c
344
ctx->nfs_server.hostname[buf->len] = '\0';
fs/nfs/nfs4namespace.c
350
memcpy(p, ctx->nfs_server.export_path, ctx->nfs_server.export_path_len);
fs/nfs/nfs4namespace.c
351
p += ctx->nfs_server.export_path_len;
fs/nfs/nfs4namespace.c
451
int nfs4_submount(struct fs_context *fc, struct nfs_server *server)
fs/nfs/nfs4namespace.c
483
static int nfs4_try_replacing_one_location(struct nfs_server *server,
fs/nfs/nfs4namespace.c
540
int nfs4_replace_transport(struct nfs_server *server,
fs/nfs/nfs4proc.c
10103
static int _nfs41_proc_secinfo_no_name(struct nfs_server *server,
fs/nfs/nfs4proc.c
10151
static int nfs41_proc_secinfo_no_name(struct nfs_server *server,
fs/nfs/nfs4proc.c
10191
static int nfs41_find_root_sec(struct nfs_server *server,
fs/nfs/nfs4proc.c
10258
static int _nfs41_test_stateid(struct nfs_server *server,
fs/nfs/nfs4proc.c
10290
static void nfs4_handle_delay_or_session_error(struct nfs_server *server,
fs/nfs/nfs4proc.c
10319
static int nfs41_test_stateid(struct nfs_server *server,
fs/nfs/nfs4proc.c
10335
struct nfs_server *server;
fs/nfs/nfs4proc.c
10387
static int nfs41_free_stateid(struct nfs_server *server,
fs/nfs/nfs4proc.c
10434
nfs41_free_lock_state(struct nfs_server *server, struct nfs4_lock_state *lsp)
fs/nfs/nfs4proc.c
106
static int nfs41_test_stateid(struct nfs_server *, const nfs4_stateid *,
fs/nfs/nfs4proc.c
10661
static struct nfs_server *nfs4_clone_server(struct nfs_server *source,
fs/nfs/nfs4proc.c
10665
struct nfs_server *server;
fs/nfs/nfs4proc.c
108
static int nfs41_free_stateid(struct nfs_server *, nfs4_stateid *,
fs/nfs/nfs4proc.c
1133
struct nfs_server *server,
fs/nfs/nfs4proc.c
1157
struct nfs_server *server,
fs/nfs/nfs4proc.c
1171
struct nfs_server *server,
fs/nfs/nfs4proc.c
1267
static bool nfs4_clear_cap_atomic_open_v1(struct nfs_server *server,
fs/nfs/nfs4proc.c
1310
nfs4_map_atomic_open_share(struct nfs_server *server,
fs/nfs/nfs4proc.c
1332
nfs4_map_atomic_open_claim(struct nfs_server *server,
fs/nfs/nfs4proc.c
1368
struct nfs_server *server = NFS_SERVER(dir);
fs/nfs/nfs4proc.c
152
static inline u32 *nfs4_bitmask(struct nfs_server *server, struct nfs4_label *label)
fs/nfs/nfs4proc.c
168
nfs4_bitmask(struct nfs_server *server, struct nfs4_label *label)
fs/nfs/nfs4proc.c
1830
struct nfs_server *server = NFS_SERVER(state->inode);
fs/nfs/nfs4proc.c
2170
struct nfs_server *server = NFS_SB(opendata->dentry->d_sb);
fs/nfs/nfs4proc.c
2263
struct nfs_server *server = NFS_SERVER(state->inode);
fs/nfs/nfs4proc.c
2293
static int nfs4_handle_delegation_recall_error(struct nfs_server *server, struct nfs4_state *state, const nfs4_stateid *stateid, struct file_lock *fl, int err)
fs/nfs/nfs4proc.c
2351
struct nfs_server *server = NFS_SERVER(state->inode);
fs/nfs/nfs4proc.c
2433
struct nfs_server *server = NFS_SERVER(d_inode(data->dir));
fs/nfs/nfs4proc.c
2598
struct nfs_server *server = NFS_SERVER(dir);
fs/nfs/nfs4proc.c
2714
struct nfs_server *server = NFS_SERVER(dir);
fs/nfs/nfs4proc.c
2788
struct nfs_server *server = NFS_SERVER(state->inode);
fs/nfs/nfs4proc.c
2830
static int nfs41_test_and_free_expired_stateid(struct nfs_server *server,
fs/nfs/nfs4proc.c
2863
struct nfs_server *server = NFS_SERVER(state->inode);
fs/nfs/nfs4proc.c
2928
struct nfs_server *server = NFS_SERVER(state->inode);
fs/nfs/nfs4proc.c
2978
struct nfs_server *server = NFS_SERVER(state->inode);
fs/nfs/nfs4proc.c
3060
struct nfs_server *server = sp->so_server;
fs/nfs/nfs4proc.c
3144
struct nfs_server *server = NFS_SERVER(dir);
fs/nfs/nfs4proc.c
3241
struct nfs_server *server = NFS_SERVER(dir);
fs/nfs/nfs4proc.c
3314
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/nfs4proc.c
3371
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/nfs4proc.c
3572
struct nfs_server *server = NFS_SERVER(calldata->inode);
fs/nfs/nfs4proc.c
3649
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/nfs4proc.c
3752
struct nfs_server *server = NFS_SERVER(state->inode);
fs/nfs/nfs4proc.c
3874
static int _nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle)
fs/nfs/nfs4proc.c
4009
int nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle)
fs/nfs/nfs4proc.c
4026
struct nfs_server *server)
fs/nfs/nfs4proc.c
4091
static int _nfs4_discover_trunking(struct nfs_server *server,
fs/nfs/nfs4proc.c
410
static void nfs4_test_and_free_stateid(struct nfs_server *server,
fs/nfs/nfs4proc.c
4142
static int nfs4_discover_trunking(struct nfs_server *server,
fs/nfs/nfs4proc.c
4162
static int _nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle,
fs/nfs/nfs4proc.c
4187
static int nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle,
fs/nfs/nfs4proc.c
419
static void __nfs4_free_revoked_stateid(struct nfs_server *server,
fs/nfs/nfs4proc.c
4209
static int nfs4_lookup_root_sec(struct nfs_server *server,
fs/nfs/nfs4proc.c
4233
int nfs4_find_root_sec(struct nfs_server *server, struct nfs_fh *fhandle,
fs/nfs/nfs4proc.c
427
static void nfs4_free_revoked_stateid(struct nfs_server *server,
fs/nfs/nfs4proc.c
4289
int nfs4_proc_get_rootfh(struct nfs_server *server, struct nfs_fh *fhandle,
fs/nfs/nfs4proc.c
4304
static int nfs4_proc_get_root(struct nfs_server *server, struct nfs_fh *mntfh,
fs/nfs/nfs4proc.c
4413
static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle,
fs/nfs/nfs4proc.c
4488
int nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle,
fs/nfs/nfs4proc.c
4576
struct nfs_server *server = NFS_SERVER(dir);
fs/nfs/nfs4proc.c
4699
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/nfs4proc.c
4753
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/nfs4proc.c
4866
struct nfs_server *server = NFS_SERVER(dir);
fs/nfs/nfs4proc.c
4896
struct nfs_server *server = NFS_SERVER(dir);
fs/nfs/nfs4proc.c
4970
struct nfs_server *server = NFS_SB(dentry->d_sb);
fs/nfs/nfs4proc.c
5016
struct nfs_server *server = NFS_SB(old_dentry->d_sb);
fs/nfs/nfs4proc.c
503
static int nfs4_do_handle_exception(struct nfs_server *server,
fs/nfs/nfs4proc.c
5076
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/nfs4proc.c
5146
struct nfs_server *server = NFS_SERVER(dir);
fs/nfs/nfs4proc.c
5292
struct nfs_server *server = NFS_SERVER(dir);
fs/nfs/nfs4proc.c
5320
struct nfs_server *server = NFS_SERVER(dir);
fs/nfs/nfs4proc.c
5413
struct nfs_server *server = NFS_SERVER(dir);
fs/nfs/nfs4proc.c
5436
static int _nfs4_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle,
fs/nfs/nfs4proc.c
5456
static int nfs4_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsstat *fsstat)
fs/nfs/nfs4proc.c
5470
static int _nfs4_do_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle,
fs/nfs/nfs4proc.c
5489
static int nfs4_do_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *fsinfo)
fs/nfs/nfs4proc.c
5508
static int nfs4_proc_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *fsinfo)
fs/nfs/nfs4proc.c
5523
static int _nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle,
fs/nfs/nfs4proc.c
5549
static int nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle,
fs/nfs/nfs4proc.c
5604
struct nfs_server *server = NFS_SERVER(hdr->inode);
fs/nfs/nfs4proc.c
5645
struct nfs_server *server = NFS_SERVER(hdr->inode);
fs/nfs/nfs4proc.c
5788
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/nfs4proc.c
5824
struct nfs_server *server = NFS_SERVER(hdr->inode);
fs/nfs/nfs4proc.c
5878
struct nfs_server *server = NFS_SERVER(data->inode);
fs/nfs/nfs4proc.c
5894
struct nfs_server *server = NFS_SERVER(dst_inode);
fs/nfs/nfs4proc.c
5912
struct nfs_server *dst_server = NFS_SERVER(file_inode(dst));
fs/nfs/nfs4proc.c
5924
static bool nfs4_server_supports_acls(const struct nfs_server *server,
fs/nfs/nfs4proc.c
6077
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/nfs4proc.c
6157
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/nfs4proc.c
6180
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/nfs4proc.c
6260
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/nfs4proc.c
627
static int nfs4_exception_should_retrans(const struct nfs_server *server,
fs/nfs/nfs4proc.c
6318
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/nfs4proc.c
640
int nfs4_handle_exception(struct nfs_server *server, int errorcode, struct nfs4_exception *exception)
fs/nfs/nfs4proc.c
672
nfs4_async_handle_exception(struct rpc_task *task, struct nfs_server *server,
fs/nfs/nfs4proc.c
6818
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/nfs4proc.c
6905
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/nfs4proc.c
6926
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/nfs4proc.c
7024
struct nfs_server *server;
fs/nfs/nfs4proc.c
722
nfs4_async_handle_error(struct rpc_task *task, struct nfs_server *server,
fs/nfs/nfs4proc.c
7260
struct nfs_server *server;
fs/nfs/nfs4proc.c
7269
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/nfs4proc.c
7416
static void nfs4_handle_setlk_error(struct nfs_server *server, struct nfs4_lock_state *lsp, int new_lock_owner, int error)
fs/nfs/nfs4proc.c
7489
struct nfs_server *server = NFS_SERVER(state->inode);
fs/nfs/nfs4proc.c
7509
struct nfs_server *server = NFS_SERVER(state->inode);
fs/nfs/nfs4proc.c
761
void renew_lease(const struct nfs_server *server, unsigned long timestamp)
fs/nfs/nfs4proc.c
7667
struct nfs_server *server = NFS_SERVER(state->inode);
fs/nfs/nfs4proc.c
7794
struct nfs_server *server = NFS_SERVER(state->inode);
fs/nfs/nfs4proc.c
8059
struct nfs_server *server = NFS_SERVER(dir);
fs/nfs/nfs4proc.c
8126
static int _nfs41_proc_get_locations(struct nfs_server *server,
fs/nfs/nfs4proc.c
8196
int nfs4_proc_get_locations(struct nfs_server *server,
fs/nfs/nfs4proc.c
8234
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/nfs4proc.c
8279
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/nfs4proc.c
95
static int nfs4_do_fsinfo(struct nfs_server *, struct nfs_fh *, struct nfs_fsinfo *);
fs/nfs/nfs4proc.c
9576
struct nfs_server *server = NFS_SERVER(lgp->args.inode);
fs/nfs/nfs4proc.c
9594
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/nfs4proc.c
9682
size_t max_response_pages(struct nfs_server *server)
fs/nfs/nfs4proc.c
97
static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle,
fs/nfs/nfs4proc.c
9707
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/nfs4proc.c
9777
struct nfs_server *server;
fs/nfs/nfs4proc.c
9917
_nfs4_proc_getdeviceinfo(struct nfs_server *server,
fs/nfs/nfs4proc.c
9950
int nfs4_proc_getdeviceinfo(struct nfs_server *server,
fs/nfs/nfs4proc.c
9969
struct nfs_server *server = NFS_SERVER(data->args.inode);
fs/nfs/nfs4proc.c
9981
struct nfs_server *server = NFS_SERVER(data->args.inode);
fs/nfs/nfs4state.c
1213
int nfs4_schedule_migration_recovery(const struct nfs_server *server)
fs/nfs/nfs4state.c
1233
&((struct nfs_server *)server)->mig_status);
fs/nfs/nfs4state.c
1321
int nfs4_schedule_stateid_recovery(const struct nfs_server *server, struct nfs4_state *state)
fs/nfs/nfs4state.c
160
nfs4_get_renew_cred_server_locked(struct nfs_server *server)
fs/nfs/nfs4state.c
1682
static void nfs4_reset_seqids(struct nfs_server *server,
fs/nfs/nfs4state.c
1709
struct nfs_server *server;
fs/nfs/nfs4state.c
1735
static void nfs4_clear_reclaim_server(struct nfs_server *server)
fs/nfs/nfs4state.c
1761
struct nfs_server *server;
fs/nfs/nfs4state.c
1844
struct nfs_server *server;
fs/nfs/nfs4state.c
188
struct nfs_server *server;
fs/nfs/nfs4state.c
2042
static int nfs4_try_migration(struct nfs_server *server, const struct cred *cred)
fs/nfs/nfs4state.c
2122
struct nfs_server *server;
fs/nfs/nfs4state.c
2168
struct nfs_server *server;
fs/nfs/nfs4state.c
355
nfs4_find_state_owner_locked(struct nfs_server *server, const struct cred *cred)
fs/nfs/nfs4state.c
384
struct nfs_server *server = new->so_server;
fs/nfs/nfs4state.c
414
struct nfs_server *server = sp->so_server;
fs/nfs/nfs4state.c
443
nfs4_alloc_state_owner(struct nfs_server *server,
fs/nfs/nfs4state.c
486
static void nfs4_gc_state_owners(struct nfs_server *server)
fs/nfs/nfs4state.c
519
struct nfs4_state_owner *nfs4_get_state_owner(struct nfs_server *server,
fs/nfs/nfs4state.c
558
struct nfs_server *server = sp->so_server;
fs/nfs/nfs4state.c
580
void nfs4_purge_state_owners(struct nfs_server *server, struct list_head *head)
fs/nfs/nfs4state.c
816
struct nfs_server *server = state->owner->so_server;
fs/nfs/nfs4state.c
830
void nfs4_free_lock_state(struct nfs_server *server, struct nfs4_lock_state *lsp)
fs/nfs/nfs4state.c
874
struct nfs_server *server;
fs/nfs/nfs4super.c
142
static int do_nfs4_mount(struct nfs_server *server,
fs/nfs/nfs4super.c
229
fc, ctx->nfs_server.hostname,
fs/nfs/nfs4super.c
230
ctx->nfs_server.export_path);
fs/nfs/nfs4super.c
252
fc, ctx->nfs_server.hostname,
fs/nfs/nfs4super.c
253
ctx->nfs_server.export_path);
fs/nfs/nfs4trace.h
1353
const struct nfs_server *server,
fs/nfs/nfs4trace.h
1392
const struct nfs_server *server, \
fs/nfs/nfs4trace.h
2100
const struct nfs_server *server,
fs/nfs/nfs4trace.h
2132
TP_PROTO(const struct nfs_server *server, \
fs/nfs/nfs4trace.h
2142
const struct nfs_server *server,
fs/nfs/nfs4xdr.c
1087
const struct nfs_server *server,
fs/nfs/nfs4xdr.c
1734
static void encode_setattr(struct xdr_stream *xdr, const struct nfs_setattrargs *arg, const struct nfs_server *server, struct compound_hdr *hdr)
fs/nfs/nfs4xdr.c
4009
const struct nfs_server *server, kuid_t *uid,
fs/nfs/nfs4xdr.c
4043
const struct nfs_server *server, kgid_t *gid,
fs/nfs/nfs4xdr.c
4721
struct nfs4_fs_locations *fs_loc, const struct nfs_server *server)
fs/nfs/nfs4xdr.c
4853
const struct nfs_server *server)
fs/nfs/nfs4xdr.c
4883
const struct nfs_server *server)
fs/nfs/pnfs.c
1011
struct nfs_server *server;
fs/nfs/pnfs.c
108
unset_pnfs_layoutdriver(struct nfs_server *nfss)
fs/nfs/pnfs.c
1111
static struct nfs_server *
fs/nfs/pnfs.c
1114
struct nfs_server *server;
fs/nfs/pnfs.c
1171
struct nfs_server *server = pnfs_find_server(ino, ctx);
fs/nfs/pnfs.c
161
set_pnfs_layoutdriver(struct nfs_server *server, const struct nfs_fh *mntfh,
fs/nfs/pnfs.c
2113
struct nfs_server *server)
fs/nfs/pnfs.c
2146
struct nfs_server *server = NFS_SERVER(ino);
fs/nfs/pnfs.c
2495
struct nfs_server *server = NFS_SERVER(data->dir->d_inode);
fs/nfs/pnfs.c
2516
struct nfs_server *srv = NFS_SERVER(ino);
fs/nfs/pnfs.c
2672
struct nfs_server *server = NFS_SERVER(lo->plh_inode);
fs/nfs/pnfs.c
280
struct nfs_server *server = NFS_SERVER(lo->plh_inode);
fs/nfs/pnfs.c
2819
static int pnfs_layout_return_unused_byserver(struct nfs_server *server,
fs/nfs/pnfs.c
3066
struct nfs_server *nfss = NFS_SERVER(inode);
fs/nfs/pnfs.c
3191
struct nfs_server *nfss = NFS_SERVER(inode);
fs/nfs/pnfs.c
3350
struct nfs_server *nfss = NFS_SERVER(data->args.inode);
fs/nfs/pnfs.c
3478
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/pnfs.c
726
struct nfs_server *server = NFS_SERVER(lo->plh_inode);
fs/nfs/pnfs.c
846
struct nfs_server *server,
fs/nfs/pnfs.c
923
struct nfs_server *server;
fs/nfs/pnfs.c
946
struct nfs_server *server;
fs/nfs/pnfs.c
992
struct nfs_server *server;
fs/nfs/pnfs.h
139
int (*set_layoutdriver) (struct nfs_server *, const struct nfs_fh *);
fs/nfs/pnfs.h
140
int (*clear_layoutdriver) (struct nfs_server *);
fs/nfs/pnfs.h
171
(struct nfs_server *server, struct pnfs_device *pdev,
fs/nfs/pnfs.h
252
extern size_t max_response_pages(struct nfs_server *server);
fs/nfs/pnfs.h
253
extern int nfs4_proc_getdeviceinfo(struct nfs_server *server,
fs/nfs/pnfs.h
266
void set_pnfs_layoutdriver(struct nfs_server *, const struct nfs_fh *, struct nfs_fsinfo *);
fs/nfs/pnfs.h
267
void unset_pnfs_layoutdriver(struct nfs_server *);
fs/nfs/pnfs.h
379
nfs4_find_get_deviceid(struct nfs_server *server,
fs/nfs/pnfs.h
383
void nfs4_init_deviceid_node(struct nfs4_deviceid_node *, struct nfs_server *,
fs/nfs/pnfs.h
422
int nfs4_pnfs_ds_connect(struct nfs_server *mds_srv, struct nfs4_pnfs_ds *ds,
fs/nfs/pnfs.h
472
static inline int pnfs_enabled_sb(struct nfs_server *nfss)
fs/nfs/pnfs.h
607
struct nfs_server *nfss = NFS_SERVER(ino);
fs/nfs/pnfs.h
619
struct nfs_server *nfss)
fs/nfs/pnfs.h
690
static inline void pnfs_lseg_cancel_io(struct nfs_server *server,
fs/nfs/pnfs.h
805
static inline void set_pnfs_layoutdriver(struct nfs_server *s,
fs/nfs/pnfs.h
811
static inline void unset_pnfs_layoutdriver(struct nfs_server *s)
fs/nfs/pnfs.h
875
struct nfs_server *nfss)
fs/nfs/pnfs_dev.c
170
__nfs4_find_get_deviceid(struct nfs_server *server,
fs/nfs/pnfs_dev.c
185
nfs4_find_get_deviceid(struct nfs_server *server,
fs/nfs/pnfs_dev.c
251
nfs4_init_deviceid_node(struct nfs4_deviceid_node *d, struct nfs_server *server,
fs/nfs/pnfs_dev.c
97
nfs4_get_device_info(struct nfs_server *server,
fs/nfs/pnfs_nfs.c
1005
int nfs4_pnfs_ds_connect(struct nfs_server *mds_srv, struct nfs4_pnfs_ds *ds,
fs/nfs/pnfs_nfs.c
781
struct nfs_server *mds_srv,
fs/nfs/pnfs_nfs.c
806
static int _nfs4_pnfs_v3_ds_connect(struct nfs_server *mds_srv,
fs/nfs/pnfs_nfs.c
880
static int _nfs4_pnfs_v4_ds_connect(struct nfs_server *mds_srv,
fs/nfs/proc.c
104
nfs_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle,
fs/nfs/proc.c
537
nfs_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle,
fs/nfs/proc.c
55
nfs_proc_get_root(struct nfs_server *server, struct nfs_fh *fhandle,
fs/nfs/proc.c
565
nfs_proc_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle,
fs/nfs/proc.c
596
nfs_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle,
fs/nfs/read.c
314
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/read.c
68
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/super.c
1006
nfs_compare_remount_data(struct nfs_server *nfss,
fs/nfs/super.c
1022
ctx->nfs_server.port != nfss->port ||
fs/nfs/super.c
1023
ctx->nfs_server.addrlen != nfss->nfs_client->cl_addrlen ||
fs/nfs/super.c
1024
!rpc_cmp_addr((struct sockaddr *)&ctx->nfs_server.address,
fs/nfs/super.c
1035
struct nfs_server *nfss = sb->s_fs_info;
fs/nfs/super.c
1074
struct nfs_server *server = NFS_SB(sb);
fs/nfs/super.c
1126
static int nfs_compare_mount_options(const struct super_block *s, const struct nfs_server *b,
fs/nfs/super.c
1129
const struct nfs_server *a = s->s_fs_info;
fs/nfs/super.c
1160
struct nfs_server *server = fc->s_fs_info;
fs/nfs/super.c
1170
static int nfs_compare_super_address(struct nfs_server *server1,
fs/nfs/super.c
1171
struct nfs_server *server2)
fs/nfs/super.c
1222
static int nfs_compare_userns(const struct nfs_server *old,
fs/nfs/super.c
1223
const struct nfs_server *new)
fs/nfs/super.c
1239
struct nfs_server *server = fc->s_fs_info, *old = NFS_SB(sb);
fs/nfs/super.c
1260
struct nfs_server *nfss = NFS_SB(sb);
fs/nfs/super.c
1270
struct nfs_server *mnt_s = NFS_SB(ctx->clone_data.sb);
fs/nfs/super.c
1301
struct nfs_server *server = ctx->server;
fs/nfs/super.c
1370
struct nfs_server *server = NFS_SB(s);
fs/nfs/super.c
196
struct nfs_server *server = NFS_SB(sb);
fs/nfs/super.c
208
struct nfs_server *server = NFS_SB(sb);
fs/nfs/super.c
216
int (*fn)(struct nfs_server *server, void *data), void *data)
fs/nfs/super.c
218
struct nfs_server *server, *last = NULL;
fs/nfs/super.c
248
struct nfs_server *server = NFS_SB(dentry->d_sb);
fs/nfs/super.c
339
static void nfs_show_mountd_netid(struct seq_file *m, struct nfs_server *nfss,
fs/nfs/super.c
371
static void nfs_show_mountd_options(struct seq_file *m, struct nfs_server *nfss,
fs/nfs/super.c
406
static void nfs_show_nfsv4_options(struct seq_file *m, struct nfs_server *nfss,
fs/nfs/super.c
414
static void nfs_show_nfsv4_options(struct seq_file *m, struct nfs_server *nfss,
fs/nfs/super.c
432
static void nfs_show_mount_options(struct seq_file *m, struct nfs_server *nfss,
fs/nfs/super.c
571
struct nfs_server *nfss = NFS_SB(root->d_sb);
fs/nfs/super.c
586
static void show_lease(struct seq_file *m, struct nfs_server *server)
fs/nfs/super.c
597
static void show_sessions(struct seq_file *m, struct nfs_server *server)
fs/nfs/super.c
603
static void show_pnfs(struct seq_file *m, struct nfs_server *server)
fs/nfs/super.c
612
static void show_implementation_id(struct seq_file *m, struct nfs_server *nfss)
fs/nfs/super.c
623
static void show_implementation_id(struct seq_file *m, struct nfs_server *nfss)
fs/nfs/super.c
658
struct nfs_server *nfss = NFS_SB(root->d_sb);
fs/nfs/super.c
742
struct nfs_server *server;
fs/nfs/super.c
838
.dirpath = ctx->nfs_server.export_path,
fs/nfs/super.c
862
request.hostname = ctx->nfs_server.hostname;
fs/nfs/super.c
868
memcpy(request.sap, &ctx->nfs_server._address,
fs/nfs/super.c
869
ctx->nfs_server.addrlen);
fs/nfs/super.c
870
ctx->mount_server.addrlen = ctx->nfs_server.addrlen;
fs/nfs/super.c
897
static struct nfs_server *nfs_try_mount_request(struct fs_context *fc)
fs/nfs/super.c
904
struct nfs_server *server = ERR_PTR(-EACCES);
fs/nfs/sysfs.c
242
struct nfs_server *server;
fs/nfs/sysfs.c
259
struct nfs_server *server = container_of(kobj, struct nfs_server, kobj);
fs/nfs/sysfs.c
268
struct nfs_server *server;
fs/nfs/sysfs.c
271
server = container_of(kobj, struct nfs_server, kobj);
fs/nfs/sysfs.c
304
struct nfs_server *server = container_of(kobj, struct nfs_server, kobj);
fs/nfs/sysfs.c
319
struct nfs_server *server = container_of(kobj, struct nfs_server, kobj);
fs/nfs/sysfs.c
333
void nfs_sysfs_link_rpc_client(struct nfs_server *server,
fs/nfs/sysfs.c
358
return to_ns_common(container_of(kobj, struct nfs_server,
fs/nfs/sysfs.c
370
static void nfs_sysfs_add_nfsv41_server(struct nfs_server *server)
fs/nfs/sysfs.c
390
static inline void nfs_sysfs_add_nfsv41_server(struct nfs_server *server)
fs/nfs/sysfs.c
401
struct nfs_server *server = container_of(kobj, struct nfs_server, kobj);
fs/nfs/sysfs.c
408
static void nfs_sysfs_add_nfs_localio_server(struct nfs_server *server)
fs/nfs/sysfs.c
417
static inline void nfs_sysfs_add_nfs_localio_server(struct nfs_server *server)
fs/nfs/sysfs.c
422
void nfs_sysfs_add_server(struct nfs_server *server)
fs/nfs/sysfs.c
446
struct nfs_server *server = s->s_fs_info;
fs/nfs/sysfs.c
455
void nfs_sysfs_move_sb_to_server(struct nfs_server *server)
fs/nfs/sysfs.c
471
void nfs_sysfs_remove_server(struct nfs_server *server)
fs/nfs/sysfs.h
26
void nfs_sysfs_link_rpc_client(struct nfs_server *server,
fs/nfs/sysfs.h
28
void nfs_sysfs_add_server(struct nfs_server *s);
fs/nfs/sysfs.h
30
void nfs_sysfs_move_sb_to_server(struct nfs_server *s);
fs/nfs/sysfs.h
31
void nfs_sysfs_remove_server(struct nfs_server *s);
fs/nfs/write.c
1407
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/write.c
288
struct nfs_server *nfss = NFS_SERVER(folio->mapping->host);
fs/nfs/write.c
297
struct nfs_server *nfss = NFS_SERVER(folio->mapping->host);
fs/nfs/write.c
656
struct nfs_server *nfss = NFS_SERVER(inode);
include/linux/nfs_fs.h
350
static inline struct nfs_server *NFS_SB(const struct super_block *s)
include/linux/nfs_fs.h
352
return (struct nfs_server *)(s->s_fs_info);
include/linux/nfs_fs.h
360
static inline struct nfs_server *NFS_SERVER(const struct inode *inode)
include/linux/nfs_fs.h
377
struct nfs_server *nfss = NFS_SERVER(inode);
include/linux/nfs_fs.h
383
struct nfs_server *nfss = NFS_SERVER(inode);
include/linux/nfs_fs.h
444
extern int __nfs_revalidate_inode(struct nfs_server *, struct inode *);
include/linux/nfs_fs.h
466
extern struct nfs_fattr *nfs_alloc_fattr_with_label(struct nfs_server *server);
include/linux/nfs_fs_sb.h
21
struct nfs_server;
include/linux/nfs_fs_sb.h
279
void (*destroy)(struct nfs_server *);
include/linux/nfs_xdr.h
1046
const struct nfs_server * server;
include/linux/nfs_xdr.h
1066
const struct nfs_server * server;
include/linux/nfs_xdr.h
1076
const struct nfs_server * server;
include/linux/nfs_xdr.h
1107
const struct nfs_server * server;
include/linux/nfs_xdr.h
1122
const struct nfs_server * server;
include/linux/nfs_xdr.h
1137
const struct nfs_server * server;
include/linux/nfs_xdr.h
1150
const struct nfs_server *server;
include/linux/nfs_xdr.h
1271
const struct nfs_server *server;
include/linux/nfs_xdr.h
1485
const struct nfs_server *falloc_server;
include/linux/nfs_xdr.h
1578
const struct nfs_server *server;
include/linux/nfs_xdr.h
1623
const struct nfs_server *server;
include/linux/nfs_xdr.h
1788
int (*getroot) (struct nfs_server *, struct nfs_fh *,
include/linux/nfs_xdr.h
1790
int (*submount) (struct fs_context *, struct nfs_server *);
include/linux/nfs_xdr.h
1792
int (*getattr) (struct nfs_server *, struct nfs_fh *,
include/linux/nfs_xdr.h
1823
int (*statfs) (struct nfs_server *, struct nfs_fh *,
include/linux/nfs_xdr.h
1825
int (*fsinfo) (struct nfs_server *, struct nfs_fh *,
include/linux/nfs_xdr.h
1827
int (*pathconf) (struct nfs_server *, struct nfs_fh *,
include/linux/nfs_xdr.h
1829
int (*set_capabilities)(struct nfs_server *, struct nfs_fh *);
include/linux/nfs_xdr.h
1857
struct nfs_server *(*create_server)(struct fs_context *);
include/linux/nfs_xdr.h
1858
struct nfs_server *(*clone_server)(struct nfs_server *, struct nfs_fh *,
include/linux/nfs_xdr.h
1860
int (*discover_trunking)(struct nfs_server *, struct nfs_fh *);
include/linux/nfs_xdr.h
317
const struct nfs_server *server;
include/linux/nfs_xdr.h
450
const struct nfs_server *server;
include/linux/nfs_xdr.h
496
const struct nfs_server *server; /* Needed for ID mapping */
include/linux/nfs_xdr.h
514
const struct nfs_server *server;
include/linux/nfs_xdr.h
561
const struct nfs_server *server;
include/linux/nfs_xdr.h
650
struct nfs_server *server;
include/linux/nfs_xdr.h
705
const struct nfs_server *server; /* used by write */
include/linux/nfs_xdr.h
726
const struct nfs_server *server;
include/linux/nfs_xdr.h
740
struct nfs_server *server;
include/linux/nfs_xdr.h
758
struct nfs_server *server;
include/linux/nfs_xdr.h
784
struct nfs_server * server;
include/linux/nfs_xdr.h
827
const struct nfs_server * server; /* Needed for name mapping */
include/linux/nfs_xdr.h
873
const struct nfs_server * server;