Home
last modified time | relevance | path

Searched defs:fc (Results 1 – 4 of 4) sorted by relevance

/kernel/bpf/
Dinode.c604 static int bpf_parse_param(struct fs_context *fc, struct fs_parameter *param) in bpf_parse_param()
627 static int bpf_fill_super(struct super_block *sb, struct fs_context *fc) in bpf_fill_super()
648 static int bpf_get_tree(struct fs_context *fc) in bpf_get_tree()
653 static void bpf_free_fc(struct fs_context *fc) in bpf_free_fc()
667 static int bpf_init_fs_context(struct fs_context *fc) in bpf_init_fs_context()
/kernel/cgroup/
Dcgroup-v1.c23 #define cg_invalf(fc, fmt, ...) invalf(fc, fmt, ## __VA_ARGS__) argument
930 int cgroup1_parse_param(struct fs_context *fc, struct fs_parameter *param) in cgroup1_parse_param()
1023 static int check_cgroupfs_options(struct fs_context *fc) in check_cgroupfs_options()
1077 int cgroup1_reconfigure(struct fs_context *fc) in cgroup1_reconfigure()
1149 static int cgroup1_root_to_use(struct fs_context *fc) in cgroup1_root_to_use()
1238 int cgroup1_get_tree(struct fs_context *fc) in cgroup1_get_tree()
Dcgroup.c1878 static int cgroup2_parse_param(struct fs_context *fc, struct fs_parameter *param) in cgroup2_parse_param()
1923 static int cgroup_reconfigure(struct fs_context *fc) in cgroup_reconfigure()
2136 int cgroup_do_get_tree(struct fs_context *fc) in cgroup_do_get_tree()
2184 static void cgroup_fs_context_free(struct fs_context *fc) in cgroup_fs_context_free()
2195 static int cgroup_get_tree(struct fs_context *fc) in cgroup_get_tree()
2228 static int cgroup_init_fs_context(struct fs_context *fc) in cgroup_init_fs_context()
2302 static int cpuset_init_fs_context(struct fs_context *fc) in cpuset_init_fs_context()
Dcgroup-internal.h61 static inline struct cgroup_fs_context *cgroup_fc2context(struct fs_context *fc) in cgroup_fc2context()