| /linux-6.15/fs/proc/ |
| H A D | root.c | 60 struct proc_fs_context *ctx = fc->fs_private; in proc_parse_hidepid_param() 91 struct proc_fs_context *ctx = fc->fs_private; in proc_parse_subset_param() 114 struct proc_fs_context *ctx = fc->fs_private; in proc_parse_param() 149 struct proc_fs_context *ctx = fc->fs_private; in proc_apply_options() 161 struct proc_fs_context *ctx = fc->fs_private; in proc_fill_super() 231 struct proc_fs_context *ctx = fc->fs_private; in proc_fs_context_free() 255 fc->fs_private = ctx; in proc_init_fs_context()
|
| /linux-6.15/fs/ |
| H A D | fs_context.c | 402 fc->fs_private = NULL; in vfs_dup_fs_context() 538 struct legacy_fs_context *ctx = fc->fs_private; in legacy_fs_context_free() 553 struct legacy_fs_context *src_ctx = src_fc->fs_private; in legacy_fs_context_dup() 568 fc->fs_private = ctx; in legacy_fs_context_dup() 578 struct legacy_fs_context *ctx = fc->fs_private; in legacy_parse_param() 636 struct legacy_fs_context *ctx = fc->fs_private; in legacy_parse_monolithic() 658 struct legacy_fs_context *ctx = fc->fs_private; in legacy_get_tree() 679 struct legacy_fs_context *ctx = fc->fs_private; in legacy_reconfigure() 704 fc->fs_private = kzalloc(sizeof(struct legacy_fs_context), GFP_KERNEL_ACCOUNT); in legacy_init_fs_context() 705 if (!fc->fs_private) in legacy_init_fs_context() [all …]
|
| /linux-6.15/fs/sysfs/ |
| H A D | mount.c | 28 struct kernfs_fs_context *kfc = fc->fs_private; in sysfs_get_tree() 42 struct kernfs_fs_context *kfc = fc->fs_private; in sysfs_fs_context_free() 72 fc->fs_private = kfc; in sysfs_init_fs_context()
|
| /linux-6.15/fs/afs/ |
| H A D | super.c | 225 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() 603 struct afs_fs_context *ctx = fc->fs_private; in afs_free_fc() 639 fc->fs_private = ctx; in afs_init_fs_context()
|
| H A D | mntpt.c | 73 struct afs_fs_context *ctx = fc->fs_private; in afs_mntpt_set_params()
|
| /linux-6.15/fs/vboxsf/ |
| H A D | super.c | 56 struct vboxsf_fs_context *ctx = fc->fs_private; in vboxsf_parse_param() 113 struct vboxsf_fs_context *ctx = fc->fs_private; in vboxsf_fill_super() 400 struct vboxsf_fs_context *ctx = fc->fs_private; in vboxsf_reconfigure() 412 struct vboxsf_fs_context *ctx = fc->fs_private; in vboxsf_free_fc() 436 fc->fs_private = ctx; in vboxsf_init_fs_context()
|
| /linux-6.15/fs/coda/ |
| H A D | inode.c | 124 struct coda_fs_context *ctx = fc->fs_private; in coda_set_idx() 201 struct coda_fs_context *ctx = fc->fs_private; in coda_fill_super() 369 kfree(fc->fs_private); in coda_free_fc() 388 fc->fs_private = ctx; in coda_init_fs_context()
|
| /linux-6.15/fs/pstore/ |
| H A D | inode.c | 243 struct pstore_context *ctx = fc->fs_private; in pstore_parse_param() 275 struct pstore_context *ctx = fc->fs_private; in pstore_reconfigure() 413 struct pstore_context *ctx = fc->fs_private; in pstore_fill_super() 454 kfree(fc->fs_private); in pstore_free_fc() 491 fc->fs_private = ctx; in pstore_init_fs_context()
|
| /linux-6.15/fs/autofs/ |
| H A D | inode.c | 194 struct autofs_fs_context *ctx = fc->fs_private; in autofs_parse_param() 302 struct autofs_fs_context *ctx = fc->fs_private; in autofs_fill_super() 382 struct autofs_fs_context *ctx = fc->fs_private; in autofs_free_fc() 418 fc->fs_private = ctx; in autofs_init_fs_context()
|
| /linux-6.15/fs/overlayfs/ |
| H A D | params.c | 279 struct ovl_fs_context *ctx = fc->fs_private; in ovl_mount_dir_check() 320 struct ovl_fs_context *ctx = fc->fs_private; in ovl_ctx_realloc_lower() 343 struct ovl_fs_context *ctx = fc->fs_private; in ovl_add_layer() 497 struct ovl_fs_context *ctx = fc->fs_private; in ovl_parse_param_lowerdir() 592 struct ovl_fs_context *ctx = fc->fs_private; in ovl_parse_param() 716 struct ovl_fs_context *ctx = fc->fs_private; in ovl_free() 798 fc->fs_private = ctx; in ovl_init_fs_context()
|
| /linux-6.15/fs/squashfs/ |
| H A D | super.c | 129 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() 495 struct squashfs_mount_opts *opts = fc->fs_private; in squashfs_reconfigure() 507 kfree(fc->fs_private); in squashfs_free_fs_context() 561 fc->fs_private = opts; in squashfs_init_fs_context()
|
| /linux-6.15/fs/ecryptfs/ |
| H A D | main.c | 248 struct ecryptfs_fs_context *ctx = fc->fs_private; in ecryptfs_parse_param() 338 struct ecryptfs_fs_context *ctx = fc->fs_private; in ecryptfs_validate_options() 436 struct ecryptfs_fs_context *ctx = fc->fs_private; in ecryptfs_get_tree() 588 struct ecryptfs_fs_context *ctx = fc->fs_private; in ecryptfs_free_fc() 623 fc->fs_private = ctx; in ecryptfs_init_fs_context()
|
| /linux-6.15/fs/affs/ |
| H A D | super.c | 201 struct affs_context *ctx = fc->fs_private; in affs_parse_param() 309 struct affs_context *ctx = fc->fs_private; in affs_fill_super() 521 struct affs_context *ctx = fc->fs_private; in affs_reconfigure() 601 struct affs_context *ctx = fc->fs_private; in affs_free_fc() 642 fc->fs_private = ctx; in affs_init_fs_context()
|
| /linux-6.15/drivers/android/ |
| H A D | binderfs.c | 287 struct binderfs_mount_opts *ctx = fc->fs_private; in binderfs_fs_context_parse_param() 316 struct binderfs_mount_opts *ctx = fc->fs_private; in binderfs_fs_context_reconfigure() 666 struct binderfs_mount_opts *ctx = fc->fs_private; in binderfs_fill_super() 755 struct binderfs_mount_opts *ctx = fc->fs_private; in binderfs_fs_context_free() 778 fc->fs_private = ctx; in binderfs_init_fs_context()
|
| /linux-6.15/fs/hpfs/ |
| H A D | super.c | 369 struct hpfs_fc_context *ctx = fc->fs_private; in hpfs_parse_param() 428 struct hpfs_fc_context *ctx = fc->fs_private; in hpfs_reconfigure() 506 struct hpfs_fc_context *ctx = fc->fs_private; in hpfs_fill_super() 707 kfree(fc->fs_private); in hpfs_free_fc() 751 fc->fs_private = ctx; in hpfs_init_fs_context()
|
| /linux-6.15/fs/ceph/ |
| H A D | super.c | 267 struct ceph_parse_opts_ctx *pctx = fc->fs_private; in ceph_parse_old_source() 287 struct ceph_parse_opts_ctx *pctx = fc->fs_private; in ceph_parse_new_source() 351 struct ceph_parse_opts_ctx *pctx = fc->fs_private; in ceph_parse_source() 403 struct ceph_parse_opts_ctx *pctx = fc->fs_private; in ceph_parse_mon_addr() 417 struct ceph_parse_opts_ctx *pctx = fc->fs_private; in ceph_parse_mount_param() 1304 struct ceph_parse_opts_ctx *pctx = fc->fs_private; in ceph_get_tree() 1385 struct ceph_parse_opts_ctx *pctx = fc->fs_private; in ceph_free_fc() 1397 struct ceph_parse_opts_ctx *pctx = fc->fs_private; in ceph_reconfigure_fc() 1475 fc->fs_private = pctx; in ceph_init_fs_context()
|
| /linux-6.15/fs/qnx6/ |
| H A D | inode.c | 233 struct qnx6_context *ctx = fc->fs_private; in qnx6_parse_param() 296 struct qnx6_context *ctx = fc->fs_private; in qnx6_fill_super() 634 kfree(fc->fs_private); in qnx6_free_fc() 652 fc->fs_private = ctx; in qnx6_init_fs_context()
|
| /linux-6.15/fs/befs/ |
| H A D | linuxvfs.c | 688 struct befs_mount_options *opts = fc->fs_private; in befs_parse_param() 788 struct befs_mount_options *parsed_opts = fc->fs_private; in befs_fill_super() 965 fc->fs_private = opts; in befs_init_fs_context() 973 struct befs_mount_options *opts = fc->fs_private; in befs_free_fc() 976 kfree(fc->fs_private); in befs_free_fc()
|
| /linux-6.15/fs/jfs/ |
| H A D | super.c | 252 struct jfs_context *ctx = fc->fs_private; in jfs_parse_param() 363 struct jfs_context *ctx = fc->fs_private; in jfs_reconfigure() 443 struct jfs_context *ctx = fc->fs_private; in jfs_fill_super() 897 struct jfs_context *ctx = fc->fs_private; in jfs_free_fc() 921 fc->fs_private = ctx; in jfs_init_fs_context()
|
| /linux-6.15/fs/nilfs2/ |
| H A D | super.c | 747 struct nilfs_fs_context *nilfs = fc->fs_private; in nilfs_parse_param() 1050 struct nilfs_fs_context *ctx = fc->fs_private; in nilfs_fill_super() 1131 struct nilfs_fs_context *ctx = fc->fs_private; in nilfs_reconfigure() 1205 struct nilfs_fs_context *ctx = fc->fs_private; in nilfs_get_tree() 1281 kfree(fc->fs_private); in nilfs_free_fc() 1300 fc->fs_private = ctx; in nilfs_init_fs_context()
|
| /linux-6.15/fs/kernfs/ |
| H A D | mount.c | 320 struct kernfs_fs_context *kfc = fc->fs_private; in kernfs_set_super() 352 struct kernfs_fs_context *kfc = fc->fs_private; in kernfs_get_tree()
|
| /linux-6.15/fs/hugetlbfs/ |
| H A D | inode.c | 1300 struct hugetlbfs_fs_context *ctx = fc->fs_private; in hugetlbfs_parse_param() 1375 struct hugetlbfs_fs_context *ctx = fc->fs_private; in hugetlbfs_validate() 1403 struct hugetlbfs_fs_context *ctx = fc->fs_private; in hugetlbfs_fill_super() 1463 kfree(fc->fs_private); in hugetlbfs_fs_context_free() 1489 fc->fs_private = ctx; in hugetlbfs_init_fs_context() 1588 struct hugetlbfs_fs_context *ctx = fc->fs_private; in mount_one_hugetlbfs()
|
| /linux-6.15/fs/ntfs3/ |
| H A D | super.c | 317 struct ntfs_mount_options *opts = fc->fs_private; in ntfs_fs_parse_param() 409 struct ntfs_mount_options *new_opts = fc->fs_private; in ntfs_fs_reconfigure() 446 swap(sbi->options, fc->fs_private); in ntfs_fs_reconfigure() 1218 sbi->options = options = fc->fs_private; in ntfs_fill_super() 1219 fc->fs_private = NULL; in ntfs_fill_super() 1728 struct ntfs_mount_options *opts = fc->fs_private; in ntfs_fs_free() 1792 fc->fs_private = opts; in __ntfs_init_fs_context()
|
| /linux-6.15/fs/zonefs/ |
| H A D | super.c | 497 struct zonefs_context *ctx = fc->fs_private; in zonefs_parse_param() 1239 struct zonefs_context *ctx = fc->fs_private; in zonefs_fill_super() 1363 struct zonefs_context *ctx = fc->fs_private; in zonefs_free_fc() 1375 struct zonefs_context *ctx = fc->fs_private; in zonefs_reconfigure() 1405 fc->fs_private = ctx; in zonefs_init_fs_context()
|
| /linux-6.15/fs/btrfs/ |
| H A D | super.c | 275 struct btrfs_fs_context *ctx = fc->fs_private; in btrfs_parse_param() 1493 struct btrfs_fs_context *ctx = fc->fs_private; in btrfs_reconfigure() 1835 struct btrfs_fs_context *ctx = fc->fs_private; in btrfs_get_tree_super() 2008 struct btrfs_fs_context *ctx = fc->fs_private; in btrfs_get_tree_subvol() 2109 struct btrfs_fs_context *ctx = fc->fs_private; in btrfs_free_fs_context() 2123 struct btrfs_fs_context *ctx = src_fc->fs_private; in btrfs_dup_fs_context() 2134 fc->fs_private = ctx; in btrfs_dup_fs_context() 2157 fc->fs_private = ctx; in btrfs_init_fs_context()
|