tomoyo_path_info  697 security/tomoyo/common.c 		const struct tomoyo_path_info *new_comment
tomoyo_path_info  699 security/tomoyo/common.c 		const struct tomoyo_path_info *old_comment;
tomoyo_path_info  777 security/tomoyo/common.c 			const struct tomoyo_path_info *comment =
tomoyo_path_info  942 security/tomoyo/common.c 	const struct tomoyo_path_info *domainname = tomoyo_domain()->domainname;
tomoyo_path_info 1092 security/tomoyo/common.c 	struct tomoyo_path_info name;
tomoyo_path_info  435 security/tomoyo/common.h 			const struct tomoyo_path_info *filename;
tomoyo_path_info  437 security/tomoyo/common.h 			const struct tomoyo_path_info *matched_path;
tomoyo_path_info  442 security/tomoyo/common.h 			const struct tomoyo_path_info *filename1;
tomoyo_path_info  443 security/tomoyo/common.h 			const struct tomoyo_path_info *filename2;
tomoyo_path_info  448 security/tomoyo/common.h 			const struct tomoyo_path_info *filename;
tomoyo_path_info  456 security/tomoyo/common.h 			const struct tomoyo_path_info *filename;
tomoyo_path_info  465 security/tomoyo/common.h 			const struct tomoyo_path_info *name;
tomoyo_path_info  477 security/tomoyo/common.h 			const struct tomoyo_path_info *address;
tomoyo_path_info  484 security/tomoyo/common.h 			const struct tomoyo_path_info *type;
tomoyo_path_info  485 security/tomoyo/common.h 			const struct tomoyo_path_info *dir;
tomoyo_path_info  486 security/tomoyo/common.h 			const struct tomoyo_path_info *dev;
tomoyo_path_info  491 security/tomoyo/common.h 			const struct tomoyo_path_info *domainname;
tomoyo_path_info  515 security/tomoyo/common.h 	struct tomoyo_path_info entry;
tomoyo_path_info  521 security/tomoyo/common.h 	const struct tomoyo_path_info *filename;
tomoyo_path_info  543 security/tomoyo/common.h 	const struct tomoyo_path_info *group_name;
tomoyo_path_info  550 security/tomoyo/common.h 	const struct tomoyo_path_info *member_name;
tomoyo_path_info  603 security/tomoyo/common.h 	struct tomoyo_path_info *symlink_target;
tomoyo_path_info  609 security/tomoyo/common.h 	const struct tomoyo_path_info *value;
tomoyo_path_info  615 security/tomoyo/common.h 	const struct tomoyo_path_info *name;
tomoyo_path_info  616 security/tomoyo/common.h 	const struct tomoyo_path_info *value;
tomoyo_path_info  625 security/tomoyo/common.h 	const struct tomoyo_path_info *transition;
tomoyo_path_info  661 security/tomoyo/common.h 	const struct tomoyo_path_info *transit; /* Maybe NULL. */
tomoyo_path_info  684 security/tomoyo/common.h 	const struct tomoyo_path_info *domainname;
tomoyo_path_info  701 security/tomoyo/common.h 	const struct tomoyo_path_info *domainname;
tomoyo_path_info  759 security/tomoyo/common.h 	const struct tomoyo_path_info *env; /* environment variable */
tomoyo_path_info  854 security/tomoyo/common.h 	const struct tomoyo_path_info *domainname; /* Maybe NULL */
tomoyo_path_info  855 security/tomoyo/common.h 	const struct tomoyo_path_info *program;    /* Maybe NULL */
tomoyo_path_info  861 security/tomoyo/common.h 	const struct tomoyo_path_info *original_name;
tomoyo_path_info  862 security/tomoyo/common.h 	const struct tomoyo_path_info *aggregated_name;
tomoyo_path_info  869 security/tomoyo/common.h 	const struct tomoyo_path_info *manager;
tomoyo_path_info  881 security/tomoyo/common.h 	const struct tomoyo_path_info *comment;
tomoyo_path_info  950 security/tomoyo/common.h bool tomoyo_path_matches_pattern(const struct tomoyo_path_info *filename,
tomoyo_path_info  951 security/tomoyo/common.h 				 const struct tomoyo_path_info *pattern);
tomoyo_path_info  963 security/tomoyo/common.h const struct tomoyo_path_info *tomoyo_compare_name_union
tomoyo_path_info  964 security/tomoyo/common.h (const struct tomoyo_path_info *name, const struct tomoyo_name_union *ptr);
tomoyo_path_info  965 security/tomoyo/common.h const struct tomoyo_path_info *tomoyo_get_domainname
tomoyo_path_info  967 security/tomoyo/common.h const struct tomoyo_path_info *tomoyo_get_name(const char *name);
tomoyo_path_info  968 security/tomoyo/common.h const struct tomoyo_path_info *tomoyo_path_matches_group
tomoyo_path_info  969 security/tomoyo/common.h (const struct tomoyo_path_info *pathname, const struct tomoyo_group *group);
tomoyo_path_info  975 security/tomoyo/common.h 			      const struct tomoyo_path_info *filename);
tomoyo_path_info 1053 security/tomoyo/common.h void tomoyo_fill_path_info(struct tomoyo_path_info *ptr);
tomoyo_path_info 1165 security/tomoyo/common.h static inline bool tomoyo_pathcmp(const struct tomoyo_path_info *a,
tomoyo_path_info 1166 security/tomoyo/common.h 				  const struct tomoyo_path_info *b)
tomoyo_path_info 1178 security/tomoyo/common.h static inline void tomoyo_put_name(const struct tomoyo_path_info *name)
tomoyo_path_info   30 security/tomoyo/condition.c 	struct tomoyo_path_info arg;
tomoyo_path_info   65 security/tomoyo/condition.c 	struct tomoyo_path_info name;
tomoyo_path_info   66 security/tomoyo/condition.c 	struct tomoyo_path_info value;
tomoyo_path_info  239 security/tomoyo/condition.c 	struct tomoyo_path_info exe;
tomoyo_path_info  259 security/tomoyo/condition.c static const struct tomoyo_path_info *tomoyo_get_dqword(char *start)
tomoyo_path_info  321 security/tomoyo/condition.c 	const struct tomoyo_path_info *name;
tomoyo_path_info  322 security/tomoyo/condition.c 	const struct tomoyo_path_info *value;
tomoyo_path_info  812 security/tomoyo/condition.c 			struct tomoyo_path_info *symlink;
tomoyo_path_info  298 security/tomoyo/domain.c (const struct list_head *list, const struct tomoyo_path_info *domainname,
tomoyo_path_info  299 security/tomoyo/domain.c  const struct tomoyo_path_info *program, const char *last_name,
tomoyo_path_info  345 security/tomoyo/domain.c  const struct tomoyo_path_info *domainname,
tomoyo_path_info  346 security/tomoyo/domain.c  const struct tomoyo_path_info *program)
tomoyo_path_info  710 security/tomoyo/domain.c 	const struct tomoyo_path_info *candidate;
tomoyo_path_info  711 security/tomoyo/domain.c 	struct tomoyo_path_info exename;
tomoyo_path_info   52 security/tomoyo/environ.c 	struct tomoyo_path_info environ;
tomoyo_path_info   81 security/tomoyo/file.c const struct tomoyo_path_info *
tomoyo_path_info   82 security/tomoyo/file.c tomoyo_compare_name_union(const struct tomoyo_path_info *name,
tomoyo_path_info  130 security/tomoyo/file.c static void tomoyo_add_slash(struct tomoyo_path_info *buf)
tomoyo_path_info  149 security/tomoyo/file.c static bool tomoyo_get_realpath(struct tomoyo_path_info *buf, const struct path *path)
tomoyo_path_info  574 security/tomoyo/file.c 				  const struct tomoyo_path_info *filename)
tomoyo_path_info  603 security/tomoyo/file.c 			      const struct tomoyo_path_info *filename)
tomoyo_path_info  716 security/tomoyo/file.c 	struct tomoyo_path_info buf;
tomoyo_path_info  758 security/tomoyo/file.c 	struct tomoyo_path_info buf;
tomoyo_path_info  810 security/tomoyo/file.c 	struct tomoyo_path_info buf;
tomoyo_path_info  812 security/tomoyo/file.c 	struct tomoyo_path_info symlink_target;
tomoyo_path_info  867 security/tomoyo/file.c 	struct tomoyo_path_info buf;
tomoyo_path_info  907 security/tomoyo/file.c 	struct tomoyo_path_info buf1;
tomoyo_path_info  908 security/tomoyo/file.c 	struct tomoyo_path_info buf2;
tomoyo_path_info  130 security/tomoyo/group.c const struct tomoyo_path_info *
tomoyo_path_info  131 security/tomoyo/group.c tomoyo_path_matches_group(const struct tomoyo_path_info *pathname,
tomoyo_path_info  152 security/tomoyo/memory.c const struct tomoyo_path_info *tomoyo_get_name(const char *name)
tomoyo_path_info   88 security/tomoyo/mount.c 	struct tomoyo_path_info rtype;
tomoyo_path_info   89 security/tomoyo/mount.c 	struct tomoyo_path_info rdev;
tomoyo_path_info   90 security/tomoyo/mount.c 	struct tomoyo_path_info rdir;
tomoyo_path_info  564 security/tomoyo/network.c 			struct tomoyo_path_info addr;
tomoyo_path_info   55 security/tomoyo/securityfs_if.c 		struct tomoyo_path_info name;
tomoyo_path_info  153 security/tomoyo/util.c const struct tomoyo_path_info *tomoyo_get_domainname
tomoyo_path_info  593 security/tomoyo/util.c 	struct tomoyo_path_info name;
tomoyo_path_info  655 security/tomoyo/util.c void tomoyo_fill_path_info(struct tomoyo_path_info *ptr)
tomoyo_path_info  915 security/tomoyo/util.c bool tomoyo_path_matches_pattern(const struct tomoyo_path_info *filename,
tomoyo_path_info  916 security/tomoyo/util.c 				 const struct tomoyo_path_info *pattern)