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.h21 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);
Dfs_parser.h68 static inline int fs_parse(struct fs_context *fc, in fs_parse()
76 extern int fs_lookup_param(struct fs_context *fc,
Dkernfs.h33 struct fs_context;
467 int kernfs_get_tree(struct fs_context *fc);
468 void kernfs_free_fs_context(struct fs_context *fc);
583 static inline int kernfs_get_tree(struct fs_context *fc) in kernfs_get_tree()
586 static inline void kernfs_free_fs_context(struct fs_context *fc) { } in kernfs_free_fs_context()
Dsecurity.h57 struct fs_context;
296 int security_fs_context_submount(struct fs_context *fc, struct super_block *reference);
297 int security_fs_context_dup(struct fs_context *fc, struct fs_context *src_fc);
298 int security_fs_context_parse_param(struct fs_context *fc, struct fs_parameter *param);
631 static inline int security_fs_context_submount(struct fs_context *fc, in security_fs_context_submount()
636 static inline int security_fs_context_dup(struct fs_context *fc, in security_fs_context_dup()
637 struct fs_context *src_fc) in security_fs_context_dup()
641 static inline int security_fs_context_parse_param(struct fs_context *fc, in security_fs_context_parse_param()
Dshmem_fs.h69 extern int shmem_init_fs_context(struct fs_context *fc);
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.h1729 struct fs_context;
1744 int (*submount) (struct fs_context *, struct nfs_server *);
1745 int (*try_get_tree) (struct fs_context *);
1809 struct nfs_server *(*create_server)(struct fs_context *);
Dfs.h74 struct fs_context;
2608 int (*init_fs_context)(struct fs_context *);
2648 int set_anon_super_fc(struct super_block *s, struct fs_context *fc);
2651 struct super_block *sget_fc(struct fs_context *fc,
2652 int (*test)(struct super_block *, struct fs_context *),
2653 int (*set)(struct super_block *, struct fs_context *));
/include/linux/mtd/
Dsuper.h17 extern int get_tree_mtd(struct fs_context *fc,
19 struct fs_context *fc));