Searched refs:nfs_mount_info (Results 1 – 8 of 8) sorted by relevance
/fs/nfs/ |
D | internal.h | 140 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 …]
|
D | nfs4super.c | 111 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()
|
D | nfs3_fs.h | 30 struct nfs_server *nfs3_create_server(struct nfs_mount_info *, struct nfs_subversion *);
|
D | super.c | 1822 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()
|
D | nfs3client.c | 49 struct nfs_server *nfs3_create_server(struct nfs_mount_info *mount_info, in nfs3_create_server()
|
D | nfs4_fs.h | 516 struct nfs_mount_info; 518 struct dentry *nfs4_try_mount(int, const char *, struct nfs_mount_info *, struct nfs_subversion *);
|
D | nfs4client.c | 1112 struct nfs_server *nfs4_create_server(struct nfs_mount_info *mount_info, in nfs4_create_server()
|
D | client.c | 943 struct nfs_server *nfs_create_server(struct nfs_mount_info *mount_info, in nfs_create_server()
|