Lines Matching refs:fs_context

49 	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:
213 void (*free)(struct fs_context *fc);
214 int (*dup)(struct fs_context *fc, struct fs_context *src_fc);
215 int (*parse_param)(struct fs_context *fc,
217 int (*parse_monolithic)(struct fs_context *fc, void *data);
218 int (*get_tree)(struct fs_context *fc);
219 int (*reconfigure)(struct fs_context *fc);
227 void (*free)(struct fs_context *fc);
235 int (*dup)(struct fs_context *fc, struct fs_context *src_fc);
249 int (*parse_param)(struct fs_context *fc,
264 int (*parse_monolithic)(struct fs_context *fc, void *data);
278 int (*get_tree)(struct fs_context *fc);
293 int (*reconfigure)(struct fs_context *fc);
315 int security_fs_context_alloc(struct fs_context *fc,
330 int security_fs_context_dup(struct fs_context *fc,
331 struct fs_context *src_fc);
340 void security_fs_context_free(struct fs_context *fc);
348 int security_fs_context_parse_param(struct fs_context *fc,
363 int security_fs_context_validate(struct fs_context *fc);
375 int security_sb_get_tree(struct fs_context *fc);
383 void security_sb_reconfigure(struct fs_context *fc);
391 int security_sb_mountpoint(struct fs_context *fc,
408 struct fs_context *fs_context_for_mount(struct file_system_type *fs_type,
421 struct fs_context *fs_context_for_reconfigure(
433 struct fs_context *fs_context_for_submount(
448 struct fs_context *vfs_dup_fs_context(struct fs_context *src_fc);
460 void put_fs_context(struct fs_context *fc);
479 int vfs_parse_fs_param(struct fs_context *fc,
510 int vfs_parse_fs_string(struct fs_context *fc, const char *key,
518 int generic_parse_monolithic(struct fs_context *fc, void *data);
527 int vfs_get_tree(struct fs_context *fc);
535 struct vfsmount *vfs_create_mount(struct fs_context *fc);
550 sget_fc(struct fs_context *fc,
551 int (*test)(struct super_block *sb, struct fs_context *fc),
552 int (*set)(struct super_block *sb, struct fs_context *fc));
555 existing superblock matching the criteria held in the fs_context, using
778 int fs_parse(struct fs_context *fc,
803 int fs_lookup_param(struct fs_context *fc,