/openbmc/linux/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()
|
/openbmc/linux/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 …]
|
/openbmc/linux/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()
|
/openbmc/linux/fs/afs/ |
H A D | super.c | 227 struct afs_fs_context *ctx = fc->fs_private; in afs_parse_source() 322 struct afs_fs_context *ctx = fc->fs_private; in afs_parse_param() 358 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() 508 struct afs_fs_context *ctx = fc->fs_private; in afs_alloc_sbi() 560 struct afs_fs_context *ctx = fc->fs_private; in afs_get_tree() 613 struct afs_fs_context *ctx = fc->fs_private; in afs_free_fc() 649 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()
|
/openbmc/linux/fs/vboxsf/ |
H A D | super.c | 56 struct vboxsf_fs_context *ctx = fc->fs_private; in vboxsf_parse_param() 121 struct vboxsf_fs_context *ctx = fc->fs_private; in vboxsf_fill_super() 409 struct vboxsf_fs_context *ctx = fc->fs_private; in vboxsf_reconfigure() 421 struct vboxsf_fs_context *ctx = fc->fs_private; in vboxsf_free_fc() 445 fc->fs_private = ctx; in vboxsf_init_fs_context()
|
/openbmc/linux/fs/overlayfs/ |
H A D | params.c | 281 struct ovl_fs_context *ctx = fc->fs_private; in ovl_mount_dir_check() 322 struct ovl_fs_context *ctx = fc->fs_private; in ovl_ctx_realloc_lower() 345 struct ovl_fs_context *ctx = fc->fs_private; in ovl_add_layer() 439 struct ovl_fs_context *ctx = fc->fs_private; in ovl_parse_param_lowerdir() 528 struct ovl_fs_context *ctx = fc->fs_private; in ovl_parse_param() 629 struct ovl_fs_context *ctx = fc->fs_private; in ovl_free() 711 fc->fs_private = ctx; in ovl_init_fs_context()
|
/openbmc/linux/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() 492 struct squashfs_mount_opts *opts = fc->fs_private; in squashfs_reconfigure() 504 kfree(fc->fs_private); in squashfs_free_fs_context() 558 fc->fs_private = opts; in squashfs_init_fs_context()
|
/openbmc/linux/drivers/android/ |
H A D | binderfs.c | 283 struct binderfs_mount_opts *ctx = fc->fs_private; in binderfs_fs_context_parse_param() 312 struct binderfs_mount_opts *ctx = fc->fs_private; in binderfs_fs_context_reconfigure() 656 struct binderfs_mount_opts *ctx = fc->fs_private; in binderfs_fill_super() 745 struct binderfs_mount_opts *ctx = fc->fs_private; in binderfs_fs_context_free() 768 fc->fs_private = ctx; in binderfs_init_fs_context()
|
/openbmc/linux/fs/ceph/ |
H A D | super.c | 263 struct ceph_parse_opts_ctx *pctx = fc->fs_private; in ceph_parse_old_source() 283 struct ceph_parse_opts_ctx *pctx = fc->fs_private; in ceph_parse_new_source() 347 struct ceph_parse_opts_ctx *pctx = fc->fs_private; in ceph_parse_source() 399 struct ceph_parse_opts_ctx *pctx = fc->fs_private; in ceph_parse_mon_addr() 413 struct ceph_parse_opts_ctx *pctx = fc->fs_private; in ceph_parse_mount_param() 1296 struct ceph_parse_opts_ctx *pctx = fc->fs_private; in ceph_get_tree() 1376 struct ceph_parse_opts_ctx *pctx = fc->fs_private; in ceph_free_fc() 1388 struct ceph_parse_opts_ctx *pctx = fc->fs_private; in ceph_reconfigure_fc() 1465 fc->fs_private = pctx; in ceph_init_fs_context()
|
/openbmc/linux/kernel/bpf/ |
H A D | inode.c | 643 struct bpf_mount_opts *opts = fc->fs_private; in bpf_parse_param() 743 struct bpf_mount_opts *opts = fc->fs_private; in bpf_fill_super() 768 kfree(fc->fs_private); in bpf_free_fc() 790 fc->fs_private = opts; in bpf_init_fs_context()
|
/openbmc/linux/fs/kernfs/ |
H A D | mount.c | 300 struct kernfs_fs_context *kfc = fc->fs_private; in kernfs_set_super() 332 struct kernfs_fs_context *kfc = fc->fs_private; in kernfs_get_tree()
|
/openbmc/linux/fs/ntfs3/ |
H A D | super.c | 313 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() 440 swap(sbi->options, fc->fs_private); in ntfs_fs_reconfigure() 1170 sbi->options = options = fc->fs_private; in ntfs_fill_super() 1171 fc->fs_private = NULL; in ntfs_fill_super() 1706 struct ntfs_mount_options *opts = fc->fs_private; in ntfs_fs_free() 1770 fc->fs_private = opts; in ntfs_init_fs_context()
|
/openbmc/linux/fs/hugetlbfs/ |
H A D | inode.c | 1402 struct hugetlbfs_fs_context *ctx = fc->fs_private; in hugetlbfs_parse_param() 1481 struct hugetlbfs_fs_context *ctx = fc->fs_private; in hugetlbfs_validate() 1509 struct hugetlbfs_fs_context *ctx = fc->fs_private; in hugetlbfs_fill_super() 1569 kfree(fc->fs_private); in hugetlbfs_fs_context_free() 1595 fc->fs_private = ctx; in hugetlbfs_init_fs_context() 1691 struct hugetlbfs_fs_context *ctx = fc->fs_private; in mount_one_hugetlbfs()
|
/openbmc/linux/arch/powerpc/platforms/cell/spufs/ |
H A D | inode.c | 610 struct spufs_fs_context *ctx = fc->fs_private; in spufs_parse_param() 679 struct spufs_fs_context *ctx = fc->fs_private; in spufs_create_root() 754 fc->fs_private = ctx; in spufs_init_fs_context()
|
/openbmc/linux/fs/btrfs/ |
H A D | xattr.c | 454 const struct xattr *xattr_array, void *fs_private) in btrfs_initxattrs() argument 456 struct btrfs_trans_handle *trans = fs_private; in btrfs_initxattrs()
|
/openbmc/linux/fs/gfs2/ |
H A D | ops_fstype.c | 1156 struct gfs2_args *args = fc->fs_private; in gfs2_fill_super() 1340 struct gfs2_args *args = fc->fs_private; in gfs2_get_tree() 1359 struct gfs2_args *args = fc->fs_private; in gfs2_fc_free() 1454 struct gfs2_args *args = fc->fs_private; in gfs2_parse_param() 1560 struct gfs2_args *newargs = fc->fs_private; in gfs2_reconfigure() 1667 fc->fs_private = args; in gfs2_init_fs_context()
|
/openbmc/linux/fs/smb/client/ |
H A D | fs_context.h | 297 return fc->fs_private; in smb3_fc2context()
|
/openbmc/linux/include/linux/ |
H A D | fs_context.h | 94 void *fs_private; /* The filesystem's context */ member
|
/openbmc/linux/kernel/cgroup/ |
H A D | cgroup-internal.h | 62 struct kernfs_fs_context *kfc = fc->fs_private; in cgroup_fc2context()
|
/openbmc/linux/fs/fuse/ |
H A D | inode.c | 752 struct fuse_fs_context *ctx = fsc->fs_private; in fuse_parse_param() 854 struct fuse_fs_context *ctx = fsc->fs_private; in fuse_free_fsc() 1598 struct fuse_inode *mp_fi = fsc->fs_private; in fuse_get_tree_submount() 1747 struct fuse_fs_context *ctx = fsc->fs_private; in fuse_fill_super() 1789 struct fuse_fs_context *ctx = fsc->fs_private; in fuse_get_tree() 1877 fsc->fs_private = ctx; in fuse_init_fs_context()
|
H A D | virtio_fs.c | 114 struct fuse_fs_context *ctx = fsc->fs_private; in virtio_fs_parse_param() 137 struct fuse_fs_context *ctx = fsc->fs_private; in virtio_fs_free_fsc() 1309 struct fuse_fs_context *ctx = fsc->fs_private; in virtio_fs_fill_super() 1511 fsc->fs_private = ctx; in virtio_fs_init_fs_context()
|
/openbmc/linux/ipc/ |
H A D | mqueue.c | 427 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()
|
/openbmc/linux/fs/ext4/ |
H A D | super.c | 2007 struct ext4_fs_context *ctx = fc->fs_private; in ext4_fc_free() 2028 fc->fs_private = ctx; in ext4_init_fs_context() 2041 struct ext4_fs_context *ctx = fc->fs_private; in note_qf_name() 2080 struct ext4_fs_context *ctx = fc->fs_private; in unnote_qf_name() 2148 struct ext4_fs_context *ctx = fc->fs_private; in ext4_parse_param() 2528 fc->fs_private = s_ctx; in parse_apply_sb_mount_options() 2567 struct ext4_fs_context *ctx = fc->fs_private; in ext4_apply_quota_options() 2603 struct ext4_fs_context *ctx = fc->fs_private; in ext4_check_quota_consistency() 2720 const struct ext4_fs_context *ctx = fc->fs_private; in ext4_check_test_dummy_encryption() 2772 struct ext4_fs_context *ctx = fc->fs_private; in ext4_check_opt_consistency() [all …]
|
/openbmc/linux/arch/x86/kernel/cpu/resctrl/ |
H A D | internal.h | 65 struct kernfs_fs_context *kfc = fc->fs_private; in rdt_fc2context()
|