Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nfs/
Dinternal.h145 struct nfs_mount_info { struct
146 void (*fill_super)(struct super_block *, struct nfs_mount_info *); argument
147 int (*set_security)(struct super_block *, struct dentry *, struct nfs_mount_info *); argument
178 extern struct nfs_server *nfs_create_server(struct nfs_mount_info *,
181 struct nfs_mount_info *,
402 struct dentry *nfs_try_mount(int, const char *, struct nfs_mount_info *,
404 int nfs_set_sb_security(struct super_block *, struct dentry *, struct nfs_mount_info *);
405 int nfs_clone_sb_security(struct super_block *, struct dentry *, struct nfs_mount_info *);
407 struct nfs_mount_info *, struct nfs_subversion *);
410 const char *, struct nfs_mount_info *);
[all …]
Dnfs3_fs.h30 struct nfs_server *nfs3_create_server(struct nfs_mount_info *, struct nfs_subversion *);
Dnfs4super.c110 struct nfs_mount_info *mount_info = info; in nfs4_remote_mount()
238 struct nfs_mount_info *mount_info, in nfs4_try_mount()
266 struct nfs_mount_info mount_info = { in nfs4_remote_referral_mount()
Dnfs3client.c48 struct nfs_server *nfs3_create_server(struct nfs_mount_info *mount_info, in nfs3_create_server()
Dsuper.c1802 static struct nfs_server *nfs_try_mount_request(struct nfs_mount_info *mount_info, in nfs_try_mount_request()
1876 struct nfs_mount_info *mount_info, in nfs_try_mount()
2343 void nfs_fill_super(struct super_block *sb, struct nfs_mount_info *mount_info) in nfs_fill_super()
2372 struct nfs_mount_info *mount_info) in nfs_clone_super()
2545 struct nfs_mount_info *mount_info) in nfs_set_sb_security()
2566 struct nfs_mount_info *mount_info) in nfs_clone_sb_security()
2592 struct nfs_mount_info *mount_info, in nfs_fs_mount_common()
2673 struct nfs_mount_info mount_info = { in nfs_fs_mount()
2736 struct nfs_mount_info mount_info = { in nfs_xdev_mount()
Dnfs4_fs.h524 struct nfs_mount_info;
526 struct dentry *nfs4_try_mount(int, const char *, struct nfs_mount_info *, struct nfs_subversion *);
Dnfs4client.c1101 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()
/linux-4.19.296/include/linux/
Dnfs_xdr.h1577 struct nfs_mount_info;
1596 struct dentry *(*try_mount) (int, const char *, struct nfs_mount_info *,
1664 struct nfs_server *(*create_server)(struct nfs_mount_info *, struct nfs_subversion *);