Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/fs/proc/
H A Droot.c63 struct proc_fs_context *ctx = fc->fs_private; in proc_parse_hidepid_param()
94 struct proc_fs_context *ctx = fc->fs_private; in proc_parse_subset_param()
117 struct proc_fs_context *ctx = fc->fs_private; in proc_parse_param()
152 struct proc_fs_context *ctx = fc->fs_private; in proc_apply_options()
164 struct proc_fs_context *ctx = fc->fs_private; in proc_fill_super()
234 struct proc_fs_context *ctx = fc->fs_private; in proc_fs_context_free()
258 fc->fs_private = ctx; in proc_init_fs_context()
/OK3568_Linux_fs/kernel/fs/
H A Dfs_context.c330 fc->fs_private = NULL; in vfs_dup_fs_context()
464 struct legacy_fs_context *ctx = fc->fs_private; in legacy_fs_context_free()
479 struct legacy_fs_context *src_ctx = src_fc->fs_private; in legacy_fs_context_dup()
494 fc->fs_private = ctx; in legacy_fs_context_dup()
504 struct legacy_fs_context *ctx = fc->fs_private; in legacy_parse_param()
566 struct legacy_fs_context *ctx = fc->fs_private; in legacy_parse_monolithic()
588 struct legacy_fs_context *ctx = fc->fs_private; in legacy_get_tree()
609 struct legacy_fs_context *ctx = fc->fs_private; in legacy_reconfigure()
634 fc->fs_private = kzalloc(sizeof(struct legacy_fs_context), GFP_KERNEL_ACCOUNT); in legacy_init_fs_context()
635 if (!fc->fs_private) in legacy_init_fs_context()
[all …]
H A Dlibfs.c320 struct pseudo_fs_context *ctx = fc->fs_private; in pseudo_fs_fill_super()
356 kfree(fc->fs_private); in pseudo_fs_free()
376 fc->fs_private = ctx; in init_pseudo()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/fs/afs/
H A Dsuper.c226 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()
419 struct afs_fs_context *ctx = fc->fs_private; in afs_test_super()
505 struct afs_fs_context *ctx = fc->fs_private; in afs_alloc_sbi()
557 struct afs_fs_context *ctx = fc->fs_private; in afs_get_tree()
610 struct afs_fs_context *ctx = fc->fs_private; in afs_free_fc()
646 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()
/OK3568_Linux_fs/kernel/fs/erofs/
H A Dsuper.c391 struct erofs_fs_context *ctx = fc->fs_private; in erofs_fc_set_dax_mode()
416 struct erofs_fs_context *ctx __maybe_unused = fc->fs_private; in erofs_fc_parse_param()
529 struct erofs_fs_context *ctx = fc->fs_private; in erofs_fc_fill_super()
607 struct erofs_fs_context *ctx = fc->fs_private; in erofs_fc_reconfigure()
624 kfree(fc->fs_private); in erofs_fc_free()
636 fc->fs_private = kzalloc(sizeof(struct erofs_fs_context), GFP_KERNEL); in erofs_init_fs_context()
637 if (!fc->fs_private) in erofs_init_fs_context()
641 erofs_default_options(fc->fs_private); in erofs_init_fs_context()
/OK3568_Linux_fs/kernel/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()
408 struct vboxsf_fs_context *ctx = fc->fs_private; in vboxsf_reconfigure()
420 struct vboxsf_fs_context *ctx = fc->fs_private; in vboxsf_free_fc()
444 fc->fs_private = ctx; in vboxsf_init_fs_context()
/OK3568_Linux_fs/kernel/drivers/android/
H A Dbinderfs.c275 struct binderfs_mount_opts *ctx = fc->fs_private; in binderfs_fs_context_parse_param()
304 struct binderfs_mount_opts *ctx = fc->fs_private; in binderfs_fs_context_reconfigure()
625 struct binderfs_mount_opts *ctx = fc->fs_private; in binderfs_fill_super()
710 struct binderfs_mount_opts *ctx = fc->fs_private; in binderfs_fs_context_free()
733 fc->fs_private = ctx; in binderfs_init_fs_context()
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dinode.c645 struct bpf_mount_opts *opts = fc->fs_private; in bpf_parse_param()
754 struct bpf_mount_opts *opts = fc->fs_private; in bpf_fill_super()
779 kfree(fc->fs_private); in bpf_free_fc()
801 fc->fs_private = opts; in bpf_init_fs_context()
/OK3568_Linux_fs/kernel/fs/ceph/
H A Dsuper.c241 struct ceph_parse_opts_ctx *pctx = fc->fs_private; in ceph_parse_source()
287 struct ceph_parse_opts_ctx *pctx = fc->fs_private; in ceph_parse_mount_param()
1057 struct ceph_parse_opts_ctx *pctx = fc->fs_private; in ceph_get_tree()
1134 struct ceph_parse_opts_ctx *pctx = fc->fs_private; in ceph_free_fc()
1145 struct ceph_parse_opts_ctx *pctx = fc->fs_private; in ceph_reconfigure_fc()
1205 fc->fs_private = pctx; in ceph_init_fs_context()
/OK3568_Linux_fs/kernel/fs/kernfs/
H A Dmount.c287 struct kernfs_fs_context *kfc = fc->fs_private; in kernfs_set_super()
317 struct kernfs_fs_context *kfc = fc->fs_private; in kernfs_get_tree()
/OK3568_Linux_fs/kernel/fs/hugetlbfs/
H A Dinode.c1235 struct hugetlbfs_fs_context *ctx = fc->fs_private; in hugetlbfs_parse_param()
1312 struct hugetlbfs_fs_context *ctx = fc->fs_private; in hugetlbfs_validate()
1340 struct hugetlbfs_fs_context *ctx = fc->fs_private; in hugetlbfs_fill_super()
1400 kfree(fc->fs_private); in hugetlbfs_fs_context_free()
1426 fc->fs_private = ctx; in hugetlbfs_init_fs_context()
1529 struct hugetlbfs_fs_context *ctx = fc->fs_private; in mount_one_hugetlbfs()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/cell/spufs/
H A Dinode.c614 struct spufs_fs_context *ctx = fc->fs_private; in spufs_parse_param()
683 struct spufs_fs_context *ctx = fc->fs_private; in spufs_create_root()
758 fc->fs_private = ctx; in spufs_init_fs_context()
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dxattr.c468 const struct xattr *xattr_array, void *fs_private) in btrfs_initxattrs() argument
470 struct btrfs_trans_handle *trans = fs_private; in btrfs_initxattrs()
/OK3568_Linux_fs/kernel/fs/gfs2/
H A Dops_fstype.c1118 struct gfs2_args *args = fc->fs_private; in gfs2_fill_super()
1299 struct gfs2_args *args = fc->fs_private; in gfs2_get_tree()
1318 struct gfs2_args *args = fc->fs_private; in gfs2_fc_free()
1412 struct gfs2_args *args = fc->fs_private; in gfs2_parse_param()
1517 struct gfs2_args *newargs = fc->fs_private; in gfs2_reconfigure()
1633 fc->fs_private = args; in gfs2_init_fs_context()
/OK3568_Linux_fs/kernel/fs/fuse/
H A Dinode.c539 struct fuse_fs_context *ctx = fc->fs_private; in fuse_parse_param()
625 struct fuse_fs_context *ctx = fc->fs_private; in fuse_free_fc()
1450 struct fuse_fs_context *ctx = fsc->fs_private; in fuse_fill_super()
1509 struct fuse_fs_context *ctx = fc->fs_private; in fuse_get_tree()
1552 fc->fs_private = ctx; in fuse_init_fs_context()
H A Dvirtio_fs.c98 struct fuse_fs_context *ctx = fc->fs_private; in virtio_fs_parse_param()
118 struct fuse_fs_context *ctx = fc->fs_private; in virtio_fs_free_fc()
1301 struct fuse_fs_context *ctx = fsc->fs_private; in virtio_fs_fill_super()
1503 fsc->fs_private = ctx; in virtio_fs_init_fs_context()
/OK3568_Linux_fs/kernel/include/linux/
H A Dfs_context.h94 void *fs_private; /* The filesystem's context */ member
/OK3568_Linux_fs/kernel/kernel/cgroup/
H A Dcgroup-internal.h63 struct kernfs_fs_context *kfc = fc->fs_private; in cgroup_fc2context()
/OK3568_Linux_fs/kernel/ipc/
H A Dmqueue.c426 struct mqueue_fs_context *ctx = fc->fs_private; in mqueue_get_tree()
441 struct mqueue_fs_context *ctx = fc->fs_private; in mqueue_fs_context_free()
458 fc->fs_private = ctx; in mqueue_init_fs_context()
477 ctx = fc->fs_private; in mq_create_mount()
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/resctrl/
H A Dinternal.h61 struct kernfs_fs_context *kfc = fc->fs_private; in rdt_fc2context()
/OK3568_Linux_fs/kernel/drivers/usb/gadget/function/
H A Df_fs.c1465 struct ffs_sb_fill_data *data = fc->fs_private; in ffs_sb_fill()
1519 struct ffs_sb_fill_data *data = fc->fs_private; in ffs_fs_parse_param()
1570 struct ffs_sb_fill_data *ctx = fc->fs_private; in ffs_fs_get_tree()
1603 struct ffs_sb_fill_data *ctx = fc->fs_private; in ffs_fs_free_fc()
1634 fc->fs_private = ctx; in ffs_fs_init_fs_context()
/OK3568_Linux_fs/kernel/mm/
H A Dshmem.c3422 struct shmem_options *ctx = fc->fs_private; in shmem_parse_one()
3562 struct shmem_options *ctx = fc->fs_private; in shmem_reconfigure()
3687 struct shmem_options *ctx = fc->fs_private; in shmem_fill_super()
3778 struct shmem_options *ctx = fc->fs_private; in shmem_free_fc()
3947 fc->fs_private = ctx; in shmem_init_fs_context()
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dfs_context.c1392 fc->fs_private = ctx; in nfs_fs_context_dup()
1492 fc->fs_private = ctx; in nfs_init_fs_context()

12