Home
last modified time | relevance | path

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

12

/openbmc/linux/fs/proc/
H A Droot.c60 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 Dfs_context.c402 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 Dmount.c28 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 Dsuper.c227 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 Dmntpt.c73 struct afs_fs_context *ctx = fc->fs_private; in afs_mntpt_set_params()
/openbmc/linux/fs/vboxsf/
H A Dsuper.c56 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 Dparams.c281 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()
438 struct ovl_fs_context *ctx = fc->fs_private; in ovl_parse_param_lowerdir()
555 struct ovl_fs_context *ctx = fc->fs_private; in ovl_parse_param()
656 struct ovl_fs_context *ctx = fc->fs_private; in ovl_free()
738 fc->fs_private = ctx; in ovl_init_fs_context()
/openbmc/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()
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 Dbinderfs.c283 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 Dsuper.c263 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()
339 struct ceph_parse_opts_ctx *pctx = fc->fs_private; in ceph_parse_source()
391 struct ceph_parse_opts_ctx *pctx = fc->fs_private; in ceph_parse_mon_addr()
405 struct ceph_parse_opts_ctx *pctx = fc->fs_private; in ceph_parse_mount_param()
1285 struct ceph_parse_opts_ctx *pctx = fc->fs_private; in ceph_get_tree()
1365 struct ceph_parse_opts_ctx *pctx = fc->fs_private; in ceph_free_fc()
1377 struct ceph_parse_opts_ctx *pctx = fc->fs_private; in ceph_reconfigure_fc()
1454 fc->fs_private = pctx; in ceph_init_fs_context()
/openbmc/linux/kernel/bpf/
H A Dinode.c643 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 Dmount.c300 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 Dsuper.c313 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/arch/powerpc/platforms/cell/spufs/
H A Dinode.c610 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 Dxattr.c454 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/hugetlbfs/
H A Dinode.c1402 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/fs/gfs2/
H A Dops_fstype.c1156 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/include/linux/
H A Dfs_context.h94 void *fs_private; /* The filesystem's context */ member
/openbmc/linux/fs/smb/client/
H A Dfs_context.h297 return fc->fs_private; in smb3_fc2context()
/openbmc/linux/kernel/cgroup/
H A Dcgroup-internal.h62 struct kernfs_fs_context *kfc = fc->fs_private; in cgroup_fc2context()
/openbmc/linux/fs/fuse/
H A Dinode.c752 struct fuse_fs_context *ctx = fsc->fs_private; in fuse_parse_param()
838 struct fuse_fs_context *ctx = fsc->fs_private; in fuse_free_fsc()
1575 struct fuse_inode *mp_fi = fsc->fs_private; in fuse_get_tree_submount()
1724 struct fuse_fs_context *ctx = fsc->fs_private; in fuse_fill_super()
1766 struct fuse_fs_context *ctx = fsc->fs_private; in fuse_get_tree()
1854 fsc->fs_private = ctx; in fuse_init_fs_context()
H A Dvirtio_fs.c114 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()
1299 struct fuse_fs_context *ctx = fsc->fs_private; in virtio_fs_fill_super()
1501 fsc->fs_private = ctx; in virtio_fs_init_fs_context()
/openbmc/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()
/openbmc/linux/arch/x86/kernel/cpu/resctrl/
H A Dinternal.h65 struct kernfs_fs_context *kfc = fc->fs_private; in rdt_fc2context()
/openbmc/linux/fs/ext4/
H A Dsuper.c1999 struct ext4_fs_context *ctx = fc->fs_private; in ext4_fc_free()
2020 fc->fs_private = ctx; in ext4_init_fs_context()
2033 struct ext4_fs_context *ctx = fc->fs_private; in note_qf_name()
2072 struct ext4_fs_context *ctx = fc->fs_private; in unnote_qf_name()
2140 struct ext4_fs_context *ctx = fc->fs_private; in ext4_parse_param()
2520 fc->fs_private = s_ctx; in parse_apply_sb_mount_options()
2559 struct ext4_fs_context *ctx = fc->fs_private; in ext4_apply_quota_options()
2595 struct ext4_fs_context *ctx = fc->fs_private; in ext4_check_quota_consistency()
2764 struct ext4_fs_context *ctx = fc->fs_private; in ext4_check_opt_consistency()
2847 struct ext4_fs_context *ctx = fc->fs_private; in ext4_apply_options()
[all …]

12