Lines Matching refs:fs_context

48 	int (*init_fs_context)(struct fs_context *fc);
65 context. This is represented by the fs_context structure:
67 struct fs_context {
87 The fs_context fields are as follows:
186 void (*free)(struct fs_context *fc);
187 int (*dup)(struct fs_context *fc, struct fs_context *src_fc);
188 int (*parse_param)(struct fs_context *fc,
190 int (*parse_monolithic)(struct fs_context *fc, void *data);
191 int (*get_tree)(struct fs_context *fc);
192 int (*reconfigure)(struct fs_context *fc);
198 (*) void (*free)(struct fs_context *fc);
204 (*) int (*dup)(struct fs_context *fc, struct fs_context *src_fc);
214 (*) int (*parse_param)(struct fs_context *fc,
227 (*) int (*parse_monolithic)(struct fs_context *fc, void *data);
239 (*) int (*get_tree)(struct fs_context *fc);
252 (*) int (*reconfigure)(struct fs_context *fc);
273 (*) int security_fs_context_alloc(struct fs_context *fc,
286 (*) int security_fs_context_dup(struct fs_context *fc,
287 struct fs_context *src_fc);
294 (*) void security_fs_context_free(struct fs_context *fc);
300 (*) int security_fs_context_parse_param(struct fs_context *fc,
313 (*) int security_fs_context_validate(struct fs_context *fc);
323 (*) int security_sb_get_tree(struct fs_context *fc);
329 (*) void security_sb_reconfigure(struct fs_context *fc);
335 (*) int security_sb_mountpoint(struct fs_context *fc, struct path *mountpoint,
350 (*) struct fs_context *fs_context_for_mount(
362 (*) struct fs_context *fs_context_for_reconfigure(
372 (*) struct fs_context *fs_context_for_submount(
385 (*) struct fs_context *vfs_dup_fs_context(struct fs_context *src_fc);
395 (*) void put_fs_context(struct fs_context *fc);
410 (*) int vfs_parse_fs_param(struct fs_context *fc,
438 (*) int vfs_parse_fs_string(struct fs_context *fc, const char *key,
444 (*) int generic_parse_monolithic(struct fs_context *fc, void *data);
451 (*) int vfs_get_tree(struct fs_context *fc);
457 (*) struct vfsmount *vfs_create_mount(struct fs_context *fc);
471 sget_fc(struct fs_context *fc,
472 int (*test)(struct super_block *sb, struct fs_context *fc),
473 int (*set)(struct super_block *sb, struct fs_context *fc));
476 existing superblock matching the criteria held in the fs_context, using
486 (*) int vfs_get_super(struct fs_context *fc,
489 struct fs_context *fc))
699 (*) int fs_parse(struct fs_context *fc,
722 (*) int fs_lookup_param(struct fs_context *fc,