Home
last modified time | relevance | path

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

/include/linux/
A 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);
120 int (*get_tree)(struct fs_context *fc);
121 int (*reconfigure)(struct fs_context *fc);
135 extern struct fs_context *vfs_dup_fs_context(struct fs_context *fc);
150 struct fs_context *fc));
153 struct fs_context *fc));
156 struct fs_context *fc),
160 struct fs_context *fc);
[all …]
A Dmount.h21 struct fs_context;
87 extern struct vfsmount *fc_mount(struct fs_context *fc);
88 extern struct vfsmount *fc_mount_longterm(struct fs_context *fc);
89 extern struct vfsmount *vfs_create_mount(struct fs_context *fc);
A Dpseudo_fs.h14 struct pseudo_fs_context *init_pseudo(struct fs_context *fc,
A Dramfs.h9 extern int ramfs_init_fs_context(struct fs_context *fc);
A Dfs_parser.h71 static inline int fs_parse(struct fs_context *fc, in fs_parse()
79 extern int fs_lookup_param(struct fs_context *fc,
A Dkernfs.h32 struct fs_context;
463 int kernfs_get_tree(struct fs_context *fc);
464 void kernfs_free_fs_context(struct fs_context *fc);
581 static inline int kernfs_get_tree(struct fs_context *fc) in kernfs_get_tree()
584 static inline void kernfs_free_fs_context(struct fs_context *fc) { } in kernfs_free_fs_context()
A Dsecurity.h64 struct fs_context;
363 int security_fs_context_submount(struct fs_context *fc, struct super_block *reference);
364 int security_fs_context_dup(struct fs_context *fc, struct fs_context *src_fc);
365 int security_fs_context_parse_param(struct fs_context *fc, struct fs_parameter *param);
748 static inline int security_fs_context_submount(struct fs_context *fc, in security_fs_context_submount()
753 static inline int security_fs_context_dup(struct fs_context *fc, in security_fs_context_dup()
754 struct fs_context *src_fc) in security_fs_context_dup()
758 static inline int security_fs_context_parse_param(struct fs_context *fc, in security_fs_context_parse_param()
A Dshmem_fs.h90 extern int shmem_init_fs_context(struct fs_context *fc);
A 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,
A Dnfs_xdr.h1767 struct fs_context;
1782 int (*submount) (struct fs_context *, struct nfs_server *);
1783 int (*try_get_tree) (struct fs_context *);
1848 struct nfs_server *(*create_server)(struct fs_context *);
A Dfs.h81 struct fs_context;
2683 int (*init_fs_context)(struct fs_context *);
2731 int set_anon_super_fc(struct super_block *s, struct fs_context *fc);
2734 struct super_block *sget_fc(struct fs_context *fc,
2735 int (*test)(struct super_block *, struct fs_context *),
2736 int (*set)(struct super_block *, struct fs_context *));
2741 struct super_block *sget_dev(struct fs_context *fc, dev_t dev);
/include/linux/mtd/
A Dsuper.h17 extern int get_tree_mtd(struct fs_context *fc,
19 struct fs_context *fc));

Completed in 42 milliseconds