Lines Matching refs:fs_context
47 static int vfs_parse_sb_flag(struct fs_context *fc, const char *key) in vfs_parse_sb_flag()
80 int vfs_parse_fs_param_source(struct fs_context *fc, struct fs_parameter *param) in vfs_parse_fs_param_source()
113 int vfs_parse_fs_param(struct fs_context *fc, struct fs_parameter *param) in vfs_parse_fs_param()
155 int vfs_parse_fs_qstr(struct fs_context *fc, const char *key, in vfs_parse_fs_qstr()
191 int vfs_parse_monolithic_sep(struct fs_context *fc, void *data, in vfs_parse_monolithic_sep()
239 int generic_parse_monolithic(struct fs_context *fc, void *data) in generic_parse_monolithic()
258 static struct fs_context *alloc_fs_context(struct file_system_type *fs_type, in alloc_fs_context()
264 struct fs_context *fc; in alloc_fs_context()
267 fc = kzalloc_obj(struct fs_context, GFP_KERNEL_ACCOUNT); in alloc_fs_context()
306 struct fs_context *fs_context_for_mount(struct file_system_type *fs_type, in fs_context_for_mount()
314 struct fs_context *fs_context_for_reconfigure(struct dentry *dentry, in fs_context_for_reconfigure()
331 struct fs_context *fs_context_for_submount(struct file_system_type *type, in fs_context_for_submount()
334 struct fs_context *fc; in fs_context_for_submount()
351 void fc_drop_locked(struct fs_context *fc) in fc_drop_locked()
363 struct fs_context *vfs_dup_fs_context(struct fs_context *src_fc) in vfs_dup_fs_context()
365 struct fs_context *fc; in vfs_dup_fs_context()
371 fc = kmemdup(src_fc, sizeof(struct fs_context), GFP_KERNEL); in vfs_dup_fs_context()
467 static void put_fc_log(struct fs_context *fc) in put_fc_log()
487 void put_fs_context(struct fs_context *fc) in put_fs_context()
512 int parse_monolithic_mount_data(struct fs_context *fc, void *data) in parse_monolithic_mount_data()
514 int (*monolithic_mount_data)(struct fs_context *, void *); in parse_monolithic_mount_data()
536 void vfs_clean_context(struct fs_context *fc) in vfs_clean_context()
553 int finish_clean_context(struct fs_context *fc) in finish_clean_context()