tomoyo_path_perm  992 security/tomoyo/common.h int tomoyo_path_perm(const u8 operation, const struct path *path,
tomoyo_path_perm  129 security/tomoyo/tomoyo.c 	return tomoyo_path_perm(TOMOYO_TYPE_GETATTR, path, NULL);
tomoyo_path_perm  141 security/tomoyo/tomoyo.c 	return tomoyo_path_perm(TOMOYO_TYPE_TRUNCATE, path, NULL);
tomoyo_path_perm  156 security/tomoyo/tomoyo.c 	return tomoyo_path_perm(TOMOYO_TYPE_UNLINK, &path, NULL);
tomoyo_path_perm  189 security/tomoyo/tomoyo.c 	return tomoyo_path_perm(TOMOYO_TYPE_RMDIR, &path, NULL);
tomoyo_path_perm  206 security/tomoyo/tomoyo.c 	return tomoyo_path_perm(TOMOYO_TYPE_SYMLINK, &path, old_name);
tomoyo_path_perm  383 security/tomoyo/tomoyo.c 	return tomoyo_path_perm(TOMOYO_TYPE_CHROOT, path, NULL);
tomoyo_path_perm  415 security/tomoyo/tomoyo.c 	return tomoyo_path_perm(TOMOYO_TYPE_UMOUNT, &path, NULL);