Searched refs:nfs_mount_info (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/fs/nfs/ |
D | internal.h | 135 struct nfs_mount_info { struct 136 void (*fill_super)(struct super_block *, struct nfs_mount_info *); argument 137 int (*set_security)(struct super_block *, struct dentry *, struct nfs_mount_info *); argument 170 extern struct nfs_server *nfs_create_server(struct nfs_mount_info *, 173 struct nfs_mount_info *, 393 struct dentry *nfs_try_mount(int, const char *, struct nfs_mount_info *, 396 int nfs_set_sb_security(struct super_block *, struct dentry *, struct nfs_mount_info *); 397 int nfs_clone_sb_security(struct super_block *, struct dentry *, struct nfs_mount_info *); 399 struct nfs_mount_info *, struct nfs_subversion *); 402 const char *, struct nfs_mount_info *); [all …]
|
D | nfs4super.c | 110 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()
|
D | nfs3_fs.h | 29 struct nfs_server *nfs3_create_server(struct nfs_mount_info *, struct nfs_subversion *);
|
D | nfs3client.c | 48 struct nfs_server *nfs3_create_server(struct nfs_mount_info *mount_info, in nfs3_create_server()
|
D | nfs4_fs.h | 462 struct nfs_mount_info; 464 struct dentry *nfs4_try_mount(int, const char *, struct nfs_mount_info *, struct nfs_subversion *);
|
D | super.c | 1773 static struct nfs_server *nfs_try_mount_request(struct nfs_mount_info *mount_info, in nfs_try_mount_request() 1847 struct nfs_mount_info *mount_info, in nfs_try_mount() 2306 void nfs_fill_super(struct super_block *sb, struct nfs_mount_info *mount_info) in nfs_fill_super() 2333 void nfs_clone_super(struct super_block *sb, struct nfs_mount_info *mount_info) in nfs_clone_super() 2506 struct nfs_mount_info *mount_info) in nfs_set_sb_security() 2527 struct nfs_mount_info *mount_info) in nfs_clone_sb_security() 2538 struct nfs_mount_info *mount_info, in nfs_fs_mount_common() 2615 struct nfs_mount_info mount_info = { in nfs_fs_mount() 2678 struct nfs_mount_info mount_info = { in nfs_xdev_mount()
|
D | nfs4client.c | 1032 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()
|
/linux-4.4.14/include/linux/ |
D | nfs_xdr.h | 1493 struct nfs_mount_info; 1511 struct dentry *(*try_mount) (int, const char *, struct nfs_mount_info *, 1574 struct nfs_server *(*create_server)(struct nfs_mount_info *, struct nfs_subversion *);
|