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 {
86 The fs_context fields are as follows:
212 void (*free)(struct fs_context *fc);
213 int (*dup)(struct fs_context *fc, struct fs_context *src_fc);
214 int (*parse_param)(struct fs_context *fc,
216 int (*parse_monolithic)(struct fs_context *fc, void *data);
217 int (*get_tree)(struct fs_context *fc);
218 int (*reconfigure)(struct fs_context *fc);
226 void (*free)(struct fs_context *fc);
234 int (*dup)(struct fs_context *fc, struct fs_context *src_fc);
248 int (*parse_param)(struct fs_context *fc,
263 int (*parse_monolithic)(struct fs_context *fc, void *data);
277 int (*get_tree)(struct fs_context *fc);
292 int (*reconfigure)(struct fs_context *fc);
314 int security_fs_context_alloc(struct fs_context *fc,
329 int security_fs_context_dup(struct fs_context *fc,
330 struct fs_context *src_fc);
339 void security_fs_context_free(struct fs_context *fc);
347 int security_fs_context_parse_param(struct fs_context *fc,
362 int security_fs_context_validate(struct fs_context *fc);
374 int security_sb_get_tree(struct fs_context *fc);
382 void security_sb_reconfigure(struct fs_context *fc);
390 int security_sb_mountpoint(struct fs_context *fc,
407 struct fs_context *fs_context_for_mount(struct file_system_type *fs_type,
420 struct fs_context *fs_context_for_reconfigure(
432 struct fs_context *fs_context_for_submount(
447 struct fs_context *vfs_dup_fs_context(struct fs_context *src_fc);
459 void put_fs_context(struct fs_context *fc);
478 int vfs_parse_fs_param(struct fs_context *fc,
509 int vfs_parse_fs_string(struct fs_context *fc, const char *key,
517 int generic_parse_monolithic(struct fs_context *fc, void *data);
526 int vfs_get_tree(struct fs_context *fc);
534 struct vfsmount *vfs_create_mount(struct fs_context *fc);
549 sget_fc(struct fs_context *fc,
550 int (*test)(struct super_block *sb, struct fs_context *fc),
551 int (*set)(struct super_block *sb, struct fs_context *fc));
554 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,