• Home
  • Raw
  • Download

Lines Matching refs:nfs_server

177 	struct nfs_server *server = NFS_SB(sb);  in nfs_sb_active()
189 struct nfs_server *server = NFS_SB(sb); in nfs_sb_deactive()
197 int (*fn)(struct nfs_server *, void *), in __nfs_list_for_each_server() argument
200 struct nfs_server *server, *last = NULL; in __nfs_list_for_each_server()
224 int (*fn)(struct nfs_server *, void *), in nfs_client_for_each_server() argument
236 struct nfs_server *server = NFS_SB(dentry->d_sb); in nfs_statfs()
327 static void nfs_show_mountd_netid(struct seq_file *m, struct nfs_server *nfss, in nfs_show_mountd_netid()
359 static void nfs_show_mountd_options(struct seq_file *m, struct nfs_server *nfss, in nfs_show_mountd_options()
394 static void nfs_show_nfsv4_options(struct seq_file *m, struct nfs_server *nfss, in nfs_show_nfsv4_options()
402 static void nfs_show_nfsv4_options(struct seq_file *m, struct nfs_server *nfss, in nfs_show_nfsv4_options()
420 static void nfs_show_mount_options(struct seq_file *m, struct nfs_server *nfss, in nfs_show_mount_options()
521 struct nfs_server *nfss = NFS_SB(root->d_sb); in nfs_show_options()
536 static void show_lease(struct seq_file *m, struct nfs_server *server) in show_lease()
547 static void show_sessions(struct seq_file *m, struct nfs_server *server) in show_sessions()
553 static void show_sessions(struct seq_file *m, struct nfs_server *server) {} in show_sessions()
558 static void show_pnfs(struct seq_file *m, struct nfs_server *server) in show_pnfs()
567 static void show_implementation_id(struct seq_file *m, struct nfs_server *nfss) in show_implementation_id()
579 static void show_pnfs(struct seq_file *m, struct nfs_server *server) in show_pnfs()
583 static void show_implementation_id(struct seq_file *m, struct nfs_server *nfss) in show_implementation_id()
618 struct nfs_server *nfss = NFS_SB(root->d_sb); in nfs_show_stats()
713 struct nfs_server *server; in nfs_umount_begin()
810 .dirpath = ctx->nfs_server.export_path, in nfs_request_mount()
834 request.hostname = ctx->nfs_server.hostname; in nfs_request_mount()
840 memcpy(request.sap, &ctx->nfs_server.address, in nfs_request_mount()
841 ctx->nfs_server.addrlen); in nfs_request_mount()
842 ctx->mount_server.addrlen = ctx->nfs_server.addrlen; in nfs_request_mount()
861 static struct nfs_server *nfs_try_mount_request(struct fs_context *fc) in nfs_try_mount_request()
868 struct nfs_server *server = ERR_PTR(-EACCES); in nfs_try_mount_request()
960 nfs_compare_remount_data(struct nfs_server *nfss, in nfs_compare_remount_data()
976 ctx->nfs_server.port != nfss->port || in nfs_compare_remount_data()
977 ctx->nfs_server.addrlen != nfss->nfs_client->cl_addrlen || in nfs_compare_remount_data()
978 !rpc_cmp_addr((struct sockaddr *)&ctx->nfs_server.address, in nfs_compare_remount_data()
989 struct nfs_server *nfss = sb->s_fs_info; in nfs_reconfigure()
1023 struct nfs_server *server = NFS_SB(sb); in nfs_fill_super()
1063 static int nfs_compare_mount_options(const struct super_block *s, const struct nfs_server *b, in nfs_compare_mount_options()
1066 const struct nfs_server *a = s->s_fs_info; in nfs_compare_mount_options()
1097 struct nfs_server *server = fc->s_fs_info; in nfs_set_super()
1107 static int nfs_compare_super_address(struct nfs_server *server1, in nfs_compare_super_address()
1108 struct nfs_server *server2) in nfs_compare_super_address()
1149 static int nfs_compare_userns(const struct nfs_server *old, in nfs_compare_userns()
1150 const struct nfs_server *new) in nfs_compare_userns()
1166 struct nfs_server *server = fc->s_fs_info, *old = NFS_SB(sb); in nfs_compare_super()
1184 struct nfs_server *nfss = NFS_SB(sb); in nfs_get_cache_cookie()
1195 struct nfs_server *mnt_s = NFS_SB(ctx->clone_data.sb); in nfs_get_cache_cookie()
1225 struct nfs_server *server = ctx->server; in nfs_get_tree_common()
1304 struct nfs_server *server = NFS_SB(s); in nfs_kill_super()