Searched refs:fs_private (Results 1 - 25 of 40) sorted by relevance

12

/linux-master/fs/sysfs/
H A Dmount.c28 struct kernfs_fs_context *kfc = fc->fs_private;
42 struct kernfs_fs_context *kfc = fc->fs_private;
72 fc->fs_private = kfc;
/linux-master/fs/proc/
H A Droot.c60 struct proc_fs_context *ctx = fc->fs_private;
91 struct proc_fs_context *ctx = fc->fs_private;
114 struct proc_fs_context *ctx = fc->fs_private;
149 struct proc_fs_context *ctx = fc->fs_private;
161 struct proc_fs_context *ctx = fc->fs_private;
231 struct proc_fs_context *ctx = fc->fs_private;
255 fc->fs_private = ctx;
/linux-master/fs/
H A Dfs_context.c402 fc->fs_private = NULL;
538 struct legacy_fs_context *ctx = fc->fs_private;
553 struct legacy_fs_context *src_ctx = src_fc->fs_private;
568 fc->fs_private = ctx;
578 struct legacy_fs_context *ctx = fc->fs_private;
636 struct legacy_fs_context *ctx = fc->fs_private;
658 struct legacy_fs_context *ctx = fc->fs_private;
679 struct legacy_fs_context *ctx = fc->fs_private;
704 fc->fs_private = kzalloc(sizeof(struct legacy_fs_context), GFP_KERNEL_ACCOUNT);
705 if (!fc->fs_private)
[all...]
/linux-master/fs/afs/
H A Dsuper.c227 struct afs_fs_context *ctx = fc->fs_private;
322 struct afs_fs_context *ctx = fc->fs_private;
358 struct afs_fs_context *ctx = fc->fs_private;
423 struct afs_fs_context *ctx = fc->fs_private;
509 struct afs_fs_context *ctx = fc->fs_private;
561 struct afs_fs_context *ctx = fc->fs_private;
614 struct afs_fs_context *ctx = fc->fs_private;
650 fc->fs_private = ctx;
H A Dmntpt.c73 struct afs_fs_context *ctx = fc->fs_private;
/linux-master/fs/coda/
H A Dinode.c124 struct coda_fs_context *ctx = fc->fs_private;
184 struct coda_fs_context *ctx = fc->fs_private;
352 kfree(fc->fs_private);
371 fc->fs_private = ctx;
/linux-master/fs/vboxsf/
H A Dsuper.c56 struct vboxsf_fs_context *ctx = fc->fs_private;
121 struct vboxsf_fs_context *ctx = fc->fs_private;
408 struct vboxsf_fs_context *ctx = fc->fs_private;
420 struct vboxsf_fs_context *ctx = fc->fs_private;
444 fc->fs_private = ctx;
/linux-master/fs/autofs/
H A Dinode.c193 struct autofs_fs_context *ctx = fc->fs_private;
309 struct autofs_fs_context *ctx = fc->fs_private;
389 struct autofs_fs_context *ctx = fc->fs_private;
425 fc->fs_private = ctx;
/linux-master/fs/squashfs/
H A Dsuper.c129 struct squashfs_mount_opts *opts = fc->fs_private;
182 struct squashfs_mount_opts *opts = fc->fs_private;
492 struct squashfs_mount_opts *opts = fc->fs_private;
504 kfree(fc->fs_private);
558 fc->fs_private = opts;
/linux-master/drivers/android/
H A Dbinderfs.c282 struct binderfs_mount_opts *ctx = fc->fs_private;
311 struct binderfs_mount_opts *ctx = fc->fs_private;
655 struct binderfs_mount_opts *ctx = fc->fs_private;
744 struct binderfs_mount_opts *ctx = fc->fs_private;
767 fc->fs_private = ctx;
/linux-master/fs/overlayfs/
H A Dparams.c281 struct ovl_fs_context *ctx = fc->fs_private;
322 struct ovl_fs_context *ctx = fc->fs_private;
345 struct ovl_fs_context *ctx = fc->fs_private;
438 struct ovl_fs_context *ctx = fc->fs_private;
555 struct ovl_fs_context *ctx = fc->fs_private;
656 struct ovl_fs_context *ctx = fc->fs_private;
738 fc->fs_private = ctx;
/linux-master/fs/ceph/
H A Dsuper.c266 struct ceph_parse_opts_ctx *pctx = fc->fs_private;
286 struct ceph_parse_opts_ctx *pctx = fc->fs_private;
342 struct ceph_parse_opts_ctx *pctx = fc->fs_private;
394 struct ceph_parse_opts_ctx *pctx = fc->fs_private;
408 struct ceph_parse_opts_ctx *pctx = fc->fs_private;
1292 struct ceph_parse_opts_ctx *pctx = fc->fs_private;
1373 struct ceph_parse_opts_ctx *pctx = fc->fs_private;
1385 struct ceph_parse_opts_ctx *pctx = fc->fs_private;
1463 fc->fs_private = pctx;
/linux-master/fs/smb/client/
H A Dfs_context.h297 return fc->fs_private;
/linux-master/fs/efs/
H A Dsuper.c332 kfree(fc->fs_private);
379 fc->fs_private = ctx;
/linux-master/fs/kernfs/
H A Dmount.c298 struct kernfs_fs_context *kfc = fc->fs_private;
330 struct kernfs_fs_context *kfc = fc->fs_private;
/linux-master/fs/btrfs/
H A Dxattr.c501 const struct xattr *xattr_array, void *fs_private)
503 struct btrfs_trans_handle *trans = fs_private;
500 btrfs_initxattrs(struct inode *inode, const struct xattr *xattr_array, void *fs_private) argument
H A Dsuper.c268 struct btrfs_fs_context *ctx = fc->fs_private;
1451 struct btrfs_fs_context *ctx = fc->fs_private;
1796 struct btrfs_fs_context *ctx = fc->fs_private;
2002 struct btrfs_fs_context *ctx = fc->fs_private;
2097 struct btrfs_fs_context *ctx = fc->fs_private;
2111 struct btrfs_fs_context *ctx = src_fc->fs_private;
2122 fc->fs_private = ctx;
2145 fc->fs_private = ctx;
/linux-master/include/linux/
H A Dfs_context.h94 void *fs_private; /* The filesystem's context */ member in struct:fs_context
/linux-master/kernel/cgroup/
H A Dcgroup-internal.h62 struct kernfs_fs_context *kfc = fc->fs_private;
/linux-master/fs/ntfs3/
H A Dsuper.c312 struct ntfs_mount_options *opts = fc->fs_private;
408 struct ntfs_mount_options *new_opts = fc->fs_private;
445 swap(sbi->options, fc->fs_private);
1176 sbi->options = options = fc->fs_private;
1177 fc->fs_private = NULL;
1714 struct ntfs_mount_options *opts = fc->fs_private;
1778 fc->fs_private = opts;
/linux-master/fs/zonefs/
H A Dsuper.c497 struct zonefs_context *ctx = fc->fs_private;
1238 struct zonefs_context *ctx = fc->fs_private;
1362 struct zonefs_context *ctx = fc->fs_private;
1374 struct zonefs_context *ctx = fc->fs_private;
1404 fc->fs_private = ctx;
/linux-master/fs/hugetlbfs/
H A Dinode.c1368 struct hugetlbfs_fs_context *ctx = fc->fs_private;
1447 struct hugetlbfs_fs_context *ctx = fc->fs_private;
1475 struct hugetlbfs_fs_context *ctx = fc->fs_private;
1535 kfree(fc->fs_private);
1561 fc->fs_private = ctx;
1660 struct hugetlbfs_fs_context *ctx = fc->fs_private;
/linux-master/fs/gfs2/
H A Dops_fstype.c1154 struct gfs2_args *args = fc->fs_private;
1337 struct gfs2_args *args = fc->fs_private;
1356 struct gfs2_args *args = fc->fs_private;
1451 struct gfs2_args *args = fc->fs_private;
1557 struct gfs2_args *newargs = fc->fs_private;
1664 fc->fs_private = args;
/linux-master/fs/fuse/
H A Dinode.c756 struct fuse_fs_context *ctx = fsc->fs_private;
842 struct fuse_fs_context *ctx = fsc->fs_private;
1623 struct fuse_inode *mp_fi = fsc->fs_private;
1772 struct fuse_fs_context *ctx = fsc->fs_private;
1814 struct fuse_fs_context *ctx = fsc->fs_private;
1902 fsc->fs_private = ctx;
/linux-master/arch/x86/kernel/cpu/resctrl/
H A Dinternal.h110 struct kernfs_fs_context *kfc = fc->fs_private;

Completed in 261 milliseconds

12