Home
last modified time | relevance | path

Searched refs:fs_private (Results 1 – 18 of 18) sorted by relevance

/linux/fs/afs/
H A Dsuper.c225 struct afs_fs_context *ctx = fc->fs_private; in afs_parse_source()
321 struct afs_fs_context *ctx = fc->fs_private; in afs_parse_param()
357 struct afs_fs_context *ctx = fc->fs_private; in afs_validate_fc()
422 struct afs_fs_context *ctx = fc->fs_private; in afs_test_super()
502 struct afs_fs_context *ctx = fc->fs_private; in afs_alloc_sbi()
550 struct afs_fs_context *ctx = fc->fs_private; in afs_get_tree()
604 struct afs_fs_context *ctx = fc->fs_private; in afs_free_fc()
640 fc->fs_private = ctx; in afs_init_fs_context()
H A Dmntpt.c73 struct afs_fs_context *ctx = fc->fs_private; in afs_mntpt_set_params()
/linux/fs/overlayfs/
H A Dparams.c299 struct ovl_fs_context *ctx = fc->fs_private; in ovl_mount_dir_check()
346 struct ovl_fs_context *ctx = fc->fs_private; in ovl_ctx_realloc_lower()
369 struct ovl_fs_context *ctx = fc->fs_private; in ovl_add_layer()
523 struct ovl_fs_context *ctx = fc->fs_private; in ovl_parse_param_lowerdir()
618 struct ovl_fs_context *ctx = fc->fs_private; in ovl_parse_param()
745 struct ovl_fs_context *ctx = fc->fs_private; in ovl_free()
828 fc->fs_private = ctx; in ovl_init_fs_context()
/linux/drivers/android/
H A Dbinderfs.c276 struct binderfs_mount_opts *ctx = fc->fs_private; in binderfs_fs_context_parse_param()
305 struct binderfs_mount_opts *ctx = fc->fs_private; in binderfs_fs_context_reconfigure()
615 struct binderfs_mount_opts *ctx = fc->fs_private; in binderfs_fill_super()
704 struct binderfs_mount_opts *ctx = fc->fs_private; in binderfs_fs_context_free()
727 fc->fs_private = ctx; in binderfs_init_fs_context()
/linux/fs/squashfs/
H A Dsuper.c129 struct squashfs_mount_opts *opts = fc->fs_private; in squashfs_parse_param()
182 struct squashfs_mount_opts *opts = fc->fs_private; in squashfs_fill_super()
500 struct squashfs_mount_opts *opts = fc->fs_private; in squashfs_reconfigure()
512 kfree(fc->fs_private); in squashfs_free_fs_context()
566 fc->fs_private = opts; in squashfs_init_fs_context()
/linux/fs/zonefs/
H A Dsuper.c497 struct zonefs_context *ctx = fc->fs_private; in zonefs_parse_param()
1232 struct zonefs_context *ctx = fc->fs_private; in zonefs_fill_super()
1356 struct zonefs_context *ctx = fc->fs_private; in zonefs_free_fc()
1368 struct zonefs_context *ctx = fc->fs_private; in zonefs_reconfigure()
1398 fc->fs_private = ctx; in zonefs_init_fs_context()
/linux/arch/powerpc/platforms/cell/spufs/
H A Dinode.c598 struct spufs_fs_context *ctx = fc->fs_private; in spufs_parse_param()
667 struct spufs_fs_context *ctx = fc->fs_private; in spufs_create_root()
742 fc->fs_private = ctx; in spufs_init_fs_context()
/linux/fs/btrfs/
H A Dsuper.c341 struct btrfs_fs_context *ctx = fc->fs_private; in btrfs_parse_param()
1496 struct btrfs_fs_context *ctx = fc->fs_private; in btrfs_reconfigure()
1864 struct btrfs_fs_context *ctx = fc->fs_private; in btrfs_get_tree_super()
2064 struct btrfs_fs_context *ctx = fc->fs_private; in btrfs_get_tree_subvol()
2154 struct btrfs_fs_context *ctx = fc->fs_private; in btrfs_free_fs_context()
2168 struct btrfs_fs_context *ctx = src_fc->fs_private; in btrfs_dup_fs_context()
2179 fc->fs_private = ctx; in btrfs_dup_fs_context()
2202 fc->fs_private = ctx; in btrfs_init_fs_context()
/linux/fs/ntfs3/
H A Dsuper.c337 struct ntfs_mount_options *opts = fc->fs_private; in ntfs_fs_parse_param()
446 struct ntfs_mount_options *new_opts = fc->fs_private; in ntfs_fs_reconfigure()
476 swap(sbi->options, fc->fs_private); in ntfs_fs_reconfigure()
1290 fc_opts = fc->fs_private; in ntfs_fill_super()
1855 struct ntfs_mount_options *opts = fc->fs_private; in ntfs_fs_free()
1925 fc->fs_private = opts; in ntfs_init_fs_context()
/linux/include/linux/
H A Dfs_context.h94 void *fs_private; /* The filesystem's context */ member
/linux/fs/udf/
H A Dsuper.c281 fc->fs_private = uopt; in udf_init_fs_context()
289 struct udf_options *uopt = fc->fs_private; in udf_free_fc()
292 kfree(fc->fs_private); in udf_free_fc()
524 struct udf_options *uopt = fc->fs_private; in udf_parse_param()
654 struct udf_options *uopt = fc->fs_private; in udf_reconfigure()
2176 struct udf_options *uopt = fc->fs_private; in udf_fill_super()
/linux/ipc/
H A Dmqueue.c427 struct mqueue_fs_context *ctx = fc->fs_private; in mqueue_get_tree()
442 struct mqueue_fs_context *ctx = fc->fs_private; in mqueue_fs_context_free()
459 fc->fs_private = ctx; in mqueue_init_fs_context()
478 ctx = fc->fs_private; in mq_create_mount()
/linux/fs/smb/client/
H A Dfs_context.h370 return fc->fs_private; in smb3_fc2context()
/linux/fs/ext4/
H A Dsuper.c2046 struct ext4_fs_context *ctx = fc->fs_private; in ext4_fc_free()
2067 fc->fs_private = ctx; in ext4_init_fs_context()
2083 struct ext4_fs_context *ctx = fc->fs_private; in note_qf_name()
2122 struct ext4_fs_context *ctx = fc->fs_private; in unnote_qf_name()
2189 struct ext4_fs_context *ctx = fc->fs_private; in ext4_parse_param()
2551 fc->fs_private = s_ctx; in parse_apply_sb_mount_options()
2587 struct ext4_fs_context *ctx = fc->fs_private; in ext4_apply_quota_options()
2623 struct ext4_fs_context *ctx = fc->fs_private; in ext4_check_quota_consistency()
2740 const struct ext4_fs_context *ctx = fc->fs_private; in ext4_check_test_dummy_encryption()
2792 struct ext4_fs_context *ctx = fc->fs_private; in ext4_check_opt_consistency()
[all …]
/linux/virt/kvm/
H A Dguest_memfd.c949 ctx = fc->fs_private; in kvm_gmem_alloc_inode()
/linux/fs/nfs/
H A Dinternal.h190 return fc->fs_private; in nfs_fc2context()
/linux/fs/resctrl/
H A Drdtgroup.c3393 fc->fs_private = &ctx->kfc; in rdt_init_fs_context()
/linux/kernel/cgroup/
H A Dcgroup.c2357 fc->fs_private = &ctx->kfc; in cgroup_init_fs_context()