Lines Matching defs:path
440 } path;
590 /* First pathname. Initialized with { NULL, NULL } if no path. */
591 struct path path1;
592 /* Second pathname. Initialized with { NULL, NULL } if no path. */
593 struct path path2;
868 /* A path to program or a domainname. */
959 char *tomoyo_realpath_from_path(const struct path *path);
971 const struct path *path, const int flag);
982 int tomoyo_mkdev_perm(const u8 operation, const struct path *path,
984 int tomoyo_mount_permission(const char *dev_name, const struct path *path,
988 int tomoyo_path2_perm(const u8 operation, const struct path *path1,
989 const struct path *path2);
990 int tomoyo_path_number_perm(const u8 operation, const struct path *path,
992 int tomoyo_path_perm(const u8 operation, const struct path *path,