Home
last modified time | relevance | path

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

12

/linux-6.1.9/fs/proc/
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()
/linux-6.1.9/fs/
Dfs_context.c353 fc->fs_private = NULL; in vfs_dup_fs_context()
487 struct legacy_fs_context *ctx = fc->fs_private; in legacy_fs_context_free()
502 struct legacy_fs_context *src_ctx = src_fc->fs_private; in legacy_fs_context_dup()
517 fc->fs_private = ctx; in legacy_fs_context_dup()
527 struct legacy_fs_context *ctx = fc->fs_private; in legacy_parse_param()
584 struct legacy_fs_context *ctx = fc->fs_private; in legacy_parse_monolithic()
606 struct legacy_fs_context *ctx = fc->fs_private; in legacy_get_tree()
627 struct legacy_fs_context *ctx = fc->fs_private; in legacy_reconfigure()
652 fc->fs_private = kzalloc(sizeof(struct legacy_fs_context), GFP_KERNEL_ACCOUNT); in legacy_init_fs_context()
653 if (!fc->fs_private) in legacy_init_fs_context()
[all …]
Dlibfs.c322 struct pseudo_fs_context *ctx = fc->fs_private; in pseudo_fs_fill_super()
358 kfree(fc->fs_private); in pseudo_fs_free()
378 fc->fs_private = ctx; in init_pseudo()
/linux-6.1.9/fs/sysfs/
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()
/linux-6.1.9/fs/afs/
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()
420 struct afs_fs_context *ctx = fc->fs_private; in afs_test_super()
506 struct afs_fs_context *ctx = fc->fs_private; in afs_alloc_sbi()
558 struct afs_fs_context *ctx = fc->fs_private; in afs_get_tree()
611 struct afs_fs_context *ctx = fc->fs_private; in afs_free_fc()
647 fc->fs_private = ctx; in afs_init_fs_context()
Dmntpt.c73 struct afs_fs_context *ctx = fc->fs_private; in afs_mntpt_set_params()
/linux-6.1.9/fs/vboxsf/
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()
/linux-6.1.9/fs/squashfs/
Dsuper.c69 struct squashfs_mount_opts *opts = fc->fs_private; in squashfs_parse_param()
118 struct squashfs_mount_opts *opts = fc->fs_private; in squashfs_fill_super()
406 struct squashfs_mount_opts *opts = fc->fs_private; in squashfs_reconfigure()
418 kfree(fc->fs_private); in squashfs_free_fs_context()
449 fc->fs_private = opts; in squashfs_init_fs_context()
/linux-6.1.9/fs/ceph/
Dsuper.c256 struct ceph_parse_opts_ctx *pctx = fc->fs_private; in ceph_parse_old_source()
276 struct ceph_parse_opts_ctx *pctx = fc->fs_private; in ceph_parse_new_source()
332 struct ceph_parse_opts_ctx *pctx = fc->fs_private; in ceph_parse_source()
384 struct ceph_parse_opts_ctx *pctx = fc->fs_private; in ceph_parse_mon_addr()
398 struct ceph_parse_opts_ctx *pctx = fc->fs_private; in ceph_parse_mount_param()
1199 struct ceph_parse_opts_ctx *pctx = fc->fs_private; in ceph_get_tree()
1279 struct ceph_parse_opts_ctx *pctx = fc->fs_private; in ceph_free_fc()
1290 struct ceph_parse_opts_ctx *pctx = fc->fs_private; in ceph_reconfigure_fc()
1357 fc->fs_private = pctx; in ceph_init_fs_context()
/linux-6.1.9/drivers/android/
Dbinderfs.c284 struct binderfs_mount_opts *ctx = fc->fs_private; in binderfs_fs_context_parse_param()
313 struct binderfs_mount_opts *ctx = fc->fs_private; in binderfs_fs_context_reconfigure()
657 struct binderfs_mount_opts *ctx = fc->fs_private; in binderfs_fill_super()
746 struct binderfs_mount_opts *ctx = fc->fs_private; in binderfs_fs_context_free()
769 fc->fs_private = ctx; in binderfs_init_fs_context()
/linux-6.1.9/fs/erofs/
Dsuper.c491 struct erofs_fs_context *ctx = fc->fs_private; in erofs_fc_set_dax_mode()
516 struct erofs_fs_context *ctx = fc->fs_private; in erofs_fc_parse_param()
717 struct erofs_fs_context *ctx = fc->fs_private; in erofs_fc_fill_super()
823 struct erofs_fs_context *ctx = fc->fs_private; in erofs_fc_get_tree()
835 struct erofs_fs_context *ctx = fc->fs_private; in erofs_fc_reconfigure()
878 struct erofs_fs_context *ctx = fc->fs_private; in erofs_fc_free()
915 fc->fs_private = ctx; in erofs_init_fs_context()
/linux-6.1.9/kernel/bpf/
Dinode.c646 struct bpf_mount_opts *opts = fc->fs_private; in bpf_parse_param()
746 struct bpf_mount_opts *opts = fc->fs_private; in bpf_fill_super()
771 kfree(fc->fs_private); in bpf_free_fc()
793 fc->fs_private = opts; in bpf_init_fs_context()
/linux-6.1.9/fs/ntfs3/
Dsuper.c279 struct ntfs_mount_options *opts = fc->fs_private; in ntfs_fs_parse_param()
368 struct ntfs_mount_options *new_opts = fc->fs_private; in ntfs_fs_reconfigure()
394 swap(sbi->options, fc->fs_private); in ntfs_fs_reconfigure()
911 sbi->options = fc->fs_private; in ntfs_fill_super()
912 fc->fs_private = NULL; in ntfs_fill_super()
1370 struct ntfs_mount_options *opts = fc->fs_private; in ntfs_fs_free()
1430 fc->fs_private = opts; in ntfs_init_fs_context()
/linux-6.1.9/fs/kernfs/
Dmount.c289 struct kernfs_fs_context *kfc = fc->fs_private; in kernfs_set_super()
319 struct kernfs_fs_context *kfc = fc->fs_private; in kernfs_get_tree()
/linux-6.1.9/arch/powerpc/platforms/cell/spufs/
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()
/linux-6.1.9/fs/hugetlbfs/
Dinode.c1351 struct hugetlbfs_fs_context *ctx = fc->fs_private; in hugetlbfs_parse_param()
1428 struct hugetlbfs_fs_context *ctx = fc->fs_private; in hugetlbfs_validate()
1456 struct hugetlbfs_fs_context *ctx = fc->fs_private; in hugetlbfs_fill_super()
1516 kfree(fc->fs_private); in hugetlbfs_fs_context_free()
1542 fc->fs_private = ctx; in hugetlbfs_init_fs_context()
1638 struct hugetlbfs_fs_context *ctx = fc->fs_private; in mount_one_hugetlbfs()
/linux-6.1.9/fs/btrfs/
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()
/linux-6.1.9/fs/cifs/
Dfs_context.h279 return fc->fs_private; in smb3_fc2context()
/linux-6.1.9/fs/gfs2/
Dops_fstype.c1142 struct gfs2_args *args = fc->fs_private; in gfs2_fill_super()
1326 struct gfs2_args *args = fc->fs_private; in gfs2_get_tree()
1345 struct gfs2_args *args = fc->fs_private; in gfs2_fc_free()
1439 struct gfs2_args *args = fc->fs_private; in gfs2_parse_param()
1545 struct gfs2_args *newargs = fc->fs_private; in gfs2_reconfigure()
1659 fc->fs_private = args; in gfs2_init_fs_context()
/linux-6.1.9/kernel/cgroup/
Dcgroup-internal.h62 struct kernfs_fs_context *kfc = fc->fs_private; in cgroup_fc2context()
/linux-6.1.9/include/linux/
Dfs_context.h94 void *fs_private; /* The filesystem's context */ member
/linux-6.1.9/fs/fuse/
Dinode.c670 struct fuse_fs_context *ctx = fsc->fs_private; in fuse_parse_param()
756 struct fuse_fs_context *ctx = fsc->fs_private; in fuse_free_fsc()
1474 struct fuse_inode *mp_fi = fsc->fs_private; in fuse_get_tree_submount()
1623 struct fuse_fs_context *ctx = fsc->fs_private; in fuse_fill_super()
1665 struct fuse_fs_context *ctx = fsc->fs_private; in fuse_get_tree()
1753 fsc->fs_private = ctx; in fuse_init_fs_context()
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()
1298 struct fuse_fs_context *ctx = fsc->fs_private; in virtio_fs_fill_super()
1500 fsc->fs_private = ctx; in virtio_fs_init_fs_context()
/linux-6.1.9/arch/x86/kernel/cpu/resctrl/
Dinternal.h53 struct kernfs_fs_context *kfc = fc->fs_private; in rdt_fc2context()
/linux-6.1.9/ipc/
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()

12