Home
last modified time | relevance | path

Searched refs:nfs_mount_info (Results 1 – 8 of 8) sorted by relevance

/fs/nfs/
Dinternal.h140 struct nfs_mount_info { struct
141 void (*fill_super)(struct super_block *, struct nfs_mount_info *); argument
142 int (*set_security)(struct super_block *, struct dentry *, struct nfs_mount_info *); argument
173 extern struct nfs_server *nfs_create_server(struct nfs_mount_info *,
176 struct nfs_mount_info *,
396 struct dentry *nfs_try_mount(int, const char *, struct nfs_mount_info *,
398 int nfs_set_sb_security(struct super_block *, struct dentry *, struct nfs_mount_info *);
399 int nfs_clone_sb_security(struct super_block *, struct dentry *, struct nfs_mount_info *);
401 struct nfs_mount_info *, struct nfs_subversion *);
404 const char *, struct nfs_mount_info *);
[all …]
Dnfs4super.c111 struct nfs_mount_info *mount_info = info; in nfs4_remote_mount()
239 struct nfs_mount_info *mount_info, in nfs4_try_mount()
267 struct nfs_mount_info mount_info = { in nfs4_remote_referral_mount()
Dnfs3_fs.h30 struct nfs_server *nfs3_create_server(struct nfs_mount_info *, struct nfs_subversion *);
Dsuper.c1822 static struct nfs_server *nfs_try_mount_request(struct nfs_mount_info *mount_info, in nfs_try_mount_request()
1896 struct nfs_mount_info *mount_info, in nfs_try_mount()
2366 void nfs_fill_super(struct super_block *sb, struct nfs_mount_info *mount_info) in nfs_fill_super()
2404 struct nfs_mount_info *mount_info) in nfs_clone_super()
2603 struct nfs_mount_info *mount_info) in nfs_set_sb_security()
2624 struct nfs_mount_info *mount_info) in nfs_clone_sb_security()
2657 struct nfs_mount_info *mount_info, in nfs_fs_mount_common()
2738 struct nfs_mount_info mount_info = { in nfs_fs_mount()
2801 struct nfs_mount_info mount_info = { in nfs_xdev_mount()
Dnfs3client.c49 struct nfs_server *nfs3_create_server(struct nfs_mount_info *mount_info, in nfs3_create_server()
Dnfs4_fs.h516 struct nfs_mount_info;
518 struct dentry *nfs4_try_mount(int, const char *, struct nfs_mount_info *, struct nfs_subversion *);
Dnfs4client.c1112 struct nfs_server *nfs4_create_server(struct nfs_mount_info *mount_info, in nfs4_create_server()
Dclient.c943 struct nfs_server *nfs_create_server(struct nfs_mount_info *mount_info, in nfs_create_server()