Symbol: nfs_server
fs/nfs/blocklayout/blocklayout.c
562
bl_find_get_deviceid(struct nfs_server *server,
fs/nfs/blocklayout/blocklayout.c
804
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
385
bl_parse_scsi(struct nfs_server *server, struct pnfs_block_dev *d,
fs/nfs/blocklayout/dev.c
441
bl_parse_slice(struct nfs_server *server, struct pnfs_block_dev *d,
fs/nfs/blocklayout/dev.c
457
bl_parse_concat(struct nfs_server *server, struct pnfs_block_dev *d,
fs/nfs/blocklayout/dev.c
486
bl_parse_stripe(struct nfs_server *server, struct pnfs_block_dev *d,
fs/nfs/blocklayout/dev.c
515
bl_parse_deviceid(struct nfs_server *server, struct pnfs_block_dev *d,
fs/nfs/blocklayout/dev.c
538
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
717
struct nfs_server *server;
fs/nfs/client.c
1005
void nfs_server_insert_lists(struct nfs_server *server)
fs/nfs/client.c
1019
void nfs_server_remove_lists(struct nfs_server *server)
fs/nfs/client.c
1043
struct nfs_server *nfs_alloc_server(void)
fs/nfs/client.c
1045
struct nfs_server *server;
fs/nfs/client.c
1047
server = kzalloc_obj(struct nfs_server);
fs/nfs/client.c
1097
struct nfs_server *server = container_of(p, struct nfs_server, rcu);
fs/nfs/client.c
1106
void nfs_free_server(struct nfs_server *server)
fs/nfs/client.c
1136
struct nfs_server *nfs_create_server(struct fs_context *fc)
fs/nfs/client.c
1139
struct nfs_server *server;
fs/nfs/client.c
1204
struct nfs_server *nfs_clone_server(struct nfs_server *source,
fs/nfs/client.c
1209
struct nfs_server *server;
fs/nfs/client.c
1425
struct nfs_server *server;
fs/nfs/client.c
1438
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
964
int nfs_probe_server(struct nfs_server *server, struct nfs_fh *mntfh)
fs/nfs/client.c
985
void nfs_server_copy_userdata(struct nfs_server *target, struct nfs_server *source)
fs/nfs/delegation.c
1008
struct nfs_server *server;
fs/nfs/delegation.c
1112
static bool nfs_mark_return_unreferenced_delegations(struct nfs_server *server)
fs/nfs/delegation.c
1136
struct nfs_server *server;
fs/nfs/delegation.c
1160
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/delegation.c
1185
nfs_delegation_find_inode_server(struct nfs_server *server,
fs/nfs/delegation.c
1228
struct nfs_server *server;
fs/nfs/delegation.c
1243
static void nfs_delegation_mark_reclaim_server(struct nfs_server *server)
fs/nfs/delegation.c
1265
struct nfs_server *server;
fs/nfs/delegation.c
1273
static int nfs_server_reap_unclaimed_delegations(struct nfs_server *server,
fs/nfs/delegation.c
1326
static void nfs_mark_test_expired_delegation(struct nfs_server *server,
fs/nfs/delegation.c
1337
static void nfs_inode_mark_test_expired_delegation(struct nfs_server *server,
fs/nfs/delegation.c
1350
static void nfs_delegation_mark_test_expired_server(struct nfs_server *server)
fs/nfs/delegation.c
1367
struct nfs_server *server;
fs/nfs/delegation.c
1392
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/delegation.c
1403
static int nfs_server_reap_expired_delegations(struct nfs_server *server,
fs/nfs/delegation.c
1496
struct nfs_server *server;
fs/nfs/delegation.c
1599
int nfs4_delegation_hash_alloc(struct nfs_server *server)
fs/nfs/delegation.c
376
struct nfs_server *server)
fs/nfs/delegation.c
38
static struct hlist_head *nfs_delegation_hash(struct nfs_server *server,
fs/nfs/delegation.c
404
nfs_update_inplace_delegation(struct nfs_server *server,
fs/nfs/delegation.c
438
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
553
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/delegation.c
598
static int nfs_return_one_delegation(struct nfs_server *server)
fs/nfs/delegation.c
640
static int nfs_server_return_marked_delegations(struct nfs_server *server,
fs/nfs/delegation.c
650
static inline bool nfs_delegations_over_limit(struct nfs_server *server)
fs/nfs/delegation.c
657
static void nfs_delegations_return_from_lru(struct nfs_server *server)
fs/nfs/delegation.c
690
static void nfs_delegation_add_lru(struct nfs_server *server,
fs/nfs/delegation.c
704
static bool nfs_server_clear_delayed_delegations(struct nfs_server *server)
fs/nfs/delegation.c
724
struct nfs_server *server;
fs/nfs/delegation.c
775
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/delegation.c
866
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/delegation.c
915
nfs_mark_return_if_closed_delegation(struct nfs_server *server,
fs/nfs/delegation.c
92
static void nfs_mark_return_delegation(struct nfs_server *server,
fs/nfs/delegation.c
935
static bool nfs_server_mark_return_all_delegations(struct nfs_server *server)
fs/nfs/delegation.c
960
struct nfs_server *server;
fs/nfs/delegation.c
975
void nfs_server_return_all_delegations(struct nfs_server *server)
fs/nfs/delegation.c
993
static void nfs_mark_return_unused_delegation_types(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
1595
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/dir.c
183
struct nfs_server *server = NFS_SERVER(file_inode(desc->file));
fs/nfs/dir.c
2149
struct nfs_server *server = NFS_SERVER(dir);
fs/nfs/dir.c
2358
struct nfs_server *server = NFS_SB(dentry->d_sb);
fs/nfs/dir.c
2723
struct nfs_server *server = NFS_SB(old_dentry->d_sb);
fs/nfs/dir.c
3361
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/export.c
129
struct nfs_server *server = NFS_SB(sb);
fs/nfs/file.c
105
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/filelayout/filelayout.c
1030
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
2563
ff_layout_alloc_deviceid_node(struct nfs_server *server,
fs/nfs/flexfilelayout/flexfilelayout.c
2968
ff_layout_set_layoutdriver(struct nfs_server *server,
fs/nfs/flexfilelayout/flexfilelayout.h
213
nfs4_ff_alloc_deviceid_node(struct nfs_server *server, struct pnfs_device *pdev,
fs/nfs/flexfilelayout/flexfilelayoutdev.c
378
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
70
struct nfs_server *server = NFS_SB(s), *clone_server;
fs/nfs/inode.c
1372
__nfs_revalidate_inode(struct nfs_server *server, struct inode *inode)
fs/nfs/inode.c
1789
struct nfs_fattr *nfs_alloc_fattr_with_label(struct nfs_server *server)
fs/nfs/inode.c
2249
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/inode.c
379
struct nfs4_label *nfs4_label_alloc(struct nfs_server *server, gfp_t flags)
fs/nfs/inode.c
986
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 struct nfs_client *nfs3_set_ds_client(struct nfs_server *mds_srv,
fs/nfs/internal.h
346
extern struct nfs4_label *nfs4_label_alloc(struct nfs_server *server, gfp_t flags);
fs/nfs/internal.h
370
static inline struct nfs4_label *nfs4_label_alloc(struct nfs_server *server, gfp_t flags) { return NULL; }
fs/nfs/internal.h
410
static inline __u32 nfs_access_xattr_mask(const struct nfs_server *server)
fs/nfs/internal.h
417
static inline __u32 nfs_access_xattr_mask(const struct nfs_server *server)
fs/nfs/internal.h
521
int (*fn)(struct nfs_server *, void *),
fs/nfs/internal.h
555
int nfs_submount(struct fs_context *, struct nfs_server *);
fs/nfs/internal.h
561
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
281
struct nfs_server *server;
fs/nfs/namespace.c
317
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
103
nfs3_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle,
fs/nfs/nfs3proc.c
786
nfs3_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle,
fs/nfs/nfs3proc.c
826
nfs3_proc_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle,
fs/nfs/nfs3proc.c
838
nfs3_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle,
fs/nfs/nfs3proc.c
862
static void nfs3_localio_probe(struct nfs_server *server)
fs/nfs/nfs3proc.c
88
nfs3_proc_get_root(struct nfs_server *server, struct nfs_fh *fhandle,
fs/nfs/nfs3proc.c
887
static void nfs3_localio_probe(struct nfs_server *server) {}
fs/nfs/nfs3proc.c
893
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
105
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/nfs42proc.c
1053
int nfs42_proc_layoutstats_generic(struct nfs_server *server,
fs/nfs/nfs42proc.c
1117
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/nfs42proc.c
1214
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/nfs42proc.c
1260
struct nfs_server *server = NFS_SERVER(dst_inode);
fs/nfs/nfs42proc.c
1323
struct nfs_server *server = NFS_SERVER(file_inode(src_f));
fs/nfs/nfs42proc.c
1374
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/nfs42proc.c
1400
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/nfs42proc.c
1462
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/nfs42proc.c
1508
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/nfs42proc.c
220
static void nfs4_copy_dequeue_callback(struct nfs_server *dst_server,
fs/nfs/nfs42proc.c
221
struct nfs_server *src_server,
fs/nfs/nfs42proc.c
235
struct nfs_server *dst_server,
fs/nfs/nfs42proc.c
236
struct nfs_server *src_server,
fs/nfs/nfs42proc.c
423
struct nfs_server *dst_server = NFS_SERVER(dst_inode);
fs/nfs/nfs42proc.c
424
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
517
struct nfs_server *server = NFS_SERVER(file_inode(dst));
fs/nfs/nfs42proc.c
602
struct nfs_server *seq_server;
fs/nfs/nfs42proc.c
642
struct nfs_server *dst_server = NFS_SERVER(file_inode(dst));
fs/nfs/nfs42proc.c
686
_nfs42_proc_offload_status(struct nfs_server *server, struct file *file,
fs/nfs/nfs42proc.c
749
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/nfs42proc.c
791
struct nfs_server *src_server = NFS_SERVER(file_inode(src));
fs/nfs/nfs42proc.c
831
struct nfs_server *src_server = NFS_SERVER(file_inode(src));
fs/nfs/nfs42proc.c
880
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/nfs42proc.c
915
struct nfs_server *server = NFS_SERVER(file_inode(filep));
fs/nfs/nfs42proc.c
948
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
static void nfs4_session_limit_rwsize(struct nfs_server *server)
fs/nfs/nfs4client.c
881
static 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
541
int nfs4_replace_transport(struct nfs_server *server,
fs/nfs/nfs4proc.c
10051
static int _nfs41_proc_secinfo_no_name(struct nfs_server *server,
fs/nfs/nfs4proc.c
10099
static int nfs41_proc_secinfo_no_name(struct nfs_server *server,
fs/nfs/nfs4proc.c
10139
static int nfs41_find_root_sec(struct nfs_server *server,
fs/nfs/nfs4proc.c
10206
static int _nfs41_test_stateid(struct nfs_server *server,
fs/nfs/nfs4proc.c
10238
static void nfs4_handle_delay_or_session_error(struct nfs_server *server,
fs/nfs/nfs4proc.c
10267
static int nfs41_test_stateid(struct nfs_server *server,
fs/nfs/nfs4proc.c
10283
struct nfs_server *server;
fs/nfs/nfs4proc.c
10335
static int nfs41_free_stateid(struct nfs_server *server,
fs/nfs/nfs4proc.c
10382
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
10610
static struct nfs_server *nfs4_clone_server(struct nfs_server *source,
fs/nfs/nfs4proc.c
10614
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
4007
int nfs4_server_capabilities(struct nfs_server *server, struct nfs_fh *fhandle)
fs/nfs/nfs4proc.c
4024
struct nfs_server *server)
fs/nfs/nfs4proc.c
4089
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
4140
static int nfs4_discover_trunking(struct nfs_server *server,
fs/nfs/nfs4proc.c
4160
static int _nfs4_lookup_root(struct nfs_server *server, struct nfs_fh *fhandle,
fs/nfs/nfs4proc.c
4185
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
4207
static int nfs4_lookup_root_sec(struct nfs_server *server,
fs/nfs/nfs4proc.c
4231
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
4287
int nfs4_proc_get_rootfh(struct nfs_server *server, struct nfs_fh *fhandle,
fs/nfs/nfs4proc.c
4302
static int nfs4_proc_get_root(struct nfs_server *server, struct nfs_fh *mntfh,
fs/nfs/nfs4proc.c
4411
static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle,
fs/nfs/nfs4proc.c
4479
int nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle,
fs/nfs/nfs4proc.c
4566
struct nfs_server *server = NFS_SERVER(dir);
fs/nfs/nfs4proc.c
4689
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/nfs4proc.c
4743
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/nfs4proc.c
4856
struct nfs_server *server = NFS_SERVER(dir);
fs/nfs/nfs4proc.c
4886
struct nfs_server *server = NFS_SERVER(dir);
fs/nfs/nfs4proc.c
4960
struct nfs_server *server = NFS_SB(dentry->d_sb);
fs/nfs/nfs4proc.c
5006
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
5065
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/nfs4proc.c
5135
struct nfs_server *server = NFS_SERVER(dir);
fs/nfs/nfs4proc.c
5281
struct nfs_server *server = NFS_SERVER(dir);
fs/nfs/nfs4proc.c
5310
struct nfs_server *server = NFS_SERVER(dir);
fs/nfs/nfs4proc.c
5403
struct nfs_server *server = NFS_SERVER(dir);
fs/nfs/nfs4proc.c
5426
static int _nfs4_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle,
fs/nfs/nfs4proc.c
5446
static int nfs4_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsstat *fsstat)
fs/nfs/nfs4proc.c
5460
static int _nfs4_do_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle,
fs/nfs/nfs4proc.c
5479
static int nfs4_do_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *fsinfo)
fs/nfs/nfs4proc.c
5498
static int nfs4_proc_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle, struct nfs_fsinfo *fsinfo)
fs/nfs/nfs4proc.c
5513
static int _nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle,
fs/nfs/nfs4proc.c
5539
static int nfs4_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle,
fs/nfs/nfs4proc.c
5594
struct nfs_server *server = NFS_SERVER(hdr->inode);
fs/nfs/nfs4proc.c
5635
struct nfs_server *server = NFS_SERVER(hdr->inode);
fs/nfs/nfs4proc.c
5778
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/nfs4proc.c
5814
struct nfs_server *server = NFS_SERVER(hdr->inode);
fs/nfs/nfs4proc.c
5868
struct nfs_server *server = NFS_SERVER(data->inode);
fs/nfs/nfs4proc.c
5884
struct nfs_server *server = NFS_SERVER(dst_inode);
fs/nfs/nfs4proc.c
5902
struct nfs_server *dst_server = NFS_SERVER(file_inode(dst));
fs/nfs/nfs4proc.c
5914
static bool nfs4_server_supports_acls(const struct nfs_server *server,
fs/nfs/nfs4proc.c
6067
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/nfs4proc.c
6147
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/nfs4proc.c
6170
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/nfs4proc.c
6250
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
6308
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
6808
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/nfs4proc.c
6895
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/nfs4proc.c
6916
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/nfs4proc.c
7014
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
7251
struct nfs_server *server;
fs/nfs/nfs4proc.c
7260
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/nfs4proc.c
7412
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
7486
struct nfs_server *server = NFS_SERVER(state->inode);
fs/nfs/nfs4proc.c
7506
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
7657
struct nfs_server *server = NFS_SERVER(state->inode);
fs/nfs/nfs4proc.c
7784
struct nfs_server *server = NFS_SERVER(state->inode);
fs/nfs/nfs4proc.c
8049
struct nfs_server *server = NFS_SERVER(dir);
fs/nfs/nfs4proc.c
8116
static int _nfs41_proc_get_locations(struct nfs_server *server,
fs/nfs/nfs4proc.c
8186
int nfs4_proc_get_locations(struct nfs_server *server,
fs/nfs/nfs4proc.c
8224
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/nfs4proc.c
8269
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
9566
struct nfs_server *server = NFS_SERVER(lgp->args.inode);
fs/nfs/nfs4proc.c
9584
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/nfs4proc.c
9672
size_t max_response_pages(struct nfs_server *server)
fs/nfs/nfs4proc.c
9697
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/nfs4proc.c
97
static int _nfs4_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle,
fs/nfs/nfs4proc.c
9767
struct nfs_server *server;
fs/nfs/nfs4proc.c
9897
_nfs4_proc_getdeviceinfo(struct nfs_server *server,
fs/nfs/nfs4proc.c
9930
int nfs4_proc_getdeviceinfo(struct nfs_server *server,
fs/nfs/nfs4proc.c
9949
struct nfs_server *server = NFS_SERVER(data->args.inode);
fs/nfs/nfs4proc.c
9961
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
2101
struct nfs_server *server)
fs/nfs/pnfs.c
2134
struct nfs_server *server = NFS_SERVER(ino);
fs/nfs/pnfs.c
2483
struct nfs_server *server = NFS_SERVER(data->dir->d_inode);
fs/nfs/pnfs.c
2504
struct nfs_server *srv = NFS_SERVER(ino);
fs/nfs/pnfs.c
2660
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
2807
static int pnfs_layout_return_unused_byserver(struct nfs_server *server,
fs/nfs/pnfs.c
3054
struct nfs_server *nfss = NFS_SERVER(inode);
fs/nfs/pnfs.c
3179
struct nfs_server *nfss = NFS_SERVER(inode);
fs/nfs/pnfs.c
3338
struct nfs_server *nfss = NFS_SERVER(data->args.inode);
fs/nfs/pnfs.c
3466
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
103
nfs_proc_getattr(struct nfs_server *server, struct nfs_fh *fhandle,
fs/nfs/proc.c
536
nfs_proc_statfs(struct nfs_server *server, struct nfs_fh *fhandle,
fs/nfs/proc.c
54
nfs_proc_get_root(struct nfs_server *server, struct nfs_fh *fhandle,
fs/nfs/proc.c
564
nfs_proc_fsinfo(struct nfs_server *server, struct nfs_fh *fhandle,
fs/nfs/proc.c
595
nfs_proc_pathconf(struct nfs_server *server, struct nfs_fh *fhandle,
fs/nfs/read.c
291
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/read.c
68
struct nfs_server *server = NFS_SERVER(inode);
fs/nfs/super.c
1002
nfs_compare_remount_data(struct nfs_server *nfss,
fs/nfs/super.c
1018
ctx->nfs_server.port != nfss->port ||
fs/nfs/super.c
1019
ctx->nfs_server.addrlen != nfss->nfs_client->cl_addrlen ||
fs/nfs/super.c
1020
!rpc_cmp_addr((struct sockaddr *)&ctx->nfs_server.address,
fs/nfs/super.c
1031
struct nfs_server *nfss = sb->s_fs_info;
fs/nfs/super.c
1070
struct nfs_server *server = NFS_SB(sb);
fs/nfs/super.c
1122
static int nfs_compare_mount_options(const struct super_block *s, const struct nfs_server *b,
fs/nfs/super.c
1125
const struct nfs_server *a = s->s_fs_info;
fs/nfs/super.c
1156
struct nfs_server *server = fc->s_fs_info;
fs/nfs/super.c
1166
static int nfs_compare_super_address(struct nfs_server *server1,
fs/nfs/super.c
1167
struct nfs_server *server2)
fs/nfs/super.c
1208
static int nfs_compare_userns(const struct nfs_server *old,
fs/nfs/super.c
1209
const struct nfs_server *new)
fs/nfs/super.c
1225
struct nfs_server *server = fc->s_fs_info, *old = NFS_SB(sb);
fs/nfs/super.c
1246
struct nfs_server *nfss = NFS_SB(sb);
fs/nfs/super.c
1256
struct nfs_server *mnt_s = NFS_SB(ctx->clone_data.sb);
fs/nfs/super.c
1287
struct nfs_server *server = ctx->server;
fs/nfs/super.c
1356
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
567
struct nfs_server *nfss = NFS_SB(root->d_sb);
fs/nfs/super.c
582
static void show_lease(struct seq_file *m, struct nfs_server *server)
fs/nfs/super.c
593
static void show_sessions(struct seq_file *m, struct nfs_server *server)
fs/nfs/super.c
599
static void show_pnfs(struct seq_file *m, struct nfs_server *server)
fs/nfs/super.c
608
static void show_implementation_id(struct seq_file *m, struct nfs_server *nfss)
fs/nfs/super.c
619
static void show_implementation_id(struct seq_file *m, struct nfs_server *nfss)
fs/nfs/super.c
654
struct nfs_server *nfss = NFS_SB(root->d_sb);
fs/nfs/super.c
738
struct nfs_server *server;
fs/nfs/super.c
834
.dirpath = ctx->nfs_server.export_path,
fs/nfs/super.c
858
request.hostname = ctx->nfs_server.hostname;
fs/nfs/super.c
864
memcpy(request.sap, &ctx->nfs_server._address,
fs/nfs/super.c
865
ctx->nfs_server.addrlen);
fs/nfs/super.c
866
ctx->mount_server.addrlen = ctx->nfs_server.addrlen;
fs/nfs/super.c
893
static struct nfs_server *nfs_try_mount_request(struct fs_context *fc)
fs/nfs/super.c
900
struct nfs_server *server = ERR_PTR(-EACCES);
fs/nfs/sysfs.c
239
struct nfs_server *server;
fs/nfs/sysfs.c
256
struct nfs_server *server = container_of(kobj, struct nfs_server, kobj);
fs/nfs/sysfs.c
265
struct nfs_server *server;
fs/nfs/sysfs.c
268
server = container_of(kobj, struct nfs_server, kobj);
fs/nfs/sysfs.c
301
struct nfs_server *server = container_of(kobj, struct nfs_server, kobj);
fs/nfs/sysfs.c
316
struct nfs_server *server = container_of(kobj, struct nfs_server, kobj);
fs/nfs/sysfs.c
330
void nfs_sysfs_link_rpc_client(struct nfs_server *server,
fs/nfs/sysfs.c
355
return container_of(kobj, struct nfs_server, kobj)->nfs_client->cl_net;
fs/nfs/sysfs.c
366
static void nfs_sysfs_add_nfsv41_server(struct nfs_server *server)
fs/nfs/sysfs.c
386
static inline void nfs_sysfs_add_nfsv41_server(struct nfs_server *server)
fs/nfs/sysfs.c
397
struct nfs_server *server = container_of(kobj, struct nfs_server, kobj);
fs/nfs/sysfs.c
404
static void nfs_sysfs_add_nfs_localio_server(struct nfs_server *server)
fs/nfs/sysfs.c
413
static inline void nfs_sysfs_add_nfs_localio_server(struct nfs_server *server)
fs/nfs/sysfs.c
418
void nfs_sysfs_add_server(struct nfs_server *server)
fs/nfs/sysfs.c
442
struct nfs_server *server = s->s_fs_info;
fs/nfs/sysfs.c
451
void nfs_sysfs_move_sb_to_server(struct nfs_server *server)
fs/nfs/sysfs.c
467
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
1402
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
354
static inline struct nfs_server *NFS_SB(const struct super_block *s)
include/linux/nfs_fs.h
356
return (struct nfs_server *)(s->s_fs_info);
include/linux/nfs_fs.h
364
static inline struct nfs_server *NFS_SERVER(const struct inode *inode)
include/linux/nfs_fs.h
381
struct nfs_server *nfss = NFS_SERVER(inode);
include/linux/nfs_fs.h
387
struct nfs_server *nfss = NFS_SERVER(inode);
include/linux/nfs_fs.h
458
extern int __nfs_revalidate_inode(struct nfs_server *, struct inode *);
include/linux/nfs_fs.h
481
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
1045
const struct nfs_server * server;
include/linux/nfs_xdr.h
1065
const struct nfs_server * server;
include/linux/nfs_xdr.h
1075
const struct nfs_server * server;
include/linux/nfs_xdr.h
1106
const struct nfs_server * server;
include/linux/nfs_xdr.h
1121
const struct nfs_server * server;
include/linux/nfs_xdr.h
1136
const struct nfs_server * server;
include/linux/nfs_xdr.h
1149
const struct nfs_server *server;
include/linux/nfs_xdr.h
1270
const struct nfs_server *server;
include/linux/nfs_xdr.h
1484
const struct nfs_server *falloc_server;
include/linux/nfs_xdr.h
1577
const struct nfs_server *server;
include/linux/nfs_xdr.h
1785
int (*getroot) (struct nfs_server *, struct nfs_fh *,
include/linux/nfs_xdr.h
1787
int (*submount) (struct fs_context *, struct nfs_server *);
include/linux/nfs_xdr.h
1789
int (*getattr) (struct nfs_server *, struct nfs_fh *,
include/linux/nfs_xdr.h
1820
int (*statfs) (struct nfs_server *, struct nfs_fh *,
include/linux/nfs_xdr.h
1822
int (*fsinfo) (struct nfs_server *, struct nfs_fh *,
include/linux/nfs_xdr.h
1824
int (*pathconf) (struct nfs_server *, struct nfs_fh *,
include/linux/nfs_xdr.h
1826
int (*set_capabilities)(struct nfs_server *, struct nfs_fh *);
include/linux/nfs_xdr.h
1854
struct nfs_server *(*create_server)(struct fs_context *);
include/linux/nfs_xdr.h
1855
struct nfs_server *(*clone_server)(struct nfs_server *, struct nfs_fh *,
include/linux/nfs_xdr.h
1857
int (*discover_trunking)(struct nfs_server *, struct nfs_fh *);
include/linux/nfs_xdr.h
315
const struct nfs_server *server;
include/linux/nfs_xdr.h
448
const struct nfs_server *server;
include/linux/nfs_xdr.h
494
const struct nfs_server *server; /* Needed for ID mapping */
include/linux/nfs_xdr.h
512
const struct nfs_server *server;
include/linux/nfs_xdr.h
559
const struct nfs_server *server;
include/linux/nfs_xdr.h
649
struct nfs_server *server;
include/linux/nfs_xdr.h
704
const struct nfs_server *server; /* used by write */
include/linux/nfs_xdr.h
725
const struct nfs_server *server;
include/linux/nfs_xdr.h
739
struct nfs_server *server;
include/linux/nfs_xdr.h
757
struct nfs_server *server;
include/linux/nfs_xdr.h
783
struct nfs_server * server;
include/linux/nfs_xdr.h
826
const struct nfs_server * server; /* Needed for name mapping */
include/linux/nfs_xdr.h
872
const struct nfs_server * server;