Home
last modified time | relevance | path

Searched refs:fs_context (Results 1 – 12 of 12) sorted by relevance

/include/linux/
Dfs_context.h90 struct fs_context { struct
116 void (*free)(struct fs_context *fc); argument
117 int (*dup)(struct fs_context *fc, struct fs_context *src_fc);
118 int (*parse_param)(struct fs_context *fc, struct fs_parameter *param);
119 int (*parse_monolithic)(struct fs_context *fc, void *data);
120 int (*get_tree)(struct fs_context *fc);
121 int (*reconfigure)(struct fs_context *fc);
127 extern struct fs_context *fs_context_for_mount(struct file_system_type *fs_type,
129 extern struct fs_context *fs_context_for_reconfigure(struct dentry *dentry,
132 extern struct fs_context *fs_context_for_submount(struct file_system_type *fs_type,
[all …]
Dmount.h22 struct fs_context;
102 extern struct vfsmount *fc_mount(struct fs_context *fc);
103 extern struct vfsmount *vfs_create_mount(struct fs_context *fc);
Dpseudo_fs.h13 struct pseudo_fs_context *init_pseudo(struct fs_context *fc,
Dramfs.h9 extern int ramfs_init_fs_context(struct fs_context *fc);
Dkernfs.h33 struct fs_context;
469 int kernfs_get_tree(struct fs_context *fc);
470 void kernfs_free_fs_context(struct fs_context *fc);
585 static inline int kernfs_get_tree(struct fs_context *fc) in kernfs_get_tree()
588 static inline void kernfs_free_fs_context(struct fs_context *fc) { } in kernfs_free_fs_context()
Dfs_parser.h70 static inline int fs_parse(struct fs_context *fc, in fs_parse()
78 extern int fs_lookup_param(struct fs_context *fc,
Dshmem_fs.h91 extern int shmem_init_fs_context(struct fs_context *fc);
Dsecurity.h60 struct fs_context;
315 int security_fs_context_submount(struct fs_context *fc, struct super_block *reference);
316 int security_fs_context_dup(struct fs_context *fc, struct fs_context *src_fc);
317 int security_fs_context_parse_param(struct fs_context *fc, struct fs_parameter *param);
684 static inline int security_fs_context_submount(struct fs_context *fc, in security_fs_context_submount()
689 static inline int security_fs_context_dup(struct fs_context *fc, in security_fs_context_dup()
690 struct fs_context *src_fc) in security_fs_context_dup()
694 static inline int security_fs_context_parse_param(struct fs_context *fc, in security_fs_context_parse_param()
Dlsm_hook_defs.h57 LSM_HOOK(int, 0, fs_context_submount, struct fs_context *fc, struct super_block *reference)
58 LSM_HOOK(int, 0, fs_context_dup, struct fs_context *fc,
59 struct fs_context *src_sc)
60 LSM_HOOK(int, -ENOPARAM, fs_context_parse_param, struct fs_context *fc,
Dnfs_xdr.h1768 struct fs_context;
1783 int (*submount) (struct fs_context *, struct nfs_server *);
1784 int (*try_get_tree) (struct fs_context *);
1849 struct nfs_server *(*create_server)(struct fs_context *);
Dfs.h78 struct fs_context;
2566 int (*init_fs_context)(struct fs_context *);
2606 int set_anon_super_fc(struct super_block *s, struct fs_context *fc);
2609 struct super_block *sget_fc(struct fs_context *fc,
2610 int (*test)(struct super_block *, struct fs_context *),
2611 int (*set)(struct super_block *, struct fs_context *));
2616 struct super_block *sget_dev(struct fs_context *fc, dev_t dev);
/include/linux/mtd/
Dsuper.h17 extern int get_tree_mtd(struct fs_context *fc,
19 struct fs_context *fc));